blob: a259a343432b3d19cafc07a20c5b9123bde481f4 [file] [log] [blame]
Lev Walkin8e8b5482004-06-17 23:42:48 +00001# Makefile.in generated by automake 1.8.4 from Makefile.am.
2# @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,
5# 2003, 2004 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 Walkin8e8b5482004-06-17 23:42:48 +000017SOURCES = $(libasn1fix_la_SOURCES) check_fixer.c
Lev Walkinf15320b2004-06-03 03:38:44 +000018
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +000022pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25top_builddir = ..
Lev Walkin8e8b5482004-06-17 23:42:48 +000026am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Lev Walkinf15320b2004-06-03 03:38:44 +000027INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +000028install_sh_DATA = $(install_sh) -c -m 644
29install_sh_PROGRAM = $(install_sh) -c
30install_sh_SCRIPT = $(install_sh) -c
Lev Walkinf15320b2004-06-03 03:38:44 +000031INSTALL_HEADER = $(INSTALL_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000032transform = $(program_transform_name)
Lev Walkinf15320b2004-06-03 03:38:44 +000033NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
Lev Walkinf15320b2004-06-03 03:38:44 +000039host_triplet = @host@
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
66@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/asn1fix.Plo \
67@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_bitstring.Plo \
68@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_class.Plo \
69@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_compat.Plo \
70@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_constr.Plo \
Lev Walkinb45e0672004-08-18 05:42:05 +000071@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_constraint.Plo \
72@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_constraint_compat.Plo \
73@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_crange.Plo \
Lev Walkin8e8b5482004-06-17 23:42:48 +000074@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_cstring.Plo \
Lev Walkinaa7f5302006-03-14 15:53:59 +000075@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_cws.Plo \
Lev Walkin8e8b5482004-06-17 23:42:48 +000076@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_dereft.Plo \
77@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_derefv.Plo \
78@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_enum.Plo \
79@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_export.Plo \
80@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_integer.Plo \
81@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_misc.Plo \
82@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_param.Plo \
83@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_retrieve.Plo \
84@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_tags.Plo \
85@AMDEP_TRUE@ ./$(DEPDIR)/asn1fix_value.Plo \
86@AMDEP_TRUE@ ./$(DEPDIR)/check_fixer.Po
87COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
88 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
89LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
90 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
91 $(AM_CFLAGS) $(CFLAGS)
92CCLD = $(CC)
93LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
94 $(AM_LDFLAGS) $(LDFLAGS) -o $@
95SOURCES = $(libasn1fix_la_SOURCES) check_fixer.c
96DIST_SOURCES = $(libasn1fix_la_SOURCES) check_fixer.c
97ETAGS = etags
98CTAGS = ctags
99DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
100ACLOCAL = @ACLOCAL@
Lev Walkinf15320b2004-06-03 03:38:44 +0000101ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000102AMDEP_FALSE = @AMDEP_FALSE@
103AMDEP_TRUE = @AMDEP_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000104AMTAR = @AMTAR@
105AR = @AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000106AUTOCONF = @AUTOCONF@
107AUTOHEADER = @AUTOHEADER@
108AUTOMAKE = @AUTOMAKE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000109AWK = @AWK@
110CC = @CC@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000111CCDEPMODE = @CCDEPMODE@
112CFLAGS = @CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000113CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
Lev Walkind8b940c2004-08-11 05:35:51 +0000114CPLUSPLUS_FOUND_FALSE = @CPLUSPLUS_FOUND_FALSE@
115CPLUSPLUS_FOUND_TRUE = @CPLUSPLUS_FOUND_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000116CPP = @CPP@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000117CPPFLAGS = @CPPFLAGS@
118CXX = @CXX@
119CXXCPP = @CXXCPP@
120CXXDEPMODE = @CXXDEPMODE@
121CXXFLAGS = @CXXFLAGS@
122CYGPATH_W = @CYGPATH_W@
123DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000124DEPDIR = @DEPDIR@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000125ECHO = @ECHO@
126ECHO_C = @ECHO_C@
127ECHO_N = @ECHO_N@
128ECHO_T = @ECHO_T@
129EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000130EXEEXT = @EXEEXT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000131F77 = @F77@
132FFLAGS = @FFLAGS@
133INSTALL_DATA = @INSTALL_DATA@
134INSTALL_PROGRAM = @INSTALL_PROGRAM@
135INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000136INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000137LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000138LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000139LEXLIB = @LEXLIB@
140LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
141LIBOBJS = @LIBOBJS@
142LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000143LIBTOOL = @LIBTOOL@
144LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000145LTLIBOBJS = @LTLIBOBJS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000146MAINT = @MAINT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000147MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
148MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
149MAKEINFO = @MAKEINFO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000150OBJEXT = @OBJEXT@
151PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000152PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
153PACKAGE_NAME = @PACKAGE_NAME@
154PACKAGE_STRING = @PACKAGE_STRING@
155PACKAGE_TARNAME = @PACKAGE_TARNAME@
156PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000157PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000158RANLIB = @RANLIB@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000159SET_MAKE = @SET_MAKE@
160SHELL = @SHELL@
161STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000162VERSION = @VERSION@
163YACC = @YACC@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000164ac_ct_AR = @ac_ct_AR@
165ac_ct_CC = @ac_ct_CC@
166ac_ct_CXX = @ac_ct_CXX@
167ac_ct_F77 = @ac_ct_F77@
168ac_ct_RANLIB = @ac_ct_RANLIB@
169ac_ct_STRIP = @ac_ct_STRIP@
170am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
171am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
172am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
173am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000174am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000175am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000176am__quote = @am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000177bindir = @bindir@
178build = @build@
179build_alias = @build_alias@
180build_cpu = @build_cpu@
181build_os = @build_os@
182build_vendor = @build_vendor@
183datadir = @datadir@
184exec_prefix = @exec_prefix@
185host = @host@
186host_alias = @host_alias@
187host_cpu = @host_cpu@
188host_os = @host_os@
189host_vendor = @host_vendor@
190includedir = @includedir@
191infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000192install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000193libdir = @libdir@
194libexecdir = @libexecdir@
195localstatedir = @localstatedir@
196mandir = @mandir@
197mkdir_p = @mkdir_p@
198oldincludedir = @oldincludedir@
199prefix = @prefix@
200program_transform_name = @program_transform_name@
201sbindir = @sbindir@
202sharedstatedir = @sharedstatedir@
203sysconfdir = @sysconfdir@
204target = @target@
205target_alias = @target_alias@
206target_cpu = @target_cpu@
207target_os = @target_os@
208target_vendor = @target_vendor@
Lev Walkinf15320b2004-06-03 03:38:44 +0000209AM_CFLAGS = @ADD_CFLAGS@
Lev Walkinb45e0672004-08-18 05:42:05 +0000210AM_CPPFLAGS = \
Lev Walkin3d0b5a32004-08-18 05:43:55 +0000211 -I$(top_srcdir)/libasn1parser
Lev Walkinb45e0672004-08-18 05:42:05 +0000212
Lev Walkinf15320b2004-06-03 03:38:44 +0000213noinst_LTLIBRARIES = libasn1fix.la
Lev Walkinf15320b2004-06-03 03:38:44 +0000214libasn1fix_la_LDFLAGS = -all-static
215libasn1fix_la_SOURCES = \
Lev Walkinb45e0672004-08-18 05:42:05 +0000216 asn1fix.c asn1fix.h \
217 asn1fix_internal.h \
218 asn1fix_misc.c asn1fix_misc.h \
219 asn1fix_value.c asn1fix_value.h \
220 asn1fix_compat.c asn1fix_compat.h \
221 asn1fix_constr.c asn1fix_constr.h \
222 asn1fix_cstring.c asn1fix_cstring.h \
223 asn1fix_retrieve.c asn1fix_retrieve.h \
224 asn1fix_bitstring.c asn1fix_bitstring.h \
225 asn1fix_constraint.c asn1fix_constraint.h \
226 asn1fix_integer.c asn1fix_integer.h \
227 asn1fix_crange.c asn1fix_crange.h \
228 asn1fix_dereft.c asn1fix_dereft.h \
229 asn1fix_derefv.c asn1fix_derefv.h \
230 asn1fix_export.c asn1fix_export.h \
231 asn1fix_param.c asn1fix_param.h \
232 asn1fix_class.c asn1fix_class.h \
233 asn1fix_tags.c asn1fix_tags.h \
234 asn1fix_enum.c asn1fix_enum.h \
Lev Walkinaa7f5302006-03-14 15:53:59 +0000235 asn1fix_cws.c asn1fix_cws.h \
Lev Walkinb45e0672004-08-18 05:42:05 +0000236 asn1fix_constraint_compat.c
Lev Walkinf15320b2004-06-03 03:38:44 +0000237
Lev Walkinb45e0672004-08-18 05:42:05 +0000238check_fixer_LDADD = $(noinst_LTLIBRARIES) \
Lev Walkinb45e0672004-08-18 05:42:05 +0000239 $(top_builddir)/libasn1parser/libasn1parser.la
240
241check_fixer_DEPENDENCIES = $(check_fixer_LDADD)
Lev Walkinf15320b2004-06-03 03:38:44 +0000242TESTS_ENVIRONMENT = ./check_fixer
243TESTS = ${top_srcdir}/tests/*.asn1
Lev Walkinf15320b2004-06-03 03:38:44 +0000244all: all-am
245
246.SUFFIXES:
Lev Walkinaa7f5302006-03-14 15:53:59 +0000247.SUFFIXES: .c .lo .o .obj
Lev Walkin8e8b5482004-06-17 23:42:48 +0000248$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
249 @for dep in $?; do \
250 case '$(am__configure_deps)' in \
251 *$$dep*) \
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
253 && exit 0; \
254 exit 1;; \
255 esac; \
256 done; \
257 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libasn1fix/Makefile'; \
258 cd $(top_srcdir) && \
259 $(AUTOMAKE) --gnu libasn1fix/Makefile
260.PRECIOUS: Makefile
261Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
262 @case '$?' in \
263 *config.status*) \
264 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
265 *) \
266 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
267 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
268 esac;
269
270$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
271 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
272
273$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
274 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
275$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
276 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
277
278clean-noinstLTLIBRARIES:
279 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
280 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
281 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
282 test "$$dir" = "$$p" && dir=.; \
283 echo "rm -f \"$${dir}/so_locations\""; \
284 rm -f "$${dir}/so_locations"; \
285 done
286libasn1fix.la: $(libasn1fix_la_OBJECTS) $(libasn1fix_la_DEPENDENCIES)
287 $(LINK) $(libasn1fix_la_LDFLAGS) $(libasn1fix_la_OBJECTS) $(libasn1fix_la_LIBADD) $(LIBS)
288
289clean-checkPROGRAMS:
290 @list='$(check_PROGRAMS)'; for p in $$list; do \
291 f=`echo $$p|sed 's/$(EXEEXT)$$//'`; \
292 echo " rm -f $$p $$f"; \
293 rm -f $$p $$f ; \
294 done
295check_fixer$(EXEEXT): $(check_fixer_OBJECTS) $(check_fixer_DEPENDENCIES)
296 @rm -f check_fixer$(EXEEXT)
297 $(LINK) $(check_fixer_LDFLAGS) $(check_fixer_OBJECTS) $(check_fixer_LDADD) $(LIBS)
298
299mostlyclean-compile:
300 -rm -f *.$(OBJEXT)
301
302distclean-compile:
303 -rm -f *.tab.c
304
305@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix.Plo@am__quote@
306@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_bitstring.Plo@am__quote@
307@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_class.Plo@am__quote@
308@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_compat.Plo@am__quote@
309@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constr.Plo@am__quote@
Lev Walkinb45e0672004-08-18 05:42:05 +0000310@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constraint.Plo@am__quote@
311@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_constraint_compat.Plo@am__quote@
312@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_crange.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000313@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_cstring.Plo@am__quote@
Lev Walkinaa7f5302006-03-14 15:53:59 +0000314@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_cws.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000315@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_dereft.Plo@am__quote@
316@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_derefv.Plo@am__quote@
317@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_enum.Plo@am__quote@
318@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_export.Plo@am__quote@
319@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_integer.Plo@am__quote@
320@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_misc.Plo@am__quote@
321@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_param.Plo@am__quote@
322@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_retrieve.Plo@am__quote@
323@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_tags.Plo@am__quote@
324@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1fix_value.Plo@am__quote@
325@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/check_fixer.Po@am__quote@
326
327.c.o:
328@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
329@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
330@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
331@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
332@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
333@am__fastdepCC_FALSE@ $(COMPILE) -c $<
334
335.c.obj:
336@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
337@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
338@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
339@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
340@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
341@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
342
343.c.lo:
344@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
345@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
346@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
347@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
348@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
349@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
Lev Walkinf15320b2004-06-03 03:38:44 +0000350
351mostlyclean-libtool:
352 -rm -f *.lo
353
354clean-libtool:
355 -rm -rf .libs _libs
356
357distclean-libtool:
358 -rm -f libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000359uninstall-info-am:
360
Lev Walkinf15320b2004-06-03 03:38:44 +0000361ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000363 unique=`for i in $$list; do \
364 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
365 done | \
366 $(AWK) ' { files[$$0] = 1; } \
367 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000368 mkid -fID $$unique
369tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000370
371TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
372 $(TAGS_FILES) $(LISP)
373 tags=; \
374 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000375 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000376 unique=`for i in $$list; do \
377 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
378 done | \
379 $(AWK) ' { files[$$0] = 1; } \
380 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000381 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
382 test -z "$$unique" && unique=$$empty_fix; \
383 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
384 $$tags $$unique; \
385 fi
386ctags: CTAGS
387CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
388 $(TAGS_FILES) $(LISP)
389 tags=; \
390 here=`pwd`; \
391 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
392 unique=`for i in $$list; do \
393 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
394 done | \
395 $(AWK) ' { files[$$0] = 1; } \
396 END { for (i in files) print i; }'`; \
397 test -z "$(CTAGS_ARGS)$$tags$$unique" \
398 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
399 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000400
401GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000402 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000403 && cd $(top_srcdir) \
404 && gtags -i $(GTAGS_ARGS) $$here
405
406distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000407 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000408
409check-TESTS: $(TESTS)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000410 @failed=0; all=0; xfail=0; xpass=0; skip=0; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000411 srcdir=$(srcdir); export srcdir; \
412 list='$(TESTS)'; \
413 if test -n "$$list"; then \
414 for tst in $$list; do \
415 if test -f ./$$tst; then dir=./; \
416 elif test -f $$tst; then dir=; \
417 else dir="$(srcdir)/"; fi; \
418 if $(TESTS_ENVIRONMENT) $${dir}$$tst; then \
419 all=`expr $$all + 1`; \
420 case " $(XFAIL_TESTS) " in \
421 *" $$tst "*) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000422 xpass=`expr $$xpass + 1`; \
423 failed=`expr $$failed + 1`; \
424 echo "XPASS: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000425 ;; \
426 *) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000427 echo "PASS: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000428 ;; \
429 esac; \
430 elif test $$? -ne 77; then \
431 all=`expr $$all + 1`; \
432 case " $(XFAIL_TESTS) " in \
433 *" $$tst "*) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000434 xfail=`expr $$xfail + 1`; \
435 echo "XFAIL: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000436 ;; \
437 *) \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000438 failed=`expr $$failed + 1`; \
439 echo "FAIL: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000440 ;; \
441 esac; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000442 else \
443 skip=`expr $$skip + 1`; \
444 echo "SKIP: $$tst"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000445 fi; \
446 done; \
447 if test "$$failed" -eq 0; then \
448 if test "$$xfail" -eq 0; then \
449 banner="All $$all tests passed"; \
450 else \
451 banner="All $$all tests behaved as expected ($$xfail expected failures)"; \
452 fi; \
453 else \
454 if test "$$xpass" -eq 0; then \
455 banner="$$failed of $$all tests failed"; \
456 else \
457 banner="$$failed of $$all tests did not behave as expected ($$xpass unexpected passes)"; \
458 fi; \
459 fi; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000460 dashes="$$banner"; \
461 skipped=""; \
462 if test "$$skip" -ne 0; then \
463 skipped="($$skip tests were not run)"; \
464 test `echo "$$skipped" | wc -c` -gt `echo "$$banner" | wc -c` && \
465 dashes="$$skipped"; \
466 fi; \
467 report=""; \
468 if test "$$failed" -ne 0 && test -n "$(PACKAGE_BUGREPORT)"; then \
469 report="Please report to $(PACKAGE_BUGREPORT)"; \
470 test `echo "$$report" | wc -c` -gt `echo "$$banner" | wc -c` && \
471 dashes="$$report"; \
472 fi; \
473 dashes=`echo "$$dashes" | sed s/./=/g`; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000474 echo "$$dashes"; \
475 echo "$$banner"; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000476 test -n "$$skipped" && echo "$$skipped"; \
477 test -n "$$report" && echo "$$report"; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000478 echo "$$dashes"; \
479 test "$$failed" -eq 0; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000480 else :; fi
Lev Walkinf15320b2004-06-03 03:38:44 +0000481
482distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000483 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
484 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
485 list='$(DISTFILES)'; for file in $$list; do \
486 case $$file in \
487 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
488 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
489 esac; \
490 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000491 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
492 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000493 dir="/$$dir"; \
494 $(mkdir_p) "$(distdir)$$dir"; \
495 else \
496 dir=''; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000497 fi; \
498 if test -d $$d/$$file; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000499 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
500 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
501 fi; \
502 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000503 else \
504 test -f $(distdir)/$$file \
505 || cp -p $$d/$$file $(distdir)/$$file \
506 || exit 1; \
507 fi; \
508 done
509check-am: all-am
510 $(MAKE) $(AM_MAKEFLAGS) $(check_PROGRAMS)
511 $(MAKE) $(AM_MAKEFLAGS) check-TESTS
512check: check-am
513all-am: Makefile $(LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000514installdirs:
Lev Walkinf15320b2004-06-03 03:38:44 +0000515install: install-am
516install-exec: install-exec-am
517install-data: install-data-am
518uninstall: uninstall-am
519
520install-am: all-am
521 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
522
523installcheck: installcheck-am
524install-strip:
525 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000526 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000527 `test -z '$(STRIP)' || \
528 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
529mostlyclean-generic:
530
531clean-generic:
532
533distclean-generic:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000534 -rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000535
536maintainer-clean-generic:
537 @echo "This command is intended for maintainers to use"
538 @echo "it deletes files that may require special tools to rebuild."
539clean: clean-am
540
541clean-am: clean-checkPROGRAMS clean-generic clean-libtool \
542 clean-noinstLTLIBRARIES mostlyclean-am
543
544distclean: distclean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000545 -rm -rf ./$(DEPDIR)
546 -rm -f Makefile
547distclean-am: clean-am distclean-compile distclean-generic \
548 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000549
550dvi: dvi-am
551
552dvi-am:
553
Lev Walkin8e8b5482004-06-17 23:42:48 +0000554html: html-am
555
Lev Walkinf15320b2004-06-03 03:38:44 +0000556info: info-am
557
558info-am:
559
560install-data-am:
561
562install-exec-am:
563
564install-info: install-info-am
565
566install-man:
567
568installcheck-am:
569
570maintainer-clean: maintainer-clean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000571 -rm -rf ./$(DEPDIR)
572 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000573maintainer-clean-am: distclean-am maintainer-clean-generic
574
575mostlyclean: mostlyclean-am
576
577mostlyclean-am: mostlyclean-compile mostlyclean-generic \
578 mostlyclean-libtool
579
Lev Walkin8e8b5482004-06-17 23:42:48 +0000580pdf: pdf-am
581
582pdf-am:
583
584ps: ps-am
585
586ps-am:
587
Lev Walkinf15320b2004-06-03 03:38:44 +0000588uninstall-am: uninstall-info-am
589
Lev Walkin8e8b5482004-06-17 23:42:48 +0000590.PHONY: CTAGS GTAGS all all-am check check-TESTS check-am clean \
Lev Walkinf15320b2004-06-03 03:38:44 +0000591 clean-checkPROGRAMS clean-generic clean-libtool \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000592 clean-noinstLTLIBRARIES ctags distclean distclean-compile \
593 distclean-generic distclean-libtool distclean-tags distdir dvi \
594 dvi-am html html-am info info-am install install-am \
595 install-data install-data-am install-exec install-exec-am \
596 install-info install-info-am install-man install-strip \
597 installcheck installcheck-am installdirs maintainer-clean \
598 maintainer-clean-generic mostlyclean mostlyclean-compile \
599 mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am \
Lev Walkinf15320b2004-06-03 03:38:44 +0000600 tags uninstall uninstall-am uninstall-info-am
601
602# Tell versions [3.59,3.63) of GNU make to not export all variables.
603# Otherwise a system limit (for SysV at least) may be exceeded.
604.NOEXPORT: