blob: ecc0c71a378400556a8f74782cb856478180297c [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 +000039host_triplet = @host@
vlm8f3eb992004-06-17 23:42:48 +000040subdir = libasn1parser
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in asn1p_l.c \
42 asn1p_y.c asn1p_y.h
43ACLOCAL_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)
51libasn1parser_la_LIBADD =
52am_libasn1parser_la_OBJECTS = asn1parser.lo asn1p_y.lo asn1p_l.lo \
53 asn1p_module.lo asn1p_oid.lo asn1p_value.lo asn1p_expr.lo \
54 asn1p_xports.lo asn1p_constr.lo asn1p_param.lo asn1p_class.lo \
55 asn1p_ref.lo
56libasn1parser_la_OBJECTS = $(am_libasn1parser_la_OBJECTS)
vlm8f3eb992004-06-17 23:42:48 +000057DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
58depcomp = $(SHELL) $(top_srcdir)/depcomp
59am__depfiles_maybe = depfiles
60@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/asn1p_class.Plo \
61@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_constr.Plo \
62@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_expr.Plo ./$(DEPDIR)/asn1p_l.Plo \
63@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_module.Plo \
64@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_oid.Plo \
65@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_param.Plo \
66@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_ref.Plo \
67@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_value.Plo \
68@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_xports.Plo \
vlm9acbb122004-08-19 13:32:59 +000069@AMDEP_TRUE@ ./$(DEPDIR)/asn1p_y.Plo ./$(DEPDIR)/asn1parser.Plo
vlm8f3eb992004-06-17 23:42:48 +000070COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
71 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
72LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
73 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
74 $(AM_CFLAGS) $(CFLAGS)
75CCLD = $(CC)
76LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
77 $(AM_LDFLAGS) $(LDFLAGS) -o $@
78LEXCOMPILE = $(LEX) $(LFLAGS) $(AM_LFLAGS)
79LTLEXCOMPILE = $(LIBTOOL) --mode=compile $(LEX) $(LFLAGS) $(AM_LFLAGS)
80YACCCOMPILE = $(YACC) $(YFLAGS) $(AM_YFLAGS)
81LTYACCCOMPILE = $(LIBTOOL) --mode=compile $(YACC) $(YFLAGS) \
82 $(AM_YFLAGS)
vlm9acbb122004-08-19 13:32:59 +000083SOURCES = $(libasn1parser_la_SOURCES)
84DIST_SOURCES = $(libasn1parser_la_SOURCES)
vlm8f3eb992004-06-17 23:42:48 +000085ETAGS = etags
86CTAGS = ctags
87DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
88ACLOCAL = @ACLOCAL@
vlmfa67ddc2004-06-03 03:38:44 +000089ADD_CFLAGS = @ADD_CFLAGS@
vlm8f3eb992004-06-17 23:42:48 +000090AMDEP_FALSE = @AMDEP_FALSE@
91AMDEP_TRUE = @AMDEP_TRUE@
vlmfa67ddc2004-06-03 03:38:44 +000092AMTAR = @AMTAR@
93AR = @AR@
vlm8f3eb992004-06-17 23:42:48 +000094AUTOCONF = @AUTOCONF@
95AUTOHEADER = @AUTOHEADER@
96AUTOMAKE = @AUTOMAKE@
vlmfa67ddc2004-06-03 03:38:44 +000097AWK = @AWK@
98CC = @CC@
vlm8f3eb992004-06-17 23:42:48 +000099CCDEPMODE = @CCDEPMODE@
100CFLAGS = @CFLAGS@
vlmfa67ddc2004-06-03 03:38:44 +0000101CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
vlm8ed2f6f2004-08-11 05:35:51 +0000102CPLUSPLUS_FOUND_FALSE = @CPLUSPLUS_FOUND_FALSE@
103CPLUSPLUS_FOUND_TRUE = @CPLUSPLUS_FOUND_TRUE@
vlmfa67ddc2004-06-03 03:38:44 +0000104CPP = @CPP@
vlm8f3eb992004-06-17 23:42:48 +0000105CPPFLAGS = @CPPFLAGS@
106CXX = @CXX@
107CXXCPP = @CXXCPP@
108CXXDEPMODE = @CXXDEPMODE@
109CXXFLAGS = @CXXFLAGS@
110CYGPATH_W = @CYGPATH_W@
111DEFS = @DEFS@
vlmfa67ddc2004-06-03 03:38:44 +0000112DEPDIR = @DEPDIR@
vlm8f3eb992004-06-17 23:42:48 +0000113ECHO = @ECHO@
114ECHO_C = @ECHO_C@
115ECHO_N = @ECHO_N@
116ECHO_T = @ECHO_T@
117EGREP = @EGREP@
vlmfa67ddc2004-06-03 03:38:44 +0000118EXEEXT = @EXEEXT@
vlm8f3eb992004-06-17 23:42:48 +0000119F77 = @F77@
120FFLAGS = @FFLAGS@
121INSTALL_DATA = @INSTALL_DATA@
122INSTALL_PROGRAM = @INSTALL_PROGRAM@
123INSTALL_SCRIPT = @INSTALL_SCRIPT@
vlmfa67ddc2004-06-03 03:38:44 +0000124INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
vlm8f3eb992004-06-17 23:42:48 +0000125LDFLAGS = @LDFLAGS@
vlmfa67ddc2004-06-03 03:38:44 +0000126LEX = @LEX@
vlm8f3eb992004-06-17 23:42:48 +0000127LEXLIB = @LEXLIB@
128LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
129LIBOBJS = @LIBOBJS@
130LIBS = @LIBS@
vlmfa67ddc2004-06-03 03:38:44 +0000131LIBTOOL = @LIBTOOL@
132LN_S = @LN_S@
vlm8f3eb992004-06-17 23:42:48 +0000133LTLIBOBJS = @LTLIBOBJS@
vlmfa67ddc2004-06-03 03:38:44 +0000134MAINT = @MAINT@
vlm8f3eb992004-06-17 23:42:48 +0000135MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
136MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
137MAKEINFO = @MAKEINFO@
vlmfa67ddc2004-06-03 03:38:44 +0000138OBJEXT = @OBJEXT@
139PACKAGE = @PACKAGE@
vlm8f3eb992004-06-17 23:42:48 +0000140PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
141PACKAGE_NAME = @PACKAGE_NAME@
142PACKAGE_STRING = @PACKAGE_STRING@
143PACKAGE_TARNAME = @PACKAGE_TARNAME@
144PACKAGE_VERSION = @PACKAGE_VERSION@
vlmfa67ddc2004-06-03 03:38:44 +0000145PATH = @PATH@
vlm8f3eb992004-06-17 23:42:48 +0000146PATH_SEPARATOR = @PATH_SEPARATOR@
vlmfa67ddc2004-06-03 03:38:44 +0000147RANLIB = @RANLIB@
vlm8f3eb992004-06-17 23:42:48 +0000148SET_MAKE = @SET_MAKE@
149SHELL = @SHELL@
150STRIP = @STRIP@
vlmfa67ddc2004-06-03 03:38:44 +0000151VERSION = @VERSION@
152YACC = @YACC@
vlm8f3eb992004-06-17 23:42:48 +0000153ac_ct_AR = @ac_ct_AR@
154ac_ct_CC = @ac_ct_CC@
155ac_ct_CXX = @ac_ct_CXX@
156ac_ct_F77 = @ac_ct_F77@
157ac_ct_RANLIB = @ac_ct_RANLIB@
158ac_ct_STRIP = @ac_ct_STRIP@
159am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
160am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
161am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
162am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
vlmfa67ddc2004-06-03 03:38:44 +0000163am__include = @am__include@
vlm8f3eb992004-06-17 23:42:48 +0000164am__leading_dot = @am__leading_dot@
vlmfa67ddc2004-06-03 03:38:44 +0000165am__quote = @am__quote@
vlm8f3eb992004-06-17 23:42:48 +0000166bindir = @bindir@
167build = @build@
168build_alias = @build_alias@
169build_cpu = @build_cpu@
170build_os = @build_os@
171build_vendor = @build_vendor@
172datadir = @datadir@
173exec_prefix = @exec_prefix@
174host = @host@
175host_alias = @host_alias@
176host_cpu = @host_cpu@
177host_os = @host_os@
178host_vendor = @host_vendor@
179includedir = @includedir@
180infodir = @infodir@
vlmfa67ddc2004-06-03 03:38:44 +0000181install_sh = @install_sh@
vlm8f3eb992004-06-17 23:42:48 +0000182libdir = @libdir@
183libexecdir = @libexecdir@
184localstatedir = @localstatedir@
185mandir = @mandir@
186mkdir_p = @mkdir_p@
187oldincludedir = @oldincludedir@
188prefix = @prefix@
189program_transform_name = @program_transform_name@
190sbindir = @sbindir@
191sharedstatedir = @sharedstatedir@
192sysconfdir = @sysconfdir@
193target = @target@
194target_alias = @target_alias@
195target_cpu = @target_cpu@
196target_os = @target_os@
197target_vendor = @target_vendor@
vlmfa67ddc2004-06-03 03:38:44 +0000198AM_CFLAGS = @ADD_CFLAGS@
199AM_YFLAGS = -p asn1p_ -d
200AM_LFLAGS = -sp -Cem -Pasn1p_ -olex.yy.c
vlmfa67ddc2004-06-03 03:38:44 +0000201noinst_LTLIBRARIES = libasn1parser.la
vlmfa67ddc2004-06-03 03:38:44 +0000202libasn1parser_la_LDFLAGS = -all-static
203libasn1parser_la_SOURCES = \
204 asn1parser.c asn1parser.h \
205 asn1p_y.y asn1p_l.l \
206 asn1p_module.c asn1p_module.h \
207 asn1p_oid.c asn1p_oid.h \
208 asn1p_value.c asn1p_value.h \
209 asn1p_expr.c asn1p_expr.h \
210 asn1p_expr_str.h \
211 asn1p_expr2uclass.h \
212 asn1p_xports.c asn1p_xports.h \
213 asn1p_constr.c asn1p_constr.h \
214 asn1p_param.c asn1p_param.h \
215 asn1p_class.c asn1p_class.h \
216 asn1p_ref.c asn1p_ref.h \
217 asn1p_list.h
218
vlmfa67ddc2004-06-03 03:38:44 +0000219EXTRA_DIST = expr-h.pl
vlmfa67ddc2004-06-03 03:38:44 +0000220all: all-am
221
222.SUFFIXES:
223.SUFFIXES: .c .l .lo .o .obj .y
vlm8f3eb992004-06-17 23:42:48 +0000224$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
225 @for dep in $?; do \
226 case '$(am__configure_deps)' in \
227 *$$dep*) \
228 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
229 && exit 0; \
230 exit 1;; \
231 esac; \
232 done; \
233 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libasn1parser/Makefile'; \
234 cd $(top_srcdir) && \
235 $(AUTOMAKE) --gnu libasn1parser/Makefile
236.PRECIOUS: Makefile
237Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
238 @case '$?' in \
239 *config.status*) \
240 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
241 *) \
242 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
243 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
244 esac;
245
246$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
247 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
248
249$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
250 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
251$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
252 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
253
254clean-noinstLTLIBRARIES:
255 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
256 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
257 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
258 test "$$dir" = "$$p" && dir=.; \
259 echo "rm -f \"$${dir}/so_locations\""; \
260 rm -f "$${dir}/so_locations"; \
261 done
262asn1p_y.h: asn1p_y.c
263 @if test ! -f $@; then \
264 rm -f asn1p_y.c; \
265 $(MAKE) asn1p_y.c; \
266 else :; fi
267libasn1parser.la: $(libasn1parser_la_OBJECTS) $(libasn1parser_la_DEPENDENCIES)
268 $(LINK) $(libasn1parser_la_LDFLAGS) $(libasn1parser_la_OBJECTS) $(libasn1parser_la_LIBADD) $(LIBS)
269
vlm8f3eb992004-06-17 23:42:48 +0000270mostlyclean-compile:
271 -rm -f *.$(OBJEXT)
272
273distclean-compile:
274 -rm -f *.tab.c
275
276@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_class.Plo@am__quote@
277@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_constr.Plo@am__quote@
278@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_expr.Plo@am__quote@
279@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_l.Plo@am__quote@
280@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_module.Plo@am__quote@
281@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_oid.Plo@am__quote@
282@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_param.Plo@am__quote@
283@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_ref.Plo@am__quote@
284@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_value.Plo@am__quote@
285@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_xports.Plo@am__quote@
286@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1p_y.Plo@am__quote@
287@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1parser.Plo@am__quote@
vlm8f3eb992004-06-17 23:42:48 +0000288
289.c.o:
290@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
291@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
292@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
293@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
294@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
295@am__fastdepCC_FALSE@ $(COMPILE) -c $<
296
297.c.obj:
298@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
299@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
300@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
301@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
302@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
303@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
304
305.c.lo:
306@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
307@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
308@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
309@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
310@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
311@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
312
313.l.c:
314 $(LEXCOMPILE) $<
315 sed '/^#/ s|$(LEX_OUTPUT_ROOT)\.c|$@|' $(LEX_OUTPUT_ROOT).c >$@
316 rm -f $(LEX_OUTPUT_ROOT).c
317
318.y.c:
319 $(YACCCOMPILE) $<
320 if test -f y.tab.h; then \
321 to=`echo "$*_H" | sed \
322 -e 'y/abcdefghijklmnopqrstuvwxyz/ABCDEFGHIJKLMNOPQRSTUVWXYZ/' \
323 -e 's/[^ABCDEFGHIJKLMNOPQRSTUVWXYZ]/_/g'`; \
324 sed "/^#/ s/Y_TAB_H/$$to/g" y.tab.h >$*.ht; \
325 rm -f y.tab.h; \
326 if cmp -s $*.ht $*.h; then \
327 rm -f $*.ht ;\
328 else \
329 mv $*.ht $*.h; \
330 fi; \
331 fi
332 if test -f y.output; then \
333 mv y.output $*.output; \
334 fi
335 sed '/^#/ s|y\.tab\.c|$@|' y.tab.c >$@t && mv $@t $@
336 rm -f y.tab.c
vlmfa67ddc2004-06-03 03:38:44 +0000337
338mostlyclean-libtool:
339 -rm -f *.lo
340
341clean-libtool:
342 -rm -rf .libs _libs
343
344distclean-libtool:
345 -rm -f libtool
vlmfa67ddc2004-06-03 03:38:44 +0000346uninstall-info-am:
347
vlmfa67ddc2004-06-03 03:38:44 +0000348ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
vlm8f3eb992004-06-17 23:42:48 +0000349 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
vlmfa67ddc2004-06-03 03:38:44 +0000350 unique=`for i in $$list; do \
351 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
352 done | \
353 $(AWK) ' { files[$$0] = 1; } \
354 END { for (i in files) print i; }'`; \
vlm8f3eb992004-06-17 23:42:48 +0000355 mkid -fID $$unique
356tags: TAGS
vlmfa67ddc2004-06-03 03:38:44 +0000357
358TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
359 $(TAGS_FILES) $(LISP)
360 tags=; \
361 here=`pwd`; \
vlm8f3eb992004-06-17 23:42:48 +0000362 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
vlmfa67ddc2004-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; }'`; \
vlm8f3eb992004-06-17 23:42:48 +0000368 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
369 test -z "$$unique" && unique=$$empty_fix; \
370 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
371 $$tags $$unique; \
372 fi
373ctags: CTAGS
374CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
375 $(TAGS_FILES) $(LISP)
376 tags=; \
377 here=`pwd`; \
378 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
379 unique=`for i in $$list; do \
380 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
381 done | \
382 $(AWK) ' { files[$$0] = 1; } \
383 END { for (i in files) print i; }'`; \
384 test -z "$(CTAGS_ARGS)$$tags$$unique" \
385 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
386 $$tags $$unique
vlmfa67ddc2004-06-03 03:38:44 +0000387
388GTAGS:
vlm8f3eb992004-06-17 23:42:48 +0000389 here=`$(am__cd) $(top_builddir) && pwd` \
vlmfa67ddc2004-06-03 03:38:44 +0000390 && cd $(top_srcdir) \
391 && gtags -i $(GTAGS_ARGS) $$here
392
393distclean-tags:
vlm8f3eb992004-06-17 23:42:48 +0000394 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
vlmfa67ddc2004-06-03 03:38:44 +0000395
vlmfa67ddc2004-06-03 03:38:44 +0000396distdir: $(DISTFILES)
vlm8f3eb992004-06-17 23:42:48 +0000397 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
398 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
399 list='$(DISTFILES)'; for file in $$list; do \
400 case $$file in \
401 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
402 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
403 esac; \
404 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
vlmfa67ddc2004-06-03 03:38:44 +0000405 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
406 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
vlm8f3eb992004-06-17 23:42:48 +0000407 dir="/$$dir"; \
408 $(mkdir_p) "$(distdir)$$dir"; \
409 else \
410 dir=''; \
vlmfa67ddc2004-06-03 03:38:44 +0000411 fi; \
412 if test -d $$d/$$file; then \
vlm8f3eb992004-06-17 23:42:48 +0000413 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
414 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
415 fi; \
416 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
vlmfa67ddc2004-06-03 03:38:44 +0000417 else \
418 test -f $(distdir)/$$file \
419 || cp -p $$d/$$file $(distdir)/$$file \
420 || exit 1; \
421 fi; \
422 done
423check-am: all-am
vlmfa67ddc2004-06-03 03:38:44 +0000424check: check-am
425all-am: Makefile $(LTLIBRARIES)
vlmfa67ddc2004-06-03 03:38:44 +0000426installdirs:
vlmfa67ddc2004-06-03 03:38:44 +0000427install: install-am
428install-exec: install-exec-am
429install-data: install-data-am
430uninstall: uninstall-am
431
432install-am: all-am
433 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
434
435installcheck: installcheck-am
436install-strip:
437 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
vlm8f3eb992004-06-17 23:42:48 +0000438 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
vlmfa67ddc2004-06-03 03:38:44 +0000439 `test -z '$(STRIP)' || \
440 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
441mostlyclean-generic:
442
443clean-generic:
444
445distclean-generic:
vlm8f3eb992004-06-17 23:42:48 +0000446 -rm -f $(CONFIG_CLEAN_FILES)
vlmfa67ddc2004-06-03 03:38:44 +0000447
448maintainer-clean-generic:
449 @echo "This command is intended for maintainers to use"
450 @echo "it deletes files that may require special tools to rebuild."
vlmb305ead2004-09-14 13:42:05 +0000451 -rm -f asn1p_l.c
vlmfce48a42004-09-14 02:36:39 +0000452 -rm -f asn1p_y.c
vlm9acbb122004-08-19 13:32:59 +0000453 -rm -f asn1p_y.h
vlmfa67ddc2004-06-03 03:38:44 +0000454clean: clean-am
455
vlm9acbb122004-08-19 13:32:59 +0000456clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
457 mostlyclean-am
vlmfa67ddc2004-06-03 03:38:44 +0000458
459distclean: distclean-am
vlm8f3eb992004-06-17 23:42:48 +0000460 -rm -rf ./$(DEPDIR)
461 -rm -f Makefile
462distclean-am: clean-am distclean-compile distclean-generic \
463 distclean-libtool distclean-tags
vlmfa67ddc2004-06-03 03:38:44 +0000464
465dvi: dvi-am
466
467dvi-am:
468
vlm8f3eb992004-06-17 23:42:48 +0000469html: html-am
470
vlmfa67ddc2004-06-03 03:38:44 +0000471info: info-am
472
473info-am:
474
475install-data-am:
476
477install-exec-am:
478
479install-info: install-info-am
480
481install-man:
482
483installcheck-am:
484
485maintainer-clean: maintainer-clean-am
vlm8f3eb992004-06-17 23:42:48 +0000486 -rm -rf ./$(DEPDIR)
487 -rm -f Makefile
vlmfa67ddc2004-06-03 03:38:44 +0000488maintainer-clean-am: distclean-am maintainer-clean-generic
489
490mostlyclean: mostlyclean-am
491
492mostlyclean-am: mostlyclean-compile mostlyclean-generic \
493 mostlyclean-libtool
494
vlm8f3eb992004-06-17 23:42:48 +0000495pdf: pdf-am
496
497pdf-am:
498
499ps: ps-am
500
501ps-am:
502
vlmfa67ddc2004-06-03 03:38:44 +0000503uninstall-am: uninstall-info-am
504
vlm9acbb122004-08-19 13:32:59 +0000505.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
506 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
507 distclean-compile distclean-generic distclean-libtool \
508 distclean-tags distdir dvi dvi-am html html-am info info-am \
509 install install-am install-data install-data-am install-exec \
510 install-exec-am install-info install-info-am install-man \
511 install-strip installcheck installcheck-am installdirs \
512 maintainer-clean maintainer-clean-generic mostlyclean \
513 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
514 pdf pdf-am ps ps-am tags uninstall uninstall-am \
515 uninstall-info-am
vlmfa67ddc2004-06-03 03:38:44 +0000516
517
518asn1p_expr_str.h: expr-h.pl asn1p_expr.h
519 ./expr-h.pl asn1p_expr.h > $@
520# Tell versions [3.59,3.63) of GNU make to not export all variables.
521# Otherwise a system limit (for SysV at least) may be exceeded.
522.NOEXPORT: