blob: ff2d13352e1dbd98bfb66d412c49c8477ee21358 [file] [log] [blame]
Lev Walkin5af1a692006-08-18 01:54:27 +00001# Makefile.in generated by automake 1.9.6 from Makefile.am.
Lev Walkin8e8b5482004-06-17 23:42:48 +00002# @configure_input@
Lev Walkinf15320b2004-06-03 03:38:44 +00003
Lev Walkin8e8b5482004-06-17 23:42:48 +00004# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
Lev Walkin5af1a692006-08-18 01:54:27 +00005# 2003, 2004, 2005 Free Software Foundation, Inc.
Lev Walkinf15320b2004-06-03 03:38:44 +00006# This Makefile.in is free software; the Free Software Foundation
7# gives unlimited permission to copy and/or distribute it,
8# with or without modifications, as long as this notice is preserved.
9
10# This program is distributed in the hope that it will be useful,
11# but WITHOUT ANY WARRANTY, to the extent permitted by law; without
12# even the implied warranty of MERCHANTABILITY or FITNESS FOR A
13# PARTICULAR PURPOSE.
14
15@SET_MAKE@
16
Lev Walkinf15320b2004-06-03 03:38:44 +000017srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +000020pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
Lev Walkin8e8b5482004-06-17 23:42:48 +000024am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Lev Walkinf15320b2004-06-03 03:38:44 +000025INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +000026install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
Lev Walkinf15320b2004-06-03 03:38:44 +000029INSTALL_HEADER = $(INSTALL_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000030transform = $(program_transform_name)
Lev Walkinf15320b2004-06-03 03:38:44 +000031NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
Lev Walkin5af1a692006-08-18 01:54:27 +000037build_triplet = @build@
Lev Walkinf15320b2004-06-03 03:38:44 +000038host_triplet = @host@
Lev Walkin5af1a692006-08-18 01:54:27 +000039target_triplet = @target@
Lev Walkin8e8b5482004-06-17 23:42:48 +000040check_PROGRAMS = check_fixer$(EXEEXT)
41subdir = libasn1fix
Lev Walkinaa7f5302006-03-14 15:53:59 +000042DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
Lev Walkin8e8b5482004-06-17 23:42:48 +000043ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
44am__aclocal_m4_deps = $(top_srcdir)/configure.in
45am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
46 $(ACLOCAL_M4)
47mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
48CONFIG_HEADER = $(top_builddir)/config.h
49CONFIG_CLEAN_FILES =
50LTLIBRARIES = $(noinst_LTLIBRARIES)
Lev Walkinb45e0672004-08-18 05:42:05 +000051libasn1fix_la_LIBADD =
Lev Walkin8e8b5482004-06-17 23:42:48 +000052am_libasn1fix_la_OBJECTS = asn1fix.lo asn1fix_misc.lo asn1fix_value.lo \
53 asn1fix_compat.lo asn1fix_constr.lo asn1fix_cstring.lo \
Lev Walkinb45e0672004-08-18 05:42:05 +000054 asn1fix_retrieve.lo asn1fix_bitstring.lo asn1fix_constraint.lo \
55 asn1fix_integer.lo asn1fix_crange.lo asn1fix_dereft.lo \
56 asn1fix_derefv.lo asn1fix_export.lo asn1fix_param.lo \
57 asn1fix_class.lo asn1fix_tags.lo asn1fix_enum.lo \
Lev Walkinaa7f5302006-03-14 15:53:59 +000058 asn1fix_cws.lo asn1fix_constraint_compat.lo
Lev Walkin8e8b5482004-06-17 23:42:48 +000059libasn1fix_la_OBJECTS = $(am_libasn1fix_la_OBJECTS)
60check_fixer_SOURCES = check_fixer.c
61check_fixer_OBJECTS = check_fixer.$(OBJEXT)
Lev Walkin8e8b5482004-06-17 23:42:48 +000062am__DEPENDENCIES_1 = libasn1fix.la
Lev Walkin8e8b5482004-06-17 23:42:48 +000063DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
64depcomp = $(SHELL) $(top_srcdir)/depcomp
65am__depfiles_maybe = depfiles
Lev Walkin8e8b5482004-06-17 23:42:48 +000066COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
67 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin5af1a692006-08-18 01:54:27 +000068LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
Lev Walkin8e8b5482004-06-17 23:42:48 +000069 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
70 $(AM_CFLAGS) $(CFLAGS)
71CCLD = $(CC)
Lev Walkin5af1a692006-08-18 01:54:27 +000072LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Lev Walkin8e8b5482004-06-17 23:42:48 +000073 $(AM_LDFLAGS) $(LDFLAGS) -o $@
74SOURCES = $(libasn1fix_la_SOURCES) check_fixer.c
75DIST_SOURCES = $(libasn1fix_la_SOURCES) check_fixer.c
76ETAGS = etags
77CTAGS = ctags
78DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
79ACLOCAL = @ACLOCAL@
Lev Walkinf15320b2004-06-03 03:38:44 +000080ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +000081AMDEP_FALSE = @AMDEP_FALSE@
82AMDEP_TRUE = @AMDEP_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +000083AMTAR = @AMTAR@
84AR = @AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +000085AUTOCONF = @AUTOCONF@
86AUTOHEADER = @AUTOHEADER@
87AUTOMAKE = @AUTOMAKE@
Lev Walkinf15320b2004-06-03 03:38:44 +000088AWK = @AWK@
89CC = @CC@
Lev Walkin8e8b5482004-06-17 23:42:48 +000090CCDEPMODE = @CCDEPMODE@
91CFLAGS = @CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +000092CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
93CPP = @CPP@
Lev Walkin8e8b5482004-06-17 23:42:48 +000094CPPFLAGS = @CPPFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +000095CYGPATH_W = @CYGPATH_W@
96DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +000097DEPDIR = @DEPDIR@
Lev Walkin4da95cf2010-10-16 02:46:32 -070098DLLTOOL = @DLLTOOL@
99DSYMUTIL = @DSYMUTIL@
100DUMPBIN = @DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000101ECHO_C = @ECHO_C@
102ECHO_N = @ECHO_N@
103ECHO_T = @ECHO_T@
104EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000105EXEEXT = @EXEEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700106FGREP = @FGREP@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000107GREP = @GREP@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000108INSTALL_DATA = @INSTALL_DATA@
109INSTALL_PROGRAM = @INSTALL_PROGRAM@
110INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000111INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700112LD = @LD@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000113LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000114LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000115LEXLIB = @LEXLIB@
116LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
117LIBOBJS = @LIBOBJS@
118LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000119LIBTOOL = @LIBTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700120LIPO = @LIPO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000121LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000122LTLIBOBJS = @LTLIBOBJS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000123MAINT = @MAINT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000124MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
125MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
126MAKEINFO = @MAKEINFO@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700127MANIFEST_TOOL = @MANIFEST_TOOL@
128NM = @NM@
129NMEDIT = @NMEDIT@
130OBJDUMP = @OBJDUMP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000131OBJEXT = @OBJEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700132OTOOL = @OTOOL@
133OTOOL64 = @OTOOL64@
Lev Walkinf15320b2004-06-03 03:38:44 +0000134PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000135PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
136PACKAGE_NAME = @PACKAGE_NAME@
137PACKAGE_STRING = @PACKAGE_STRING@
138PACKAGE_TARNAME = @PACKAGE_TARNAME@
139PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000140PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000141RANLIB = @RANLIB@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700142SED = @SED@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000143SET_MAKE = @SET_MAKE@
144SHELL = @SHELL@
145STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000146VERSION = @VERSION@
147YACC = @YACC@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000148YFLAGS = @YFLAGS@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700149ac_ct_AR = @ac_ct_AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000150ac_ct_CC = @ac_ct_CC@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700151ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000152am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
153am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000154am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000155am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000156am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000157am__tar = @am__tar@
158am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000159bindir = @bindir@
160build = @build@
161build_alias = @build_alias@
162build_cpu = @build_cpu@
163build_os = @build_os@
164build_vendor = @build_vendor@
165datadir = @datadir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000166datarootdir = @datarootdir@
167docdir = @docdir@
168dvidir = @dvidir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000169exec_prefix = @exec_prefix@
170host = @host@
171host_alias = @host_alias@
172host_cpu = @host_cpu@
173host_os = @host_os@
174host_vendor = @host_vendor@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000175htmldir = @htmldir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000176includedir = @includedir@
177infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000178install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000179libdir = @libdir@
180libexecdir = @libexecdir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000181localedir = @localedir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000182localstatedir = @localstatedir@
183mandir = @mandir@
184mkdir_p = @mkdir_p@
185oldincludedir = @oldincludedir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000186pdfdir = @pdfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000187prefix = @prefix@
188program_transform_name = @program_transform_name@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000189psdir = @psdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000190sbindir = @sbindir@
191sharedstatedir = @sharedstatedir@
192sysconfdir = @sysconfdir@
193target = @target@
194target_alias = @target_alias@
195target_cpu = @target_cpu@
196target_os = @target_os@
197target_vendor = @target_vendor@
Lev Walkinf15320b2004-06-03 03:38:44 +0000198AM_CFLAGS = @ADD_CFLAGS@
Lev Walkinb45e0672004-08-18 05:42:05 +0000199AM_CPPFLAGS = \
Lev Walkin3d0b5a32004-08-18 05:43:55 +0000200 -I$(top_srcdir)/libasn1parser
Lev Walkinb45e0672004-08-18 05:42:05 +0000201
Lev Walkinf15320b2004-06-03 03:38:44 +0000202noinst_LTLIBRARIES = libasn1fix.la
Lev Walkinf15320b2004-06-03 03:38:44 +0000203libasn1fix_la_LDFLAGS = -all-static
204libasn1fix_la_SOURCES = \
Lev Walkinb45e0672004-08-18 05:42:05 +0000205 asn1fix.c asn1fix.h \
206 asn1fix_internal.h \
207 asn1fix_misc.c asn1fix_misc.h \
208 asn1fix_value.c asn1fix_value.h \
209 asn1fix_compat.c asn1fix_compat.h \
210 asn1fix_constr.c asn1fix_constr.h \
211 asn1fix_cstring.c asn1fix_cstring.h \
212 asn1fix_retrieve.c asn1fix_retrieve.h \
213 asn1fix_bitstring.c asn1fix_bitstring.h \
214 asn1fix_constraint.c asn1fix_constraint.h \
215 asn1fix_integer.c asn1fix_integer.h \
216 asn1fix_crange.c asn1fix_crange.h \
217 asn1fix_dereft.c asn1fix_dereft.h \
218 asn1fix_derefv.c asn1fix_derefv.h \
219 asn1fix_export.c asn1fix_export.h \
220 asn1fix_param.c asn1fix_param.h \
221 asn1fix_class.c asn1fix_class.h \
222 asn1fix_tags.c asn1fix_tags.h \
223 asn1fix_enum.c asn1fix_enum.h \
Lev Walkinaa7f5302006-03-14 15:53:59 +0000224 asn1fix_cws.c asn1fix_cws.h \
Lev Walkinb45e0672004-08-18 05:42:05 +0000225 asn1fix_constraint_compat.c
Lev Walkinf15320b2004-06-03 03:38:44 +0000226
Lev Walkinb45e0672004-08-18 05:42:05 +0000227check_fixer_LDADD = $(noinst_LTLIBRARIES) \
Lev Walkinb45e0672004-08-18 05:42:05 +0000228 $(top_builddir)/libasn1parser/libasn1parser.la
229
230check_fixer_DEPENDENCIES = $(check_fixer_LDADD)
Lev Walkinf15320b2004-06-03 03:38:44 +0000231TESTS_ENVIRONMENT = ./check_fixer
232TESTS = ${top_srcdir}/tests/*.asn1
Lev Walkinf15320b2004-06-03 03:38:44 +0000233all: all-am
234
235.SUFFIXES:
Lev Walkinaa7f5302006-03-14 15:53:59 +0000236.SUFFIXES: .c .lo .o .obj
Lev Walkin8e8b5482004-06-17 23:42:48 +0000237$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
238 @for dep in $?; do \
239 case '$(am__configure_deps)' in \
240 *$$dep*) \
241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
242 && exit 0; \
243 exit 1;; \
244 esac; \
245 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000246 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libasn1fix/Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000247 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000248 $(AUTOMAKE) --foreign libasn1fix/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000249.PRECIOUS: Makefile
250Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
251 @case '$?' in \
252 *config.status*) \
253 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
254 *) \
255 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
256 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
257 esac;
258
259$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
260 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
261
262$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
263 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
264$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
265 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
266
267clean-noinstLTLIBRARIES:
268 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
269 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
270 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000271 test "$$dir" != "$$p" || dir=.; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000272 echo "rm -f \"$${dir}/so_locations\""; \
273 rm -f "$${dir}/so_locations"; \
274 done
275libasn1fix.la: $(libasn1fix_la_OBJECTS) $(libasn1fix_la_DEPENDENCIES)
276 $(LINK) $(libasn1fix_la_LDFLAGS) $(libasn1fix_la_OBJECTS) $(libasn1fix_la_LIBADD) $(LIBS)
277
278clean-checkPROGRAMS:
279 @list='$(check_PROGRAMS)'; for p in $$list; do \
280 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
281 echo " rm -f $$p $$f"; \
282 rm -f $$p $$f ; \
283 done
284check_fixer$(EXEEXT): $(check_fixer_OBJECTS) $(check_fixer_DEPENDENCIES)
285 @rm -f check_fixer$(EXEEXT)
286 $(LINK) $(check_fixer_LDFLAGS) $(check_fixer_OBJECTS) $(check_fixer_LDADD) $(LIBS)
287
288mostlyclean-compile:
289 -rm -f *.$(OBJEXT)
290
291distclean-compile:
292 -rm -f *.tab.c
293
294@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix.Plo@am__quote@
295@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_bitstring.Plo@am__quote@
296@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_class.Plo@am__quote@
297@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_compat.Plo@am__quote@
298@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constr.Plo@am__quote@
Lev Walkinb45e0672004-08-18 05:42:05 +0000299@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constraint.Plo@am__quote@
300@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constraint_compat.Plo@am__quote@
301@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_crange.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000302@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_cstring.Plo@am__quote@
Lev Walkinaa7f5302006-03-14 15:53:59 +0000303@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_cws.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000304@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_dereft.Plo@am__quote@
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_derefv.Plo@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_enum.Plo@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_export.Plo@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_integer.Plo@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_misc.Plo@am__quote@
310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_param.Plo@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_retrieve.Plo@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_tags.Plo@am__quote@
313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_value.Plo@am__quote@
314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fixer.Po@am__quote@
315
316.c.o:
317@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
318@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
319@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000320@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000321@am__fastdepCC_FALSE@ $(COMPILE) -c $<
322
323.c.obj:
324@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
325@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
326@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000327@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000328@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
329
330.c.lo:
331@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
332@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
333@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000334@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000335@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
Lev Walkinf15320b2004-06-03 03:38:44 +0000336
337mostlyclean-libtool:
338 -rm -f *.lo
339
340clean-libtool:
341 -rm -rf .libs _libs
342
343distclean-libtool:
344 -rm -f libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000345uninstall-info-am:
346
Lev Walkinf15320b2004-06-03 03:38:44 +0000347ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000348 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000349 unique=`for i in $$list; do \
350 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
351 done | \
352 $(AWK) ' { files[$$0] = 1; } \
353 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000354 mkid -fID $$unique
355tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000356
357TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
358 $(TAGS_FILES) $(LISP)
359 tags=; \
360 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000361 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000362 unique=`for i in $$list; do \
363 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
364 done | \
365 $(AWK) ' { files[$$0] = 1; } \
366 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000367 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000368 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000369 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
370 $$tags $$unique; \
371 fi
372ctags: CTAGS
373CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
374 $(TAGS_FILES) $(LISP)
375 tags=; \
376 here=`pwd`; \
377 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
378 unique=`for i in $$list; do \
379 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
380 done | \
381 $(AWK) ' { files[$$0] = 1; } \
382 END { for (i in files) print i; }'`; \
383 test -z "$(CTAGS_ARGS)$$tags$$unique" \
384 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
385 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000386
387GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000388 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000389 && cd $(top_srcdir) \
390 && gtags -i $(GTAGS_ARGS) $$here
391
392distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000393 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000394
395check-TESTS: $(TESTS)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000396 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000397 srcdir=$(srcdir); export srcdir; \
398 list='$(TESTS)'; \
399 if test -n "$$list"; then \
400 for tst in $$list; do \
401 if test -f ./$$tst; then dir=./; \
402 elif test -f $$tst; then dir=; \
403 else dir="$(srcdir)/"; fi; \
404 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
405 all=`expr $$all + 1`; \
406 case " $(XFAIL_TESTS) " in \
407 *" $$tst "*) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000408 xpass=`expr $$xpass + 1`; \
409 failed=`expr $$failed + 1`; \
410 echo "XPASS: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000411 ;; \
412 *) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000413 echo "PASS: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000414 ;; \
415 esac; \
416 elif test $$? -ne 77; then \
417 all=`expr $$all + 1`; \
418 case " $(XFAIL_TESTS) " in \
419 *" $$tst "*) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000420 xfail=`expr $$xfail + 1`; \
421 echo "XFAIL: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000422 ;; \
423 *) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000424 failed=`expr $$failed + 1`; \
425 echo "FAIL: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000426 ;; \
427 esac; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000428 else \
429 skip=`expr $$skip + 1`; \
430 echo "SKIP: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000431 fi; \
432 done; \
433 if test "$$failed" -eq 0; then \
434 if test "$$xfail" -eq 0; then \
435 banner="All $$all tests passed"; \
436 else \
437 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
438 fi; \
439 else \
440 if test "$$xpass" -eq 0; then \
441 banner="$$failed of $$all tests failed"; \
442 else \
443 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
444 fi; \
445 fi; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000446 dashes="$$banner"; \
447 skipped=""; \
448 if test "$$skip" -ne 0; then \
449 skipped="($$skip tests were not run)"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000450 test `echo "$$skipped" | wc -c` -le `echo "$$banner" | wc -c` || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000451 dashes="$$skipped"; \
452 fi; \
453 report=""; \
454 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
455 report="Please report to $(PACKAGE_BUGREPORT)"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000456 test `echo "$$report" | wc -c` -le `echo "$$banner" | wc -c` || \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000457 dashes="$$report"; \
458 fi; \
459 dashes=`echo "$$dashes" | sed s/./=/g`; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000460 echo "$$dashes"; \
461 echo "$$banner"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000462 test -z "$$skipped" || echo "$$skipped"; \
463 test -z "$$report" || echo "$$report"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000464 echo "$$dashes"; \
465 test "$$failed" -eq 0; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000466 else :; fi
Lev Walkinf15320b2004-06-03 03:38:44 +0000467
468distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000469 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
470 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
471 list='$(DISTFILES)'; for file in $$list; do \
472 case $$file in \
473 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
474 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
475 esac; \
476 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000477 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
478 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000479 dir="/$$dir"; \
480 $(mkdir_p) "$(distdir)$$dir"; \
481 else \
482 dir=''; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000483 fi; \
484 if test -d $$d/$$file; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000485 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
486 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
487 fi; \
488 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000489 else \
490 test -f $(distdir)/$$file \
491 || cp -p $$d/$$file $(distdir)/$$file \
492 || exit 1; \
493 fi; \
494 done
495check-am: all-am
496 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
497 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
498check: check-am
499all-am: Makefile $(LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000500installdirs:
Lev Walkinf15320b2004-06-03 03:38:44 +0000501install: install-am
502install-exec: install-exec-am
503install-data: install-data-am
504uninstall: uninstall-am
505
506install-am: all-am
507 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
508
509installcheck: installcheck-am
510install-strip:
511 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000512 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000513 `test -z '$(STRIP)' || \
514 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
515mostlyclean-generic:
516
517clean-generic:
518
519distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000520 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000521
522maintainer-clean-generic:
523 @echo "This command is intended for maintainers to use"
524 @echo "it deletes files that may require special tools to rebuild."
525clean: clean-am
526
527clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
528 clean-noinstLTLIBRARIES mostlyclean-am
529
530distclean: distclean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000531 -rm -rf ./$(DEPDIR)
532 -rm -f Makefile
533distclean-am: clean-am distclean-compile distclean-generic \
534 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000535
536dvi: dvi-am
537
538dvi-am:
539
Lev Walkin8e8b5482004-06-17 23:42:48 +0000540html: html-am
541
Lev Walkinf15320b2004-06-03 03:38:44 +0000542info: info-am
543
544info-am:
545
546install-data-am:
547
548install-exec-am:
549
550install-info: install-info-am
551
552install-man:
553
554installcheck-am:
555
556maintainer-clean: maintainer-clean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000557 -rm -rf ./$(DEPDIR)
558 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000559maintainer-clean-am: distclean-am maintainer-clean-generic
560
561mostlyclean: mostlyclean-am
562
563mostlyclean-am: mostlyclean-compile mostlyclean-generic \
564 mostlyclean-libtool
565
Lev Walkin8e8b5482004-06-17 23:42:48 +0000566pdf: pdf-am
567
568pdf-am:
569
570ps: ps-am
571
572ps-am:
573
Lev Walkinf15320b2004-06-03 03:38:44 +0000574uninstall-am: uninstall-info-am
575
Lev Walkin8e8b5482004-06-17 23:42:48 +0000576.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
Lev Walkinf15320b2004-06-03 03:38:44 +0000577 clean-checkPROGRAMS clean-generic clean-libtool \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000578 clean-noinstLTLIBRARIES ctags distclean distclean-compile \
579 distclean-generic distclean-libtool distclean-tags distdir dvi \
580 dvi-am html html-am info info-am install install-am \
581 install-data install-data-am install-exec install-exec-am \
582 install-info install-info-am install-man install-strip \
583 installcheck installcheck-am installdirs maintainer-clean \
584 maintainer-clean-generic mostlyclean mostlyclean-compile \
585 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Lev Walkinf15320b2004-06-03 03:38:44 +0000586 tags uninstall uninstall-am uninstall-info-am
587
588# Tell versions [3.59,3.63) of GNU make to not export all variables.
589# Otherwise a system limit (for SysV at least) may be exceeded.
590.NOEXPORT: