blob: 3869df3977028dc8725648a8334d62428088fda4 [file] [log] [blame]
Lev Walkinf15320b2004-06-03 03:38:44 +00001# Makefile.in generated automatically by automake 1.5 from Makefile.am.
2
3# Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001
4# Free Software Foundation, Inc.
5# This Makefile.in is free software; the Free Software Foundation
6# gives unlimited permission to copy and/or distribute it,
7# with or without modifications, as long as this notice is preserved.
8
9# This program is distributed in the hope that it will be useful,
10# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
11# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
12# PARTICULAR PURPOSE.
13
14@SET_MAKE@
15
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36pkgdatadir = $(datadir)/@PACKAGE@
37pkglibdir = $(libdir)/@PACKAGE@
38pkgincludedir = $(includedir)/@PACKAGE@
39top_builddir = ..
40
41ACLOCAL = @ACLOCAL@
42AUTOCONF = @AUTOCONF@
43AUTOMAKE = @AUTOMAKE@
44AUTOHEADER = @AUTOHEADER@
45
46INSTALL = @INSTALL@
47INSTALL_PROGRAM = @INSTALL_PROGRAM@
48INSTALL_DATA = @INSTALL_DATA@
49INSTALL_SCRIPT = @INSTALL_SCRIPT@
50INSTALL_HEADER = $(INSTALL_DATA)
51transform = @program_transform_name@
52NORMAL_INSTALL = :
53PRE_INSTALL = :
54POST_INSTALL = :
55NORMAL_UNINSTALL = :
56PRE_UNINSTALL = :
57POST_UNINSTALL = :
58build_alias = @build_alias@
59build_triplet = @build@
60host_alias = @host_alias@
61host_triplet = @host@
62target_alias = @target_alias@
63target_triplet = @target@
64ADD_CFLAGS = @ADD_CFLAGS@
65AMTAR = @AMTAR@
66AR = @AR@
67AS = @AS@
68AWK = @AWK@
69CC = @CC@
70CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
71CPP = @CPP@
72DEPDIR = @DEPDIR@
73DLLTOOL = @DLLTOOL@
74EXEEXT = @EXEEXT@
75INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
76LEX = @LEX@
77LIBTOOL = @LIBTOOL@
78LN_S = @LN_S@
79MAINT = @MAINT@
80OBJDUMP = @OBJDUMP@
81OBJEXT = @OBJEXT@
82PACKAGE = @PACKAGE@
83PATH = @PATH@
84RANLIB = @RANLIB@
85VERSION = @VERSION@
86YACC = @YACC@
87am__include = @am__include@
88am__quote = @am__quote@
89install_sh = @install_sh@
90
91AM_CPPFLAGS = \
92 -I${top_srcdir}/libasn1parser \
93 -I${top_srcdir}/libasn1fix
94
95
96noinst_LTLIBRARIES = libasn1compiler.la
97
98libasn1compiler_la_LDFLAGS = -all-static
99libasn1compiler_la_SOURCES = \
100 asn1compiler.c asn1compiler.h \
101 asn1c_misc.c asn1c_misc.h \
102 asn1c_out.c asn1c_out.h \
103 asn1c_lang.c asn1c_lang.h \
104 asn1c_save.c asn1c_save.h \
105 asn1c_C.c asn1c_C.h \
106 asn1c_internal.h
107
108
109libasn1compiler_la_LIBADD = \
110 ${top_builddir}/libasn1parser/libasn1parser.la \
111 ${top_builddir}/libasn1fix/libasn1fix.la
112
113
114check_PROGRAMS = check_compiler
115
116TESTS = ${check_PROGRAMS}
117
118LDADD = ${noinst_LTLIBRARIES} ${libasn1compiler_la_LIBADD}
119DEPENDENCIES = ${LDADD}
120subdir = libasn1compiler
121mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
122CONFIG_HEADER = $(top_builddir)/config.h
123CONFIG_CLEAN_FILES =
124LTLIBRARIES = $(noinst_LTLIBRARIES)
125
126libasn1compiler_la_DEPENDENCIES = \
127 ${top_builddir}/libasn1parser/libasn1parser.la \
128 ${top_builddir}/libasn1fix/libasn1fix.la
129am_libasn1compiler_la_OBJECTS = asn1compiler.lo asn1c_misc.lo \
130 asn1c_out.lo asn1c_lang.lo asn1c_save.lo asn1c_C.lo
131libasn1compiler_la_OBJECTS = $(am_libasn1compiler_la_OBJECTS)
132check_PROGRAMS = check_compiler$(EXEEXT)
133check_compiler_SOURCES = check_compiler.c
134check_compiler_OBJECTS = check_compiler.$(OBJEXT)
135check_compiler_LDADD = $(LDADD)
136check_compiler_DEPENDENCIES = libasn1compiler.la \
137 ${top_builddir}/libasn1parser/libasn1parser.la \
138 ${top_builddir}/libasn1fix/libasn1fix.la
139check_compiler_LDFLAGS =
140
141DEFS = @DEFS@
142DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
143CPPFLAGS = @CPPFLAGS@
144LDFLAGS = @LDFLAGS@
145LIBS = @LIBS@
146depcomp = $(SHELL) $(top_srcdir)/depcomp
147@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/asn1c_C.Plo $(DEPDIR)/asn1c_lang.Plo \
148@AMDEP_TRUE@ $(DEPDIR)/asn1c_misc.Plo $(DEPDIR)/asn1c_out.Plo \
149@AMDEP_TRUE@ $(DEPDIR)/asn1c_save.Plo $(DEPDIR)/asn1compiler.Plo \
150@AMDEP_TRUE@ $(DEPDIR)/check_compiler.Po
151COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
152 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
153LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
154 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
155CCLD = $(CC)
156LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
157 $(AM_LDFLAGS) $(LDFLAGS) -o $@
158CFLAGS = @CFLAGS@
159DIST_SOURCES = $(libasn1compiler_la_SOURCES) check_compiler.c
160DIST_COMMON = Makefile.am Makefile.in
161SOURCES = $(libasn1compiler_la_SOURCES) check_compiler.c
162
163all: all-am
164
165.SUFFIXES:
166.SUFFIXES: .c .lo .o .obj
167
168mostlyclean-libtool:
169 -rm -f *.lo
170
171clean-libtool:
172 -rm -rf .libs _libs
173
174distclean-libtool:
175 -rm -f libtool
176$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
177 cd $(top_srcdir) && \
178 $(AUTOMAKE) --gnu libasn1compiler/Makefile
179Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
180 cd $(top_builddir) && \
181 CONFIG_HEADERS= CONFIG_LINKS= \
182 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
183
184clean-noinstLTLIBRARIES:
185 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
186libasn1compiler.la: $(libasn1compiler_la_OBJECTS) $(libasn1compiler_la_DEPENDENCIES)
187 $(LINK) $(libasn1compiler_la_LDFLAGS) $(libasn1compiler_la_OBJECTS) $(libasn1compiler_la_LIBADD) $(LIBS)
188
189clean-checkPROGRAMS:
190 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
191check_compiler$(EXEEXT): $(check_compiler_OBJECTS) $(check_compiler_DEPENDENCIES)
192 @rm -f check_compiler$(EXEEXT)
193 $(LINK) $(check_compiler_LDFLAGS) $(check_compiler_OBJECTS) $(check_compiler_LDADD) $(LIBS)
194
195mostlyclean-compile:
196 -rm -f *.$(OBJEXT) core *.core
197
198distclean-compile:
199 -rm -f *.tab.c
200
201@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1c_C.Plo@am__quote@
202@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1c_lang.Plo@am__quote@
203@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1c_misc.Plo@am__quote@
204@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1c_out.Plo@am__quote@
205@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1c_save.Plo@am__quote@
206@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1compiler.Plo@am__quote@
207@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/check_compiler.Po@am__quote@
208
209distclean-depend:
210 -rm -rf $(DEPDIR)
211
212.c.o:
213@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
214@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
215@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
216 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
217
218.c.obj:
219@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
220@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
221@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
222 $(COMPILE) -c `cygpath -w $<`
223
224.c.lo:
225@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
226@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
227@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
228 $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
229CCDEPMODE = @CCDEPMODE@
230uninstall-info-am:
231
232tags: TAGS
233
234ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
235 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
236 unique=`for i in $$list; do \
237 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
238 done | \
239 $(AWK) ' { files[$$0] = 1; } \
240 END { for (i in files) print i; }'`; \
241 mkid -fID $$unique $(LISP)
242
243TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
244 $(TAGS_FILES) $(LISP)
245 tags=; \
246 here=`pwd`; \
247 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
248 unique=`for i in $$list; do \
249 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
250 done | \
251 $(AWK) ' { files[$$0] = 1; } \
252 END { for (i in files) print i; }'`; \
253 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
254 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
255
256GTAGS:
257 here=`CDPATH=: && cd $(top_builddir) && pwd` \
258 && cd $(top_srcdir) \
259 && gtags -i $(GTAGS_ARGS) $$here
260
261distclean-tags:
262 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
263
264check-TESTS: $(TESTS)
265 @failed=0; all=0; xfail=0; xpass=0; \
266 srcdir=$(srcdir); export srcdir; \
267 list='$(TESTS)'; \
268 if test -n "$$list"; then \
269 for tst in $$list; do \
270 if test -f ./$$tst; then dir=./; \
271 elif test -f $$tst; then dir=; \
272 else dir="$(srcdir)/"; fi; \
273 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
274 all=`expr $$all + 1`; \
275 case " $(XFAIL_TESTS) " in \
276 *" $$tst "*) \
277 xpass=`expr $$xpass + 1`; \
278 failed=`expr $$failed + 1`; \
279 echo "XPASS: $$tst"; \
280 ;; \
281 *) \
282 echo "PASS: $$tst"; \
283 ;; \
284 esac; \
285 elif test $$? -ne 77; then \
286 all=`expr $$all + 1`; \
287 case " $(XFAIL_TESTS) " in \
288 *" $$tst "*) \
289 xfail=`expr $$xfail + 1`; \
290 echo "XFAIL: $$tst"; \
291 ;; \
292 *) \
293 failed=`expr $$failed + 1`; \
294 echo "FAIL: $$tst"; \
295 ;; \
296 esac; \
297 fi; \
298 done; \
299 if test "$$failed" -eq 0; then \
300 if test "$$xfail" -eq 0; then \
301 banner="All $$all tests passed"; \
302 else \
303 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
304 fi; \
305 else \
306 if test "$$xpass" -eq 0; then \
307 banner="$$failed of $$all tests failed"; \
308 else \
309 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
310 fi; \
311 fi; \
312 dashes=`echo "$$banner" | sed s/./=/g`; \
313 echo "$$dashes"; \
314 echo "$$banner"; \
315 echo "$$dashes"; \
316 test "$$failed" -eq 0; \
317 fi
318
319DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
320
321top_distdir = ..
322distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
323
324distdir: $(DISTFILES)
325 @for file in $(DISTFILES); do \
326 if test -f $$file; then d=.; else d=$(srcdir); fi; \
327 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
328 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
329 $(mkinstalldirs) "$(distdir)/$$dir"; \
330 fi; \
331 if test -d $$d/$$file; then \
332 cp -pR $$d/$$file $(distdir) \
333 || exit 1; \
334 else \
335 test -f $(distdir)/$$file \
336 || cp -p $$d/$$file $(distdir)/$$file \
337 || exit 1; \
338 fi; \
339 done
340check-am: all-am
341 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
342 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
343check: check-am
344all-am: Makefile $(LTLIBRARIES)
345
346installdirs:
347
348install: install-am
349install-exec: install-exec-am
350install-data: install-data-am
351uninstall: uninstall-am
352
353install-am: all-am
354 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
355
356installcheck: installcheck-am
357install-strip:
358 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
359 `test -z '$(STRIP)' || \
360 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
361mostlyclean-generic:
362
363clean-generic:
364
365distclean-generic:
366 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
367
368maintainer-clean-generic:
369 @echo "This command is intended for maintainers to use"
370 @echo "it deletes files that may require special tools to rebuild."
371clean: clean-am
372
373clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
374 clean-noinstLTLIBRARIES mostlyclean-am
375
376distclean: distclean-am
377
378distclean-am: clean-am distclean-compile distclean-depend \
379 distclean-generic distclean-libtool distclean-tags
380
381dvi: dvi-am
382
383dvi-am:
384
385info: info-am
386
387info-am:
388
389install-data-am:
390
391install-exec-am:
392
393install-info: install-info-am
394
395install-man:
396
397installcheck-am:
398
399maintainer-clean: maintainer-clean-am
400
401maintainer-clean-am: distclean-am maintainer-clean-generic
402
403mostlyclean: mostlyclean-am
404
405mostlyclean-am: mostlyclean-compile mostlyclean-generic \
406 mostlyclean-libtool
407
408uninstall-am: uninstall-info-am
409
410.PHONY: GTAGS all all-am check check-TESTS check-am clean \
411 clean-checkPROGRAMS clean-generic clean-libtool \
412 clean-noinstLTLIBRARIES distclean distclean-compile \
413 distclean-depend distclean-generic distclean-libtool \
414 distclean-tags distdir dvi dvi-am info info-am install \
415 install-am install-data install-data-am install-exec \
416 install-exec-am install-info install-info-am install-man \
417 install-strip installcheck installcheck-am installdirs \
418 maintainer-clean maintainer-clean-generic mostlyclean \
419 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
420 tags uninstall uninstall-am uninstall-info-am
421
422# Tell versions [3.59,3.63) of GNU make to not export all variables.
423# Otherwise a system limit (for SysV at least) may be exceeded.
424.NOEXPORT: