blob: 7eaf562d40c8a449b0f0b43a415e6c1354f456de [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 Walkin60215aa2004-09-07 06:44:55 +000017SOURCES = $(libasn1compiler_la_SOURCES)
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 +000040subdir = libasn1compiler
41DIST_COMMON = $(srcdir)/Makefile.am $(srcdir)/Makefile.in
42ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
43am__aclocal_m4_deps = $(top_srcdir)/configure.in
44am__configure_deps = $(am__aclocal_m4_deps) $(CONFIGURE_DEPENDENCIES) \
45 $(ACLOCAL_M4)
46mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
47CONFIG_HEADER = $(top_builddir)/config.h
48CONFIG_CLEAN_FILES =
49LTLIBRARIES = $(noinst_LTLIBRARIES)
Lev Walkind612ce22004-08-18 04:47:49 +000050libasn1compiler_la_LIBADD =
Lev Walkin8e8b5482004-06-17 23:42:48 +000051am_libasn1compiler_la_OBJECTS = asn1compiler.lo asn1c_misc.lo \
Lev Walkin79f54952004-08-13 16:58:19 +000052 asn1c_out.lo asn1c_lang.lo asn1c_save.lo asn1c_C.lo \
Lev Walkin84cd58e2004-08-19 13:29:46 +000053 asn1c_constraint.lo asn1c_compat.lo asn1c_fdeps.lo
Lev Walkin8e8b5482004-06-17 23:42:48 +000054libasn1compiler_la_OBJECTS = $(am_libasn1compiler_la_OBJECTS)
Lev Walkin8e8b5482004-06-17 23:42:48 +000055DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
56depcomp = $(SHELL) $(top_srcdir)/depcomp
57am__depfiles_maybe = depfiles
58@AMDEP_TRUE@DEP_FILES = ./$(DEPDIR)/asn1c_C.Plo \
Lev Walkin79f54952004-08-13 16:58:19 +000059@AMDEP_TRUE@ ./$(DEPDIR)/asn1c_compat.Plo \
Lev Walkin84cd58e2004-08-19 13:29:46 +000060@AMDEP_TRUE@ ./$(DEPDIR)/asn1c_constraint.Plo \
61@AMDEP_TRUE@ ./$(DEPDIR)/asn1c_fdeps.Plo \
Lev Walkin8e8b5482004-06-17 23:42:48 +000062@AMDEP_TRUE@ ./$(DEPDIR)/asn1c_lang.Plo \
63@AMDEP_TRUE@ ./$(DEPDIR)/asn1c_misc.Plo \
64@AMDEP_TRUE@ ./$(DEPDIR)/asn1c_out.Plo \
65@AMDEP_TRUE@ ./$(DEPDIR)/asn1c_save.Plo \
Lev Walkin60215aa2004-09-07 06:44:55 +000066@AMDEP_TRUE@ ./$(DEPDIR)/asn1compiler.Plo
Lev Walkin8e8b5482004-06-17 23:42:48 +000067COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
68 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
69LTCOMPILE = $(LIBTOOL) --mode=compile $(CC) $(DEFS) \
70 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
71 $(AM_CFLAGS) $(CFLAGS)
72CCLD = $(CC)
73LINK = $(LIBTOOL) --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
74 $(AM_LDFLAGS) $(LDFLAGS) -o $@
Lev Walkin60215aa2004-09-07 06:44:55 +000075SOURCES = $(libasn1compiler_la_SOURCES)
76DIST_SOURCES = $(libasn1compiler_la_SOURCES)
Lev Walkin8e8b5482004-06-17 23:42:48 +000077ETAGS = etags
78CTAGS = ctags
79DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
80ACLOCAL = @ACLOCAL@
Lev Walkinf15320b2004-06-03 03:38:44 +000081ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +000082AMDEP_FALSE = @AMDEP_FALSE@
83AMDEP_TRUE = @AMDEP_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +000084AMTAR = @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 +000093CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
Lev Walkin3dcaafa2004-08-11 05:21:32 +000094CPLUSPLUS_FOUND_FALSE = @CPLUSPLUS_FOUND_FALSE@
95CPLUSPLUS_FOUND_TRUE = @CPLUSPLUS_FOUND_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +000096CPP = @CPP@
Lev Walkin8e8b5482004-06-17 23:42:48 +000097CPPFLAGS = @CPPFLAGS@
98CXX = @CXX@
99CXXCPP = @CXXCPP@
100CXXDEPMODE = @CXXDEPMODE@
101CXXFLAGS = @CXXFLAGS@
102CYGPATH_W = @CYGPATH_W@
103DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000104DEPDIR = @DEPDIR@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000105ECHO = @ECHO@
106ECHO_C = @ECHO_C@
107ECHO_N = @ECHO_N@
108ECHO_T = @ECHO_T@
109EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000110EXEEXT = @EXEEXT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000111F77 = @F77@
112FFLAGS = @FFLAGS@
113INSTALL_DATA = @INSTALL_DATA@
114INSTALL_PROGRAM = @INSTALL_PROGRAM@
115INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000116INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000117LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000118LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000119LEXLIB = @LEXLIB@
120LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
121LIBOBJS = @LIBOBJS@
122LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000123LIBTOOL = @LIBTOOL@
124LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000125LTLIBOBJS = @LTLIBOBJS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000126MAINT = @MAINT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000127MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
128MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
129MAKEINFO = @MAKEINFO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000130OBJEXT = @OBJEXT@
131PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000132PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
133PACKAGE_NAME = @PACKAGE_NAME@
134PACKAGE_STRING = @PACKAGE_STRING@
135PACKAGE_TARNAME = @PACKAGE_TARNAME@
136PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000137PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000138RANLIB = @RANLIB@
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 Walkin8e8b5482004-06-17 23:42:48 +0000144ac_ct_AR = @ac_ct_AR@
145ac_ct_CC = @ac_ct_CC@
146ac_ct_CXX = @ac_ct_CXX@
147ac_ct_F77 = @ac_ct_F77@
148ac_ct_RANLIB = @ac_ct_RANLIB@
149ac_ct_STRIP = @ac_ct_STRIP@
150am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
151am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
152am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
153am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000154am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000155am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000156am__quote = @am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000157bindir = @bindir@
158build = @build@
159build_alias = @build_alias@
160build_cpu = @build_cpu@
161build_os = @build_os@
162build_vendor = @build_vendor@
163datadir = @datadir@
164exec_prefix = @exec_prefix@
165host = @host@
166host_alias = @host_alias@
167host_cpu = @host_cpu@
168host_os = @host_os@
169host_vendor = @host_vendor@
170includedir = @includedir@
171infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000172install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000173libdir = @libdir@
174libexecdir = @libexecdir@
175localstatedir = @localstatedir@
176mandir = @mandir@
177mkdir_p = @mkdir_p@
178oldincludedir = @oldincludedir@
179prefix = @prefix@
180program_transform_name = @program_transform_name@
181sbindir = @sbindir@
182sharedstatedir = @sharedstatedir@
183sysconfdir = @sysconfdir@
184target = @target@
185target_alias = @target_alias@
186target_cpu = @target_cpu@
187target_os = @target_os@
188target_vendor = @target_vendor@
Lev Walkinf15320b2004-06-03 03:38:44 +0000189AM_CPPFLAGS = \
Lev Walkin60215aa2004-09-07 06:44:55 +0000190 -I$(top_srcdir)/libasn1parser \
191 -I$(top_srcdir)/libasn1fix
Lev Walkinf15320b2004-06-03 03:38:44 +0000192
Lev Walkinf15320b2004-06-03 03:38:44 +0000193noinst_LTLIBRARIES = libasn1compiler.la
Lev Walkinf15320b2004-06-03 03:38:44 +0000194libasn1compiler_la_LDFLAGS = -all-static
195libasn1compiler_la_SOURCES = \
196 asn1compiler.c asn1compiler.h \
197 asn1c_misc.c asn1c_misc.h \
198 asn1c_out.c asn1c_out.h \
199 asn1c_lang.c asn1c_lang.h \
200 asn1c_save.c asn1c_save.h \
201 asn1c_C.c asn1c_C.h \
Lev Walkin84cd58e2004-08-19 13:29:46 +0000202 asn1c_constraint.c asn1c_constraint.h \
Lev Walkin79f54952004-08-13 16:58:19 +0000203 asn1c_compat.c asn1c_compat.h \
Lev Walkin84cd58e2004-08-19 13:29:46 +0000204 asn1c_fdeps.c asn1c_fdeps.h \
Lev Walkinf15320b2004-06-03 03:38:44 +0000205 asn1c_internal.h
206
Lev Walkinf15320b2004-06-03 03:38:44 +0000207all: all-am
208
209.SUFFIXES:
210.SUFFIXES: .c .lo .o .obj
Lev Walkin8e8b5482004-06-17 23:42:48 +0000211$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
212 @for dep in $?; do \
213 case '$(am__configure_deps)' in \
214 *$$dep*) \
215 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
216 && exit 0; \
217 exit 1;; \
218 esac; \
219 done; \
220 echo ' cd $(top_srcdir) && $(AUTOMAKE) --gnu libasn1compiler/Makefile'; \
221 cd $(top_srcdir) && \
222 $(AUTOMAKE) --gnu libasn1compiler/Makefile
223.PRECIOUS: Makefile
224Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
225 @case '$?' in \
226 *config.status*) \
227 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
228 *) \
229 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
230 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
231 esac;
232
233$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
234 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
235
236$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
237 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
238$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
239 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240
241clean-noinstLTLIBRARIES:
242 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
243 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
244 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
245 test "$$dir" = "$$p" && dir=.; \
246 echo "rm -f \"$${dir}/so_locations\""; \
247 rm -f "$${dir}/so_locations"; \
248 done
249libasn1compiler.la: $(libasn1compiler_la_OBJECTS) $(libasn1compiler_la_DEPENDENCIES)
250 $(LINK) $(libasn1compiler_la_LDFLAGS) $(libasn1compiler_la_OBJECTS) $(libasn1compiler_la_LIBADD) $(LIBS)
251
Lev Walkin8e8b5482004-06-17 23:42:48 +0000252mostlyclean-compile:
253 -rm -f *.$(OBJEXT)
254
255distclean-compile:
256 -rm -f *.tab.c
257
258@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_C.Plo@am__quote@
Lev Walkin79f54952004-08-13 16:58:19 +0000259@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_compat.Plo@am__quote@
Lev Walkin84cd58e2004-08-19 13:29:46 +0000260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_constraint.Plo@am__quote@
261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_fdeps.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_lang.Plo@am__quote@
263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_misc.Plo@am__quote@
264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_out.Plo@am__quote@
265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_save.Plo@am__quote@
266@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1compiler.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000267
268.c.o:
269@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
270@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
271@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
272@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
273@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
274@am__fastdepCC_FALSE@ $(COMPILE) -c $<
275
276.c.obj:
277@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
278@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
279@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
280@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
281@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
282@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
283
284.c.lo:
285@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
286@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
287@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
288@AMDEP_TRUE@@am__fastdepCC_FALSE@ depfile='$(DEPDIR)/$*.Plo' tmpdepfile='$(DEPDIR)/$*.TPlo' @AMDEPBACKSLASH@
289@AMDEP_TRUE@@am__fastdepCC_FALSE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
290@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
Lev Walkinf15320b2004-06-03 03:38:44 +0000291
292mostlyclean-libtool:
293 -rm -f *.lo
294
295clean-libtool:
296 -rm -rf .libs _libs
297
298distclean-libtool:
299 -rm -f libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000300uninstall-info-am:
301
Lev Walkinf15320b2004-06-03 03:38:44 +0000302ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000303 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000304 unique=`for i in $$list; do \
305 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
306 done | \
307 $(AWK) ' { files[$$0] = 1; } \
308 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000309 mkid -fID $$unique
310tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000311
312TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
313 $(TAGS_FILES) $(LISP)
314 tags=; \
315 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000316 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000317 unique=`for i in $$list; do \
318 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
319 done | \
320 $(AWK) ' { files[$$0] = 1; } \
321 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000322 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
323 test -z "$$unique" && unique=$$empty_fix; \
324 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
325 $$tags $$unique; \
326 fi
327ctags: CTAGS
328CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
329 $(TAGS_FILES) $(LISP)
330 tags=; \
331 here=`pwd`; \
332 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
333 unique=`for i in $$list; do \
334 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
335 done | \
336 $(AWK) ' { files[$$0] = 1; } \
337 END { for (i in files) print i; }'`; \
338 test -z "$(CTAGS_ARGS)$$tags$$unique" \
339 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
340 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000341
342GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000343 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000344 && cd $(top_srcdir) \
345 && gtags -i $(GTAGS_ARGS) $$here
346
347distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000348 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000349
Lev Walkinf15320b2004-06-03 03:38:44 +0000350distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000351 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
352 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
353 list='$(DISTFILES)'; for file in $$list; do \
354 case $$file in \
355 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
356 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
357 esac; \
358 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000359 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
360 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000361 dir="/$$dir"; \
362 $(mkdir_p) "$(distdir)$$dir"; \
363 else \
364 dir=''; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000365 fi; \
366 if test -d $$d/$$file; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000367 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
368 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
369 fi; \
370 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000371 else \
372 test -f $(distdir)/$$file \
373 || cp -p $$d/$$file $(distdir)/$$file \
374 || exit 1; \
375 fi; \
376 done
377check-am: all-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000378check: check-am
379all-am: Makefile $(LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000380installdirs:
Lev Walkinf15320b2004-06-03 03:38:44 +0000381install: install-am
382install-exec: install-exec-am
383install-data: install-data-am
384uninstall: uninstall-am
385
386install-am: all-am
387 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
388
389installcheck: installcheck-am
390install-strip:
391 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000392 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000393 `test -z '$(STRIP)' || \
394 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
395mostlyclean-generic:
396
397clean-generic:
398
399distclean-generic:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000400 -rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000401
402maintainer-clean-generic:
403 @echo "This command is intended for maintainers to use"
404 @echo "it deletes files that may require special tools to rebuild."
405clean: clean-am
406
Lev Walkin60215aa2004-09-07 06:44:55 +0000407clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
408 mostlyclean-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000409
410distclean: distclean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000411 -rm -rf ./$(DEPDIR)
412 -rm -f Makefile
413distclean-am: clean-am distclean-compile distclean-generic \
414 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000415
416dvi: dvi-am
417
418dvi-am:
419
Lev Walkin8e8b5482004-06-17 23:42:48 +0000420html: html-am
421
Lev Walkinf15320b2004-06-03 03:38:44 +0000422info: info-am
423
424info-am:
425
426install-data-am:
427
428install-exec-am:
429
430install-info: install-info-am
431
432install-man:
433
434installcheck-am:
435
436maintainer-clean: maintainer-clean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000437 -rm -rf ./$(DEPDIR)
438 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000439maintainer-clean-am: distclean-am maintainer-clean-generic
440
441mostlyclean: mostlyclean-am
442
443mostlyclean-am: mostlyclean-compile mostlyclean-generic \
444 mostlyclean-libtool
445
Lev Walkin8e8b5482004-06-17 23:42:48 +0000446pdf: pdf-am
447
448pdf-am:
449
450ps: ps-am
451
452ps-am:
453
Lev Walkinf15320b2004-06-03 03:38:44 +0000454uninstall-am: uninstall-info-am
455
Lev Walkin60215aa2004-09-07 06:44:55 +0000456.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
457 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
458 distclean-compile distclean-generic distclean-libtool \
459 distclean-tags distdir dvi dvi-am html html-am info info-am \
460 install install-am install-data install-data-am install-exec \
461 install-exec-am install-info install-info-am install-man \
462 install-strip installcheck installcheck-am installdirs \
463 maintainer-clean maintainer-clean-generic mostlyclean \
464 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
465 pdf pdf-am ps ps-am tags uninstall uninstall-am \
466 uninstall-info-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000467
468# Tell versions [3.59,3.63) of GNU make to not export all variables.
469# Otherwise a system limit (for SysV at least) may be exceeded.
470.NOEXPORT: