blob: 40b5d12889c4448bcbda427ef30cf3b0b9e6f672 [file] [log] [blame]
Lev Walkin4c776e52010-11-08 02:07:31 -08001# Makefile.in generated by automake 1.10 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 Walkin4c776e52010-11-08 02:07:31 -08005# 2003, 2004, 2005, 2006 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 +000017VPATH = @srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +000018pkgdatadir = $(datadir)/@PACKAGE@
19pkglibdir = $(libdir)/@PACKAGE@
20pkgincludedir = $(includedir)/@PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +000021am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Lev Walkin8e8b5482004-06-17 23:42:48 +000022install_sh_DATA = $(install_sh) -c -m 644
23install_sh_PROGRAM = $(install_sh) -c
24install_sh_SCRIPT = $(install_sh) -c
Lev Walkinf15320b2004-06-03 03:38:44 +000025INSTALL_HEADER = $(INSTALL_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000026transform = $(program_transform_name)
Lev Walkinf15320b2004-06-03 03:38:44 +000027NORMAL_INSTALL = :
28PRE_INSTALL = :
29POST_INSTALL = :
30NORMAL_UNINSTALL = :
31PRE_UNINSTALL = :
32POST_UNINSTALL = :
Lev Walkin5af1a692006-08-18 01:54:27 +000033build_triplet = @build@
Lev Walkinf15320b2004-06-03 03:38:44 +000034host_triplet = @host@
Lev Walkin8e8b5482004-06-17 23:42:48 +000035subdir = libasn1parser
36DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in asn1p_l.c \
37 asn1p_y.c asn1p_y.h
38ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
Lev Walkine7c4b962010-11-09 03:10:36 -080039am__aclocal_m4_deps = $(top_srcdir)/m4/libtool.m4 \
40 $(top_srcdir)/m4/ltoptions.m4 $(top_srcdir)/m4/ltsugar.m4 \
41 $(top_srcdir)/m4/ltversion.m4 $(top_srcdir)/m4/lt~obsolete.m4 \
42 $(top_srcdir)/configure.ac
Lev Walkin8e8b5482004-06-17 23:42:48 +000043am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
44 $(ACLOCAL_M4)
45mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
46CONFIG_HEADER = $(top_builddir)/config.h
47CONFIG_CLEAN_FILES =
48LTLIBRARIES = $(noinst_LTLIBRARIES)
49libasn1parser_la_LIBADD =
50am_libasn1parser_la_OBJECTS = asn1parser.lo asn1p_y.lo asn1p_l.lo \
51 asn1p_module.lo asn1p_oid.lo asn1p_value.lo asn1p_expr.lo \
52 asn1p_xports.lo asn1p_constr.lo asn1p_param.lo asn1p_class.lo \
53 asn1p_ref.lo
54libasn1parser_la_OBJECTS = $(am_libasn1parser_la_OBJECTS)
Lev Walkin4c776e52010-11-08 02:07:31 -080055libasn1parser_la_LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) \
56 $(LIBTOOLFLAGS) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
57 $(libasn1parser_la_LDFLAGS) $(LDFLAGS) -o $@
58DEFAULT_INCLUDES = -I. -I$(top_builddir)@am__isrc@
Lev Walkin8e8b5482004-06-17 23:42:48 +000059depcomp = $(SHELL) $(top_srcdir)/depcomp
60am__depfiles_maybe = depfiles
Lev Walkin8e8b5482004-06-17 23:42:48 +000061COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
62 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin4c776e52010-11-08 02:07:31 -080063LTCOMPILE = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
64 --mode=compile $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) \
65 $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin8e8b5482004-06-17 23:42:48 +000066CCLD = $(CC)
Lev Walkin4c776e52010-11-08 02:07:31 -080067LINK = $(LIBTOOL) --tag=CC $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
68 --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) \
69 $(LDFLAGS) -o $@
Lev Walkin8e8b5482004-06-17 23:42:48 +000070LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
Lev Walkin4c776e52010-11-08 02:07:31 -080071LTLEXCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
72 --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
73YLWRAP = $(top_srcdir)/ylwrap
Lev Walkin8e8b5482004-06-17 23:42:48 +000074YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
Lev Walkin4c776e52010-11-08 02:07:31 -080075LTYACCCOMPILE = $(LIBTOOL) $(AM_LIBTOOLFLAGS) $(LIBTOOLFLAGS) \
76 --mode=compile $(YACC) $(YFLAGS) $(AM_YFLAGS)
Lev Walkin852f1542004-08-19 13:32:59 +000077SOURCES = $(libasn1parser_la_SOURCES)
78DIST_SOURCES = $(libasn1parser_la_SOURCES)
Lev Walkin8e8b5482004-06-17 23:42:48 +000079ETAGS = etags
80CTAGS = ctags
81DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
82ACLOCAL = @ACLOCAL@
Lev Walkinf15320b2004-06-03 03:38:44 +000083ADD_CFLAGS = @ADD_CFLAGS@
84AMTAR = @AMTAR@
85AR = @AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +000086AUTOCONF = @AUTOCONF@
87AUTOHEADER = @AUTOHEADER@
88AUTOMAKE = @AUTOMAKE@
Lev Walkinf15320b2004-06-03 03:38:44 +000089AWK = @AWK@
90CC = @CC@
Lev Walkin8e8b5482004-06-17 23:42:48 +000091CCDEPMODE = @CCDEPMODE@
92CFLAGS = @CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +000093CPP = @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 -070098DSYMUTIL = @DSYMUTIL@
99DUMPBIN = @DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000100ECHO_C = @ECHO_C@
101ECHO_N = @ECHO_N@
102ECHO_T = @ECHO_T@
103EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000104EXEEXT = @EXEEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700105FGREP = @FGREP@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000106GREP = @GREP@
Lev Walkin4c776e52010-11-08 02:07:31 -0800107INSTALL = @INSTALL@
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 Walkin8e8b5482004-06-17 23:42:48 +0000123MAKEINFO = @MAKEINFO@
Lev Walkin4c776e52010-11-08 02:07:31 -0800124MKDIR_P = @MKDIR_P@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700125NM = @NM@
126NMEDIT = @NMEDIT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000127OBJEXT = @OBJEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700128OTOOL = @OTOOL@
129OTOOL64 = @OTOOL64@
Lev Walkinf15320b2004-06-03 03:38:44 +0000130PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000131PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
132PACKAGE_NAME = @PACKAGE_NAME@
133PACKAGE_STRING = @PACKAGE_STRING@
134PACKAGE_TARNAME = @PACKAGE_TARNAME@
135PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000136PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000137RANLIB = @RANLIB@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700138SED = @SED@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000139SET_MAKE = @SET_MAKE@
140SHELL = @SHELL@
141STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000142VERSION = @VERSION@
143YACC = @YACC@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000144YFLAGS = @YFLAGS@
Lev Walkin4c776e52010-11-08 02:07:31 -0800145abs_builddir = @abs_builddir@
146abs_srcdir = @abs_srcdir@
147abs_top_builddir = @abs_top_builddir@
148abs_top_srcdir = @abs_top_srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000149ac_ct_CC = @ac_ct_CC@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700150ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Lev Walkinf15320b2004-06-03 03:38:44 +0000151am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000152am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000153am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000154am__tar = @am__tar@
155am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000156bindir = @bindir@
157build = @build@
158build_alias = @build_alias@
159build_cpu = @build_cpu@
160build_os = @build_os@
161build_vendor = @build_vendor@
Lev Walkin4c776e52010-11-08 02:07:31 -0800162builddir = @builddir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000163datadir = @datadir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000164datarootdir = @datarootdir@
165docdir = @docdir@
166dvidir = @dvidir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000167exec_prefix = @exec_prefix@
168host = @host@
169host_alias = @host_alias@
170host_cpu = @host_cpu@
171host_os = @host_os@
172host_vendor = @host_vendor@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000173htmldir = @htmldir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000174includedir = @includedir@
175infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000176install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000177libdir = @libdir@
178libexecdir = @libexecdir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000179localedir = @localedir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000180localstatedir = @localstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800181lt_ECHO = @lt_ECHO@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000182mandir = @mandir@
183mkdir_p = @mkdir_p@
184oldincludedir = @oldincludedir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000185pdfdir = @pdfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000186prefix = @prefix@
187program_transform_name = @program_transform_name@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000188psdir = @psdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000189sbindir = @sbindir@
190sharedstatedir = @sharedstatedir@
Lev Walkin4c776e52010-11-08 02:07:31 -0800191srcdir = @srcdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000192sysconfdir = @sysconfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000193target_alias = @target_alias@
Lev Walkin4c776e52010-11-08 02:07:31 -0800194top_builddir = @top_builddir@
195top_srcdir = @top_srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000196AM_CFLAGS = @ADD_CFLAGS@
197AM_YFLAGS = -p asn1p_ -d
Lev Walkinffd73472006-09-12 04:22:10 +0000198AM_LFLAGS = -s -p -Cem -Pasn1p_ -olex.yy.c
Lev Walkinf15320b2004-06-03 03:38:44 +0000199noinst_LTLIBRARIES = libasn1parser.la
Lev Walkinf15320b2004-06-03 03:38:44 +0000200libasn1parser_la_LDFLAGS = -all-static
201libasn1parser_la_SOURCES = \
202 asn1parser.c asn1parser.h \
203 asn1p_y.y asn1p_l.l \
204 asn1p_module.c asn1p_module.h \
205 asn1p_oid.c asn1p_oid.h \
206 asn1p_value.c asn1p_value.h \
207 asn1p_expr.c asn1p_expr.h \
208 asn1p_expr_str.h \
209 asn1p_expr2uclass.h \
210 asn1p_xports.c asn1p_xports.h \
211 asn1p_constr.c asn1p_constr.h \
212 asn1p_param.c asn1p_param.h \
213 asn1p_class.c asn1p_class.h \
214 asn1p_ref.c asn1p_ref.h \
215 asn1p_list.h
216
Lev Walkinf15320b2004-06-03 03:38:44 +0000217EXTRA_DIST = expr-h.pl
Lev Walkinf15320b2004-06-03 03:38:44 +0000218all: all-am
219
220.SUFFIXES:
221.SUFFIXES: .c .l .lo .o .obj .y
Lev Walkine7c4b962010-11-09 03:10:36 -0800222$(srcdir)/Makefile.in: $(srcdir)/Makefile.am $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000223 @for dep in $?; do \
224 case '$(am__configure_deps)' in \
225 *$$dep*) \
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
227 && exit 0; \
228 exit 1;; \
229 esac; \
230 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000231 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libasn1parser/Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000232 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000233 $(AUTOMAKE) --foreign libasn1parser/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000234.PRECIOUS: Makefile
235Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
236 @case '$?' in \
237 *config.status*) \
238 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
239 *) \
240 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
241 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
242 esac;
243
244$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
245 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
246
Lev Walkine7c4b962010-11-09 03:10:36 -0800247$(top_srcdir)/configure: $(am__configure_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000248 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
Lev Walkine7c4b962010-11-09 03:10:36 -0800249$(ACLOCAL_M4): $(am__aclocal_m4_deps)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000250 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251
252clean-noinstLTLIBRARIES:
253 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
254 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
255 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000256 test "$$dir" != "$$p" || dir=.; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000257 echo "rm -f \"$${dir}/so_locations\""; \
258 rm -f "$${dir}/so_locations"; \
259 done
260asn1p_y.h: asn1p_y.c
261 @if test ! -f $@; then \
262 rm -f asn1p_y.c; \
Lev Walkin4c776e52010-11-08 02:07:31 -0800263 $(MAKE) $(AM_MAKEFLAGS) asn1p_y.c; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000264 else :; fi
265libasn1parser.la: $(libasn1parser_la_OBJECTS) $(libasn1parser_la_DEPENDENCIES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800266 $(libasn1parser_la_LINK) $(libasn1parser_la_OBJECTS) $(libasn1parser_la_LIBADD) $(LIBS)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000267
Lev Walkin8e8b5482004-06-17 23:42:48 +0000268mostlyclean-compile:
269 -rm -f *.$(OBJEXT)
270
271distclean-compile:
272 -rm -f *.tab.c
273
274@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_class.Plo@am__quote@
275@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_constr.Plo@am__quote@
276@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_expr.Plo@am__quote@
277@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_l.Plo@am__quote@
278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_module.Plo@am__quote@
279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_oid.Plo@am__quote@
280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_param.Plo@am__quote@
281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_ref.Plo@am__quote@
282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_value.Plo@am__quote@
283@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_xports.Plo@am__quote@
284@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_y.Plo@am__quote@
285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1parser.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000286
287.c.o:
Lev Walkin4c776e52010-11-08 02:07:31 -0800288@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
289@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Lev Walkin8e8b5482004-06-17 23:42:48 +0000290@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000291@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000292@am__fastdepCC_FALSE@ $(COMPILE) -c $<
293
294.c.obj:
Lev Walkin4c776e52010-11-08 02:07:31 -0800295@am__fastdepCC_TRUE@ $(COMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ `$(CYGPATH_W) '$<'`
296@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Po
Lev Walkin8e8b5482004-06-17 23:42:48 +0000297@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000298@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000299@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
300
301.c.lo:
Lev Walkin4c776e52010-11-08 02:07:31 -0800302@am__fastdepCC_TRUE@ $(LTCOMPILE) -MT $@ -MD -MP -MF $(DEPDIR)/$*.Tpo -c -o $@ $<
303@am__fastdepCC_TRUE@ mv -f $(DEPDIR)/$*.Tpo $(DEPDIR)/$*.Plo
Lev Walkin8e8b5482004-06-17 23:42:48 +0000304@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000305@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000306@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
307
308.l.c:
Lev Walkin4c776e52010-11-08 02:07:31 -0800309 $(am__skiplex) $(SHELL) $(YLWRAP) $< $(LEX_OUTPUT_ROOT).c $@ -- $(LEXCOMPILE)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000310
311.y.c:
Lev Walkin4c776e52010-11-08 02:07:31 -0800312 $(am__skipyacc) $(SHELL) $(YLWRAP) $< y.tab.c $@ y.tab.h $*.h y.output $*.output -- $(YACCCOMPILE)
Lev Walkinf15320b2004-06-03 03:38:44 +0000313
314mostlyclean-libtool:
315 -rm -f *.lo
316
317clean-libtool:
318 -rm -rf .libs _libs
319
Lev Walkinf15320b2004-06-03 03:38:44 +0000320ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000321 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000322 unique=`for i in $$list; do \
323 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
324 done | \
325 $(AWK) ' { files[$$0] = 1; } \
326 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000327 mkid -fID $$unique
328tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000329
330TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
331 $(TAGS_FILES) $(LISP)
332 tags=; \
333 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000334 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000335 unique=`for i in $$list; do \
336 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
337 done | \
338 $(AWK) ' { files[$$0] = 1; } \
339 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000340 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000341 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000342 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
343 $$tags $$unique; \
344 fi
345ctags: CTAGS
346CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
347 $(TAGS_FILES) $(LISP)
348 tags=; \
349 here=`pwd`; \
350 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
351 unique=`for i in $$list; do \
352 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
353 done | \
354 $(AWK) ' { files[$$0] = 1; } \
355 END { for (i in files) print i; }'`; \
356 test -z "$(CTAGS_ARGS)$$tags$$unique" \
357 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
358 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000359
360GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000361 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000362 && cd $(top_srcdir) \
363 && gtags -i $(GTAGS_ARGS) $$here
364
365distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000366 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000367
Lev Walkinf15320b2004-06-03 03:38:44 +0000368distdir: $(DISTFILES)
Lev Walkin4c776e52010-11-08 02:07:31 -0800369 @srcdirstrip=`echo "$(srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
370 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's/[].[^$$\\*]/\\\\&/g'`; \
371 list='$(DISTFILES)'; \
372 dist_files=`for file in $$list; do echo $$file; done | \
373 sed -e "s|^$$srcdirstrip/||;t" \
374 -e "s|^$$topsrcdirstrip/|$(top_builddir)/|;t"`; \
375 case $$dist_files in \
376 */*) $(MKDIR_P) `echo "$$dist_files" | \
377 sed '/\//!d;s|^|$(distdir)/|;s,/[^/]*$$,,' | \
378 sort -u` ;; \
379 esac; \
380 for file in $$dist_files; do \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000381 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000382 if test -d $$d/$$file; then \
Lev Walkin4c776e52010-11-08 02:07:31 -0800383 dir=`echo "/$$file" | sed -e 's,/[^/]*$$,,'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000384 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
385 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
386 fi; \
387 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000388 else \
389 test -f $(distdir)/$$file \
390 || cp -p $$d/$$file $(distdir)/$$file \
391 || exit 1; \
392 fi; \
393 done
394check-am: all-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000395check: check-am
396all-am: Makefile $(LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000397installdirs:
Lev Walkinf15320b2004-06-03 03:38:44 +0000398install: install-am
399install-exec: install-exec-am
400install-data: install-data-am
401uninstall: uninstall-am
402
403install-am: all-am
404 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
405
406installcheck: installcheck-am
407install-strip:
408 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000409 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000410 `test -z '$(STRIP)' || \
411 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
412mostlyclean-generic:
413
414clean-generic:
415
416distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000417 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000418
419maintainer-clean-generic:
420 @echo "This command is intended for maintainers to use"
421 @echo "it deletes files that may require special tools to rebuild."
Lev Walkin4efbfb72005-02-25 14:20:30 +0000422 -rm -f asn1p_l.c
Lev Walkin70393102005-03-24 03:30:13 +0000423 -rm -f asn1p_y.c
Lev Walkin5af1a692006-08-18 01:54:27 +0000424 -rm -f asn1p_y.h
Lev Walkinf15320b2004-06-03 03:38:44 +0000425clean: clean-am
426
Lev Walkin852f1542004-08-19 13:32:59 +0000427clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
428 mostlyclean-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000429
430distclean: distclean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000431 -rm -rf ./$(DEPDIR)
432 -rm -f Makefile
433distclean-am: clean-am distclean-compile distclean-generic \
Lev Walkin4c776e52010-11-08 02:07:31 -0800434 distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000435
436dvi: dvi-am
437
438dvi-am:
439
Lev Walkin8e8b5482004-06-17 23:42:48 +0000440html: html-am
441
Lev Walkinf15320b2004-06-03 03:38:44 +0000442info: info-am
443
444info-am:
445
446install-data-am:
447
Lev Walkin4c776e52010-11-08 02:07:31 -0800448install-dvi: install-dvi-am
449
Lev Walkinf15320b2004-06-03 03:38:44 +0000450install-exec-am:
451
Lev Walkin4c776e52010-11-08 02:07:31 -0800452install-html: install-html-am
453
Lev Walkinf15320b2004-06-03 03:38:44 +0000454install-info: install-info-am
455
456install-man:
457
Lev Walkin4c776e52010-11-08 02:07:31 -0800458install-pdf: install-pdf-am
459
460install-ps: install-ps-am
461
Lev Walkinf15320b2004-06-03 03:38:44 +0000462installcheck-am:
463
464maintainer-clean: maintainer-clean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000465 -rm -rf ./$(DEPDIR)
466 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000467maintainer-clean-am: distclean-am maintainer-clean-generic
468
469mostlyclean: mostlyclean-am
470
471mostlyclean-am: mostlyclean-compile mostlyclean-generic \
472 mostlyclean-libtool
473
Lev Walkin8e8b5482004-06-17 23:42:48 +0000474pdf: pdf-am
475
476pdf-am:
477
478ps: ps-am
479
480ps-am:
481
Lev Walkin4c776e52010-11-08 02:07:31 -0800482uninstall-am:
483
484.MAKE: install-am install-strip
Lev Walkinf15320b2004-06-03 03:38:44 +0000485
Lev Walkin852f1542004-08-19 13:32:59 +0000486.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
487 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
488 distclean-compile distclean-generic distclean-libtool \
489 distclean-tags distdir dvi dvi-am html html-am info info-am \
Lev Walkin4c776e52010-11-08 02:07:31 -0800490 install install-am install-data install-data-am install-dvi \
491 install-dvi-am install-exec install-exec-am install-html \
492 install-html-am install-info install-info-am install-man \
493 install-pdf install-pdf-am install-ps install-ps-am \
Lev Walkin852f1542004-08-19 13:32:59 +0000494 install-strip installcheck installcheck-am installdirs \
495 maintainer-clean maintainer-clean-generic mostlyclean \
496 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
Lev Walkin4c776e52010-11-08 02:07:31 -0800497 pdf pdf-am ps ps-am tags uninstall uninstall-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000498
499
Lev Walkindec673d2005-08-12 05:05:59 +0000500asn1parser.h: asn1p_expr_str.h
Lev Walkin6b3c87e2005-08-09 15:20:41 +0000501
Lev Walkinf15320b2004-06-03 03:38:44 +0000502asn1p_expr_str.h: expr-h.pl asn1p_expr.h
503 ./expr-h.pl asn1p_expr.h > $@
504# Tell versions [3.59,3.63) of GNU make to not export all variables.
505# Otherwise a system limit (for SysV at least) may be exceeded.
506.NOEXPORT: