blob: 8d919c20cfa33fb026bf71d445a3a6747f308d71 [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_CFLAGS = @ADD_CFLAGS@
92AM_CPPFLAGS = -I${top_srcdir}/libasn1parser
93
94noinst_LTLIBRARIES = libasn1fix.la
95
96libasn1fix_la_LDFLAGS = -all-static
97libasn1fix_la_SOURCES = \
98 asn1fix.c asn1fix.h \
99 asn1fix_internal.h \
100 asn1fix_misc.c asn1fix_misc.h \
101 asn1fix_value.c asn1fix_value.h \
102 asn1fix_compat.c asn1fix_compat.h \
103 asn1fix_constr.c asn1fix_constr.h \
104 asn1fix_cstring.c asn1fix_cstring.h \
105 asn1fix_retrieve.c asn1fix_retrieve.h \
106 asn1fix_bitstring.c asn1fix_bitstring.h \
107 asn1fix_integer.c asn1fix_integer.h \
108 asn1fix_dereft.c asn1fix_dereft.h \
109 asn1fix_derefv.c asn1fix_derefv.h \
110 asn1fix_export.c asn1fix_export.h \
111 asn1fix_param.c asn1fix_param.h \
112 asn1fix_class.c asn1fix_class.h \
113 asn1fix_tags.c asn1fix_tags.h \
114 asn1fix_enum.c asn1fix_enum.h
115
116libasn1fix_la_LIBADD = ${top_builddir}/libasn1parser/libasn1parser.la
117
118check_PROGRAMS = check_fixer
119
120LDADD = ${noinst_LTLIBRARIES} ${libasn1fix_la_LIBADD}
121DEPENDENCIES = ${LDADD}
122
123TESTS_ENVIRONMENT = ./check_fixer
124TESTS = ${top_srcdir}/tests/*.asn1
125subdir = libasn1fix
126mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
127CONFIG_HEADER = $(top_builddir)/config.h
128CONFIG_CLEAN_FILES =
129LTLIBRARIES = $(noinst_LTLIBRARIES)
130
131libasn1fix_la_DEPENDENCIES = \
132 ${top_builddir}/libasn1parser/libasn1parser.la
133am_libasn1fix_la_OBJECTS = asn1fix.lo asn1fix_misc.lo asn1fix_value.lo \
134 asn1fix_compat.lo asn1fix_constr.lo asn1fix_cstring.lo \
135 asn1fix_retrieve.lo asn1fix_bitstring.lo asn1fix_integer.lo \
136 asn1fix_dereft.lo asn1fix_derefv.lo asn1fix_export.lo \
137 asn1fix_param.lo asn1fix_class.lo asn1fix_tags.lo \
138 asn1fix_enum.lo
139libasn1fix_la_OBJECTS = $(am_libasn1fix_la_OBJECTS)
140check_PROGRAMS = check_fixer$(EXEEXT)
141check_fixer_SOURCES = check_fixer.c
142check_fixer_OBJECTS = check_fixer.$(OBJEXT)
143check_fixer_LDADD = $(LDADD)
144check_fixer_DEPENDENCIES = libasn1fix.la \
145 ${top_builddir}/libasn1parser/libasn1parser.la
146check_fixer_LDFLAGS =
147
148DEFS = @DEFS@
149DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
150CPPFLAGS = @CPPFLAGS@
151LDFLAGS = @LDFLAGS@
152LIBS = @LIBS@
153depcomp = $(SHELL) $(top_srcdir)/depcomp
154@AMDEP_TRUE@DEP_FILES = $(DEPDIR)/asn1fix.Plo \
155@AMDEP_TRUE@ $(DEPDIR)/asn1fix_bitstring.Plo \
156@AMDEP_TRUE@ $(DEPDIR)/asn1fix_class.Plo \
157@AMDEP_TRUE@ $(DEPDIR)/asn1fix_compat.Plo \
158@AMDEP_TRUE@ $(DEPDIR)/asn1fix_constr.Plo \
159@AMDEP_TRUE@ $(DEPDIR)/asn1fix_cstring.Plo \
160@AMDEP_TRUE@ $(DEPDIR)/asn1fix_dereft.Plo \
161@AMDEP_TRUE@ $(DEPDIR)/asn1fix_derefv.Plo \
162@AMDEP_TRUE@ $(DEPDIR)/asn1fix_enum.Plo \
163@AMDEP_TRUE@ $(DEPDIR)/asn1fix_export.Plo \
164@AMDEP_TRUE@ $(DEPDIR)/asn1fix_integer.Plo \
165@AMDEP_TRUE@ $(DEPDIR)/asn1fix_misc.Plo \
166@AMDEP_TRUE@ $(DEPDIR)/asn1fix_param.Plo \
167@AMDEP_TRUE@ $(DEPDIR)/asn1fix_retrieve.Plo \
168@AMDEP_TRUE@ $(DEPDIR)/asn1fix_tags.Plo \
169@AMDEP_TRUE@ $(DEPDIR)/asn1fix_value.Plo \
170@AMDEP_TRUE@ $(DEPDIR)/check_fixer.Po
171COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
172 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
173LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) \
174 $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
175CCLD = $(CC)
176LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
177 $(AM_LDFLAGS) $(LDFLAGS) -o $@
178CFLAGS = @CFLAGS@
179DIST_SOURCES = $(libasn1fix_la_SOURCES) check_fixer.c
180DIST_COMMON = Makefile.am Makefile.in
181SOURCES = $(libasn1fix_la_SOURCES) check_fixer.c
182
183all: all-am
184
185.SUFFIXES:
186.SUFFIXES: .c .lo .o .obj
187
188mostlyclean-libtool:
189 -rm -f *.lo
190
191clean-libtool:
192 -rm -rf .libs _libs
193
194distclean-libtool:
195 -rm -f libtool
196$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
197 cd $(top_srcdir) && \
198 $(AUTOMAKE) --gnu libasn1fix/Makefile
199Makefile: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.in $(top_builddir)/config.status
200 cd $(top_builddir) && \
201 CONFIG_HEADERS= CONFIG_LINKS= \
202 CONFIG_FILES=$(subdir)/$@ $(SHELL) ./config.status
203
204clean-noinstLTLIBRARIES:
205 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
206libasn1fix.la: $(libasn1fix_la_OBJECTS) $(libasn1fix_la_DEPENDENCIES)
207 $(LINK) $(libasn1fix_la_LDFLAGS) $(libasn1fix_la_OBJECTS) $(libasn1fix_la_LIBADD) $(LIBS)
208
209clean-checkPROGRAMS:
210 -test -z "$(check_PROGRAMS)" || rm -f $(check_PROGRAMS)
211check_fixer$(EXEEXT): $(check_fixer_OBJECTS) $(check_fixer_DEPENDENCIES)
212 @rm -f check_fixer$(EXEEXT)
213 $(LINK) $(check_fixer_LDFLAGS) $(check_fixer_OBJECTS) $(check_fixer_LDADD) $(LIBS)
214
215mostlyclean-compile:
216 -rm -f *.$(OBJEXT) core *.core
217
218distclean-compile:
219 -rm -f *.tab.c
220
221@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix.Plo@am__quote@
222@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_bitstring.Plo@am__quote@
223@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_class.Plo@am__quote@
224@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_compat.Plo@am__quote@
225@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_constr.Plo@am__quote@
226@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_cstring.Plo@am__quote@
227@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_dereft.Plo@am__quote@
228@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_derefv.Plo@am__quote@
229@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_enum.Plo@am__quote@
230@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_export.Plo@am__quote@
231@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_integer.Plo@am__quote@
232@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_misc.Plo@am__quote@
233@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_param.Plo@am__quote@
234@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_retrieve.Plo@am__quote@
235@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_tags.Plo@am__quote@
236@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/asn1fix_value.Plo@am__quote@
237@AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/check_fixer.Po@am__quote@
238
239distclean-depend:
240 -rm -rf $(DEPDIR)
241
242.c.o:
243@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
244@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
245@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
246 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
247
248.c.obj:
249@AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
250@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
251@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
252 $(COMPILE) -c `cygpath -w $<`
253
254.c.lo:
255@AMDEP_TRUE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
256@AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
257@AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
258 $(LTCOMPILE) -c -o $@ `test -f $< || echo '$(srcdir)/'`$<
259CCDEPMODE = @CCDEPMODE@
260uninstall-info-am:
261
262tags: TAGS
263
264ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
265 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
266 unique=`for i in $$list; do \
267 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
268 done | \
269 $(AWK) ' { files[$$0] = 1; } \
270 END { for (i in files) print i; }'`; \
271 mkid -fID $$unique $(LISP)
272
273TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
274 $(TAGS_FILES) $(LISP)
275 tags=; \
276 here=`pwd`; \
277 list='$(SOURCES) $(HEADERS) $(TAGS_FILES)'; \
278 unique=`for i in $$list; do \
279 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
280 done | \
281 $(AWK) ' { files[$$0] = 1; } \
282 END { for (i in files) print i; }'`; \
283 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
284 || etags $(ETAGS_ARGS) $$tags $$unique $(LISP)
285
286GTAGS:
287 here=`CDPATH=: && cd $(top_builddir) && pwd` \
288 && cd $(top_srcdir) \
289 && gtags -i $(GTAGS_ARGS) $$here
290
291distclean-tags:
292 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
293
294check-TESTS: $(TESTS)
295 @failed=0; all=0; xfail=0; xpass=0; \
296 srcdir=$(srcdir); export srcdir; \
297 list='$(TESTS)'; \
298 if test -n "$$list"; then \
299 for tst in $$list; do \
300 if test -f ./$$tst; then dir=./; \
301 elif test -f $$tst; then dir=; \
302 else dir="$(srcdir)/"; fi; \
303 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
304 all=`expr $$all + 1`; \
305 case " $(XFAIL_TESTS) " in \
306 *" $$tst "*) \
307 xpass=`expr $$xpass + 1`; \
308 failed=`expr $$failed + 1`; \
309 echo "XPASS: $$tst"; \
310 ;; \
311 *) \
312 echo "PASS: $$tst"; \
313 ;; \
314 esac; \
315 elif test $$? -ne 77; then \
316 all=`expr $$all + 1`; \
317 case " $(XFAIL_TESTS) " in \
318 *" $$tst "*) \
319 xfail=`expr $$xfail + 1`; \
320 echo "XFAIL: $$tst"; \
321 ;; \
322 *) \
323 failed=`expr $$failed + 1`; \
324 echo "FAIL: $$tst"; \
325 ;; \
326 esac; \
327 fi; \
328 done; \
329 if test "$$failed" -eq 0; then \
330 if test "$$xfail" -eq 0; then \
331 banner="All $$all tests passed"; \
332 else \
333 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
334 fi; \
335 else \
336 if test "$$xpass" -eq 0; then \
337 banner="$$failed of $$all tests failed"; \
338 else \
339 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
340 fi; \
341 fi; \
342 dashes=`echo "$$banner" | sed s/./=/g`; \
343 echo "$$dashes"; \
344 echo "$$banner"; \
345 echo "$$dashes"; \
346 test "$$failed" -eq 0; \
347 fi
348
349DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
350
351top_distdir = ..
352distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
353
354distdir: $(DISTFILES)
355 @for file in $(DISTFILES); do \
356 if test -f $$file; then d=.; else d=$(srcdir); fi; \
357 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
358 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
359 $(mkinstalldirs) "$(distdir)/$$dir"; \
360 fi; \
361 if test -d $$d/$$file; then \
362 cp -pR $$d/$$file $(distdir) \
363 || exit 1; \
364 else \
365 test -f $(distdir)/$$file \
366 || cp -p $$d/$$file $(distdir)/$$file \
367 || exit 1; \
368 fi; \
369 done
370check-am: all-am
371 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
372 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
373check: check-am
374all-am: Makefile $(LTLIBRARIES)
375
376installdirs:
377
378install: install-am
379install-exec: install-exec-am
380install-data: install-data-am
381uninstall: uninstall-am
382
383install-am: all-am
384 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
385
386installcheck: installcheck-am
387install-strip:
388 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
389 `test -z '$(STRIP)' || \
390 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
391mostlyclean-generic:
392
393clean-generic:
394
395distclean-generic:
396 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
397
398maintainer-clean-generic:
399 @echo "This command is intended for maintainers to use"
400 @echo "it deletes files that may require special tools to rebuild."
401clean: clean-am
402
403clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
404 clean-noinstLTLIBRARIES mostlyclean-am
405
406distclean: distclean-am
407
408distclean-am: clean-am distclean-compile distclean-depend \
409 distclean-generic distclean-libtool distclean-tags
410
411dvi: dvi-am
412
413dvi-am:
414
415info: info-am
416
417info-am:
418
419install-data-am:
420
421install-exec-am:
422
423install-info: install-info-am
424
425install-man:
426
427installcheck-am:
428
429maintainer-clean: maintainer-clean-am
430
431maintainer-clean-am: distclean-am maintainer-clean-generic
432
433mostlyclean: mostlyclean-am
434
435mostlyclean-am: mostlyclean-compile mostlyclean-generic \
436 mostlyclean-libtool
437
438uninstall-am: uninstall-info-am
439
440.PHONY: GTAGS all all-am check check-TESTS check-am clean \
441 clean-checkPROGRAMS clean-generic clean-libtool \
442 clean-noinstLTLIBRARIES distclean distclean-compile \
443 distclean-depend distclean-generic distclean-libtool \
444 distclean-tags distdir dvi dvi-am info info-am install \
445 install-am install-data install-data-am install-exec \
446 install-exec-am install-info install-info-am install-man \
447 install-strip installcheck installcheck-am installdirs \
448 maintainer-clean maintainer-clean-generic mostlyclean \
449 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
450 tags uninstall uninstall-am uninstall-info-am
451
452# Tell versions [3.59,3.63) of GNU make to not export all variables.
453# Otherwise a system limit (for SysV at least) may be exceeded.
454.NOEXPORT: