blob: 3afcae702bf82fbbec2846f3b56ca0cadd942877 [file] [log] [blame]
vlm8f3eb992004-06-17 23:42:48 +00001# Makefile.in generated by automake 1.8.4 from Makefile.am.
2# @configure_input@
vlmfa67ddc2004-06-03 03:38:44 +00003
vlm8f3eb992004-06-17 23:42:48 +00004# Copyright (C) 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002,
5# 2003, 2004 Free Software Foundation, Inc.
vlmfa67ddc2004-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
vlm9acbb122004-08-19 13:32:59 +000017SOURCES = $(libasn1parser_la_SOURCES)
vlmfa67ddc2004-06-03 03:38:44 +000018
19srcdir = @srcdir@
20top_srcdir = @top_srcdir@
21VPATH = @srcdir@
vlmfa67ddc2004-06-03 03:38:44 +000022pkgdatadir = $(datadir)/@PACKAGE@
23pkglibdir = $(libdir)/@PACKAGE@
24pkgincludedir = $(includedir)/@PACKAGE@
25top_builddir = ..
vlm8f3eb992004-06-17 23:42:48 +000026am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
vlmfa67ddc2004-06-03 03:38:44 +000027INSTALL = @INSTALL@
vlm8f3eb992004-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
vlmfa67ddc2004-06-03 03:38:44 +000031INSTALL_HEADER = $(INSTALL_DATA)
vlm8f3eb992004-06-17 23:42:48 +000032transform = $(program_transform_name)
vlmfa67ddc2004-06-03 03:38:44 +000033NORMAL_INSTALL = :
34PRE_INSTALL = :
35POST_INSTALL = :
36NORMAL_UNINSTALL = :
37PRE_UNINSTALL = :
38POST_UNINSTALL = :
vlmfa67ddc2004-06-03 03:38:44 +000039build_triplet = @build@
vlmfa67ddc2004-06-03 03:38:44 +000040host_triplet = @host@
vlmfa67ddc2004-06-03 03:38:44 +000041target_triplet = @target@
vlm8f3eb992004-06-17 23:42:48 +000042subdir = libasn1parser
43DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in asn1p_l.c \
44 asn1p_y.c asn1p_y.h
45ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
46am__aclocal_m4_deps = $(top_srcdir)/configure.in
47am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
48 $(ACLOCAL_M4)
49mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
50CONFIG_HEADER = $(top_builddir)/config.h
51CONFIG_CLEAN_FILES =
52LTLIBRARIES = $(noinst_LTLIBRARIES)
53libasn1parser_la_LIBADD =
54am_libasn1parser_la_OBJECTS = asn1parser.lo asn1p_y.lo asn1p_l.lo \
55 asn1p_module.lo asn1p_oid.lo asn1p_value.lo asn1p_expr.lo \
56 asn1p_xports.lo asn1p_constr.lo asn1p_param.lo asn1p_class.lo \
57 asn1p_ref.lo
58libasn1parser_la_OBJECTS = $(am_libasn1parser_la_OBJECTS)
vlm8f3eb992004-06-17 23:42:48 +000059DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
60depcomp = $(SHELL) $(top_srcdir)/depcomp
61am__depfiles_maybe = depfiles
62@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/asn1p_class.Plo \
63@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_constr.Plo \
64@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_expr.Plo ./$(DEPDIR)/asn1p_l.Plo \
65@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_module.Plo \
66@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_oid.Plo \
67@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_param.Plo \
68@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_ref.Plo \
69@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_value.Plo \
70@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_xports.Plo \
vlm9acbb122004-08-19 13:32:59 +000071@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_y.Plo ./$(DEPDIR)/asn1parser.Plo
vlm8f3eb992004-06-17 23:42:48 +000072COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
73 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
74LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
75 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
76 $(AM_CFLAGS) $(CFLAGS)
77CCLD = $(CC)
78LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
79 $(AM_LDFLAGS) $(LDFLAGS) -o $@
80LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
81LTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
82YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
83LTYACCCOMPILE = $(LIBTOOL) --mode=compile $(YACC) $(YFLAGS) \
84 $(AM_YFLAGS)
vlm9acbb122004-08-19 13:32:59 +000085SOURCES = $(libasn1parser_la_SOURCES)
86DIST_SOURCES = $(libasn1parser_la_SOURCES)
vlm8f3eb992004-06-17 23:42:48 +000087ETAGS = etags
88CTAGS = ctags
89DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
90ACLOCAL = @ACLOCAL@
vlmfa67ddc2004-06-03 03:38:44 +000091ADD_CFLAGS = @ADD_CFLAGS@
vlm8f3eb992004-06-17 23:42:48 +000092AMDEP_FALSE = @AMDEP_FALSE@
93AMDEP_TRUE = @AMDEP_TRUE@
vlmfa67ddc2004-06-03 03:38:44 +000094AMTAR = @AMTAR@
95AR = @AR@
vlm8f3eb992004-06-17 23:42:48 +000096AUTOCONF = @AUTOCONF@
97AUTOHEADER = @AUTOHEADER@
98AUTOMAKE = @AUTOMAKE@
vlmfa67ddc2004-06-03 03:38:44 +000099AWK = @AWK@
100CC = @CC@
vlm8f3eb992004-06-17 23:42:48 +0000101CCDEPMODE = @CCDEPMODE@
102CFLAGS = @CFLAGS@
vlmfa67ddc2004-06-03 03:38:44 +0000103CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
vlm8ed2f6f2004-08-11 05:35:51 +0000104CPLUSPLUS_FOUND_FALSE = @CPLUSPLUS_FOUND_FALSE@
105CPLUSPLUS_FOUND_TRUE = @CPLUSPLUS_FOUND_TRUE@
vlmfa67ddc2004-06-03 03:38:44 +0000106CPP = @CPP@
vlm8f3eb992004-06-17 23:42:48 +0000107CPPFLAGS = @CPPFLAGS@
108CXX = @CXX@
109CXXCPP = @CXXCPP@
110CXXDEPMODE = @CXXDEPMODE@
111CXXFLAGS = @CXXFLAGS@
112CYGPATH_W = @CYGPATH_W@
113DEFS = @DEFS@
vlmfa67ddc2004-06-03 03:38:44 +0000114DEPDIR = @DEPDIR@
vlm8f3eb992004-06-17 23:42:48 +0000115ECHO = @ECHO@
116ECHO_C = @ECHO_C@
117ECHO_N = @ECHO_N@
118ECHO_T = @ECHO_T@
119EGREP = @EGREP@
vlmfa67ddc2004-06-03 03:38:44 +0000120EXEEXT = @EXEEXT@
vlm8f3eb992004-06-17 23:42:48 +0000121F77 = @F77@
122FFLAGS = @FFLAGS@
123INSTALL_DATA = @INSTALL_DATA@
124INSTALL_PROGRAM = @INSTALL_PROGRAM@
125INSTALL_SCRIPT = @INSTALL_SCRIPT@
vlmfa67ddc2004-06-03 03:38:44 +0000126INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
vlm8f3eb992004-06-17 23:42:48 +0000127LDFLAGS = @LDFLAGS@
vlmfa67ddc2004-06-03 03:38:44 +0000128LEX = @LEX@
vlm8f3eb992004-06-17 23:42:48 +0000129LEXLIB = @LEXLIB@
130LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
131LIBOBJS = @LIBOBJS@
132LIBS = @LIBS@
vlmfa67ddc2004-06-03 03:38:44 +0000133LIBTOOL = @LIBTOOL@
134LN_S = @LN_S@
vlm8f3eb992004-06-17 23:42:48 +0000135LTLIBOBJS = @LTLIBOBJS@
vlmfa67ddc2004-06-03 03:38:44 +0000136MAINT = @MAINT@
vlm8f3eb992004-06-17 23:42:48 +0000137MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
138MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
139MAKEINFO = @MAKEINFO@
vlmfa67ddc2004-06-03 03:38:44 +0000140OBJEXT = @OBJEXT@
141PACKAGE = @PACKAGE@
vlm8f3eb992004-06-17 23:42:48 +0000142PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
143PACKAGE_NAME = @PACKAGE_NAME@
144PACKAGE_STRING = @PACKAGE_STRING@
145PACKAGE_TARNAME = @PACKAGE_TARNAME@
146PACKAGE_VERSION = @PACKAGE_VERSION@
vlmfa67ddc2004-06-03 03:38:44 +0000147PATH = @PATH@
vlm8f3eb992004-06-17 23:42:48 +0000148PATH_SEPARATOR = @PATH_SEPARATOR@
vlmfa67ddc2004-06-03 03:38:44 +0000149RANLIB = @RANLIB@
vlm8f3eb992004-06-17 23:42:48 +0000150SET_MAKE = @SET_MAKE@
151SHELL = @SHELL@
152STRIP = @STRIP@
vlmfa67ddc2004-06-03 03:38:44 +0000153VERSION = @VERSION@
154YACC = @YACC@
vlm8f3eb992004-06-17 23:42:48 +0000155ac_ct_AR = @ac_ct_AR@
156ac_ct_CC = @ac_ct_CC@
157ac_ct_CXX = @ac_ct_CXX@
158ac_ct_F77 = @ac_ct_F77@
159ac_ct_RANLIB = @ac_ct_RANLIB@
160ac_ct_STRIP = @ac_ct_STRIP@
161am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
162am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
163am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
164am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
vlmfa67ddc2004-06-03 03:38:44 +0000165am__include = @am__include@
vlm8f3eb992004-06-17 23:42:48 +0000166am__leading_dot = @am__leading_dot@
vlmfa67ddc2004-06-03 03:38:44 +0000167am__quote = @am__quote@
vlm8f3eb992004-06-17 23:42:48 +0000168bindir = @bindir@
169build = @build@
170build_alias = @build_alias@
171build_cpu = @build_cpu@
172build_os = @build_os@
173build_vendor = @build_vendor@
174datadir = @datadir@
175exec_prefix = @exec_prefix@
176host = @host@
177host_alias = @host_alias@
178host_cpu = @host_cpu@
179host_os = @host_os@
180host_vendor = @host_vendor@
181includedir = @includedir@
182infodir = @infodir@
vlmfa67ddc2004-06-03 03:38:44 +0000183install_sh = @install_sh@
vlm8f3eb992004-06-17 23:42:48 +0000184libdir = @libdir@
185libexecdir = @libexecdir@
186localstatedir = @localstatedir@
187mandir = @mandir@
188mkdir_p = @mkdir_p@
189oldincludedir = @oldincludedir@
190prefix = @prefix@
191program_transform_name = @program_transform_name@
192sbindir = @sbindir@
193sharedstatedir = @sharedstatedir@
194sysconfdir = @sysconfdir@
195target = @target@
196target_alias = @target_alias@
197target_cpu = @target_cpu@
198target_os = @target_os@
199target_vendor = @target_vendor@
vlmfa67ddc2004-06-03 03:38:44 +0000200AM_CFLAGS = @ADD_CFLAGS@
201AM_YFLAGS = -p asn1p_ -d
202AM_LFLAGS = -sp -Cem -Pasn1p_ -olex.yy.c
vlmfa67ddc2004-06-03 03:38:44 +0000203noinst_LTLIBRARIES = libasn1parser.la
vlmfa67ddc2004-06-03 03:38:44 +0000204libasn1parser_la_LDFLAGS = -all-static
205libasn1parser_la_SOURCES = \
206 asn1parser.c asn1parser.h \
207 asn1p_y.y asn1p_l.l \
208 asn1p_module.c asn1p_module.h \
209 asn1p_oid.c asn1p_oid.h \
210 asn1p_value.c asn1p_value.h \
211 asn1p_expr.c asn1p_expr.h \
212 asn1p_expr_str.h \
213 asn1p_expr2uclass.h \
214 asn1p_xports.c asn1p_xports.h \
215 asn1p_constr.c asn1p_constr.h \
216 asn1p_param.c asn1p_param.h \
217 asn1p_class.c asn1p_class.h \
218 asn1p_ref.c asn1p_ref.h \
219 asn1p_list.h
220
vlmfa67ddc2004-06-03 03:38:44 +0000221EXTRA_DIST = expr-h.pl
vlmfa67ddc2004-06-03 03:38:44 +0000222all: all-am
223
224.SUFFIXES:
225.SUFFIXES: .c .l .lo .o .obj .y
vlm8f3eb992004-06-17 23:42:48 +0000226$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
227 @for dep in $?; do \
228 case '$(am__configure_deps)' in \
229 *$$dep*) \
230 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
231 && exit 0; \
232 exit 1;; \
233 esac; \
234 done; \
235 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libasn1parser/Makefile'; \
236 cd $(top_srcdir) && \
237 $(AUTOMAKE) --gnu libasn1parser/Makefile
238.PRECIOUS: Makefile
239Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
240 @case '$?' in \
241 *config.status*) \
242 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
243 *) \
244 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
245 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
246 esac;
247
248$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
249 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
250
251$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
254 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
255
256clean-noinstLTLIBRARIES:
257 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
258 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
259 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
260 test "$$dir" = "$$p" && dir=.; \
261 echo "rm -f \"$${dir}/so_locations\""; \
262 rm -f "$${dir}/so_locations"; \
263 done
264asn1p_y.h: asn1p_y.c
265 @if test ! -f $@; then \
266 rm -f asn1p_y.c; \
267 $(MAKE) asn1p_y.c; \
268 else :; fi
269libasn1parser.la: $(libasn1parser_la_OBJECTS) $(libasn1parser_la_DEPENDENCIES)
270 $(LINK) $(libasn1parser_la_LDFLAGS) $(libasn1parser_la_OBJECTS) $(libasn1parser_la_LIBADD) $(LIBS)
271
vlm8f3eb992004-06-17 23:42:48 +0000272mostlyclean-compile:
273 -rm -f *.$(OBJEXT)
274
275distclean-compile:
276 -rm -f *.tab.c
277
278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_class.Plo@am__quote@
279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_constr.Plo@am__quote@
280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_expr.Plo@am__quote@
281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_l.Plo@am__quote@
282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_module.Plo@am__quote@
283@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_oid.Plo@am__quote@
284@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_param.Plo@am__quote@
285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_ref.Plo@am__quote@
286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_value.Plo@am__quote@
287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_xports.Plo@am__quote@
288@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_y.Plo@am__quote@
289@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1parser.Plo@am__quote@
vlm8f3eb992004-06-17 23:42:48 +0000290
291.c.o:
292@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
293@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
294@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
295@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
296@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
297@am__fastdepCC_FALSE@ $(COMPILE) -c $<
298
299.c.obj:
300@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
301@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
302@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
303@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
304@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
305@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
306
307.c.lo:
308@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
309@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
310@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
311@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
312@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
313@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
314
315.l.c:
316 $(LEXCOMPILE) $<
317 sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
318 rm -f $(LEX_OUTPUT_ROOT).c
319
320.y.c:
321 $(YACCCOMPILE) $<
322 if test -f y.tab.h; then \
323 to=`echo "$*_H" | sed \
324 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
325 -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
326 sed "/^#/ s/Y_TAB_H/$$to/g" y.tab.h >$*.ht; \
327 rm -f y.tab.h; \
328 if cmp -s $*.ht $*.h; then \
329 rm -f $*.ht ;\
330 else \
331 mv $*.ht $*.h; \
332 fi; \
333 fi
334 if test -f y.output; then \
335 mv y.output $*.output; \
336 fi
337 sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
338 rm -f y.tab.c
vlmfa67ddc2004-06-03 03:38:44 +0000339
340mostlyclean-libtool:
341 -rm -f *.lo
342
343clean-libtool:
344 -rm -rf .libs _libs
345
346distclean-libtool:
347 -rm -f libtool
vlmfa67ddc2004-06-03 03:38:44 +0000348uninstall-info-am:
349
vlmfa67ddc2004-06-03 03:38:44 +0000350ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
vlm8f3eb992004-06-17 23:42:48 +0000351 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
vlmfa67ddc2004-06-03 03:38:44 +0000352 unique=`for i in $$list; do \
353 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
354 done | \
355 $(AWK) ' { files[$$0] = 1; } \
356 END { for (i in files) print i; }'`; \
vlm8f3eb992004-06-17 23:42:48 +0000357 mkid -fID $$unique
358tags: TAGS
vlmfa67ddc2004-06-03 03:38:44 +0000359
360TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
361 $(TAGS_FILES) $(LISP)
362 tags=; \
363 here=`pwd`; \
vlm8f3eb992004-06-17 23:42:48 +0000364 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
vlmfa67ddc2004-06-03 03:38:44 +0000365 unique=`for i in $$list; do \
366 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
367 done | \
368 $(AWK) ' { files[$$0] = 1; } \
369 END { for (i in files) print i; }'`; \
vlm8f3eb992004-06-17 23:42:48 +0000370 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
371 test -z "$$unique" && unique=$$empty_fix; \
372 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
373 $$tags $$unique; \
374 fi
375ctags: CTAGS
376CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
377 $(TAGS_FILES) $(LISP)
378 tags=; \
379 here=`pwd`; \
380 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
381 unique=`for i in $$list; do \
382 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
383 done | \
384 $(AWK) ' { files[$$0] = 1; } \
385 END { for (i in files) print i; }'`; \
386 test -z "$(CTAGS_ARGS)$$tags$$unique" \
387 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
388 $$tags $$unique
vlmfa67ddc2004-06-03 03:38:44 +0000389
390GTAGS:
vlm8f3eb992004-06-17 23:42:48 +0000391 here=`$(am__cd) $(top_builddir) && pwd` \
vlmfa67ddc2004-06-03 03:38:44 +0000392 && cd $(top_srcdir) \
393 && gtags -i $(GTAGS_ARGS) $$here
394
395distclean-tags:
vlm8f3eb992004-06-17 23:42:48 +0000396 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
vlmfa67ddc2004-06-03 03:38:44 +0000397
vlmfa67ddc2004-06-03 03:38:44 +0000398distdir: $(DISTFILES)
vlm8f3eb992004-06-17 23:42:48 +0000399 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
400 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
401 list='$(DISTFILES)'; for file in $$list; do \
402 case $$file in \
403 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
404 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
405 esac; \
406 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
vlmfa67ddc2004-06-03 03:38:44 +0000407 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
408 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
vlm8f3eb992004-06-17 23:42:48 +0000409 dir="/$$dir"; \
410 $(mkdir_p) "$(distdir)$$dir"; \
411 else \
412 dir=''; \
vlmfa67ddc2004-06-03 03:38:44 +0000413 fi; \
414 if test -d $$d/$$file; then \
vlm8f3eb992004-06-17 23:42:48 +0000415 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
416 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
417 fi; \
418 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
vlmfa67ddc2004-06-03 03:38:44 +0000419 else \
420 test -f $(distdir)/$$file \
421 || cp -p $$d/$$file $(distdir)/$$file \
422 || exit 1; \
423 fi; \
424 done
425check-am: all-am
vlmfa67ddc2004-06-03 03:38:44 +0000426check: check-am
427all-am: Makefile $(LTLIBRARIES)
vlmfa67ddc2004-06-03 03:38:44 +0000428installdirs:
vlmfa67ddc2004-06-03 03:38:44 +0000429install: install-am
430install-exec: install-exec-am
431install-data: install-data-am
432uninstall: uninstall-am
433
434install-am: all-am
435 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
436
437installcheck: installcheck-am
438install-strip:
439 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
vlm8f3eb992004-06-17 23:42:48 +0000440 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
vlmfa67ddc2004-06-03 03:38:44 +0000441 `test -z '$(STRIP)' || \
442 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
443mostlyclean-generic:
444
445clean-generic:
446
447distclean-generic:
vlm8f3eb992004-06-17 23:42:48 +0000448 -rm -f $(CONFIG_CLEAN_FILES)
vlmfa67ddc2004-06-03 03:38:44 +0000449
450maintainer-clean-generic:
451 @echo "This command is intended for maintainers to use"
452 @echo "it deletes files that may require special tools to rebuild."
vlm9283dbe2004-08-18 04:59:12 +0000453 -rm -f asn1p_y.c
vlm9acbb122004-08-19 13:32:59 +0000454 -rm -f asn1p_l.c
455 -rm -f asn1p_y.h
vlmfa67ddc2004-06-03 03:38:44 +0000456clean: clean-am
457
vlm9acbb122004-08-19 13:32:59 +0000458clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
459 mostlyclean-am
vlmfa67ddc2004-06-03 03:38:44 +0000460
461distclean: distclean-am
vlm8f3eb992004-06-17 23:42:48 +0000462 -rm -rf ./$(DEPDIR)
463 -rm -f Makefile
464distclean-am: clean-am distclean-compile distclean-generic \
465 distclean-libtool distclean-tags
vlmfa67ddc2004-06-03 03:38:44 +0000466
467dvi: dvi-am
468
469dvi-am:
470
vlm8f3eb992004-06-17 23:42:48 +0000471html: html-am
472
vlmfa67ddc2004-06-03 03:38:44 +0000473info: info-am
474
475info-am:
476
477install-data-am:
478
479install-exec-am:
480
481install-info: install-info-am
482
483install-man:
484
485installcheck-am:
486
487maintainer-clean: maintainer-clean-am
vlm8f3eb992004-06-17 23:42:48 +0000488 -rm -rf ./$(DEPDIR)
489 -rm -f Makefile
vlmfa67ddc2004-06-03 03:38:44 +0000490maintainer-clean-am: distclean-am maintainer-clean-generic
491
492mostlyclean: mostlyclean-am
493
494mostlyclean-am: mostlyclean-compile mostlyclean-generic \
495 mostlyclean-libtool
496
vlm8f3eb992004-06-17 23:42:48 +0000497pdf: pdf-am
498
499pdf-am:
500
501ps: ps-am
502
503ps-am:
504
vlmfa67ddc2004-06-03 03:38:44 +0000505uninstall-am: uninstall-info-am
506
vlm9acbb122004-08-19 13:32:59 +0000507.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
508 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
509 distclean-compile distclean-generic distclean-libtool \
510 distclean-tags distdir dvi dvi-am html html-am info info-am \
511 install install-am install-data install-data-am install-exec \
512 install-exec-am install-info install-info-am install-man \
513 install-strip installcheck installcheck-am installdirs \
514 maintainer-clean maintainer-clean-generic mostlyclean \
515 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
516 pdf pdf-am ps ps-am tags uninstall uninstall-am \
517 uninstall-info-am
vlmfa67ddc2004-06-03 03:38:44 +0000518
519
520asn1p_expr_str.h: expr-h.pl asn1p_expr.h
521 ./expr-h.pl asn1p_expr.h > $@
522# Tell versions [3.59,3.63) of GNU make to not export all variables.
523# Otherwise a system limit (for SysV at least) may be exceeded.
524.NOEXPORT: