blob: 70e363a964188c6bf1316ef315d7cef968c0aef9 [file] [log] [blame]
Lev Walkin5af1a692006-08-18 01:54:27 +00001# Makefile.in generated by automake 1.9.6 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 Walkin5af1a692006-08-18 01:54:27 +00005# 2003, 2004, 2005 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 +000017srcdir = @srcdir@
18top_srcdir = @top_srcdir@
19VPATH = @srcdir@
Lev Walkinf15320b2004-06-03 03:38:44 +000020pkgdatadir = $(datadir)/@PACKAGE@
21pkglibdir = $(libdir)/@PACKAGE@
22pkgincludedir = $(includedir)/@PACKAGE@
23top_builddir = ..
Lev Walkin8e8b5482004-06-17 23:42:48 +000024am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
Lev Walkinf15320b2004-06-03 03:38:44 +000025INSTALL = @INSTALL@
Lev Walkin8e8b5482004-06-17 23:42:48 +000026install_sh_DATA = $(install_sh) -c -m 644
27install_sh_PROGRAM = $(install_sh) -c
28install_sh_SCRIPT = $(install_sh) -c
Lev Walkinf15320b2004-06-03 03:38:44 +000029INSTALL_HEADER = $(INSTALL_DATA)
Lev Walkin8e8b5482004-06-17 23:42:48 +000030transform = $(program_transform_name)
Lev Walkinf15320b2004-06-03 03:38:44 +000031NORMAL_INSTALL = :
32PRE_INSTALL = :
33POST_INSTALL = :
34NORMAL_UNINSTALL = :
35PRE_UNINSTALL = :
36POST_UNINSTALL = :
Lev Walkin5af1a692006-08-18 01:54:27 +000037build_triplet = @build@
Lev Walkinf15320b2004-06-03 03:38:44 +000038host_triplet = @host@
Lev Walkin5af1a692006-08-18 01:54:27 +000039target_triplet = @target@
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
Lev Walkin8e8b5482004-06-17 23:42:48 +000058COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
59 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
Lev Walkin5af1a692006-08-18 01:54:27 +000060LTCOMPILE = $(LIBTOOL) --tag=CC --mode=compile $(CC) $(DEFS) \
Lev Walkin8e8b5482004-06-17 23:42:48 +000061 $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) \
62 $(AM_CFLAGS) $(CFLAGS)
63CCLD = $(CC)
Lev Walkin5af1a692006-08-18 01:54:27 +000064LINK = $(LIBTOOL) --tag=CC --mode=link $(CCLD) $(AM_CFLAGS) $(CFLAGS) \
Lev Walkin8e8b5482004-06-17 23:42:48 +000065 $(AM_LDFLAGS) $(LDFLAGS) -o $@
Lev Walkin60215aa2004-09-07 06:44:55 +000066SOURCES = $(libasn1compiler_la_SOURCES)
67DIST_SOURCES = $(libasn1compiler_la_SOURCES)
Lev Walkin8e8b5482004-06-17 23:42:48 +000068ETAGS = etags
69CTAGS = ctags
70DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
71ACLOCAL = @ACLOCAL@
Lev Walkinf15320b2004-06-03 03:38:44 +000072ADD_CFLAGS = @ADD_CFLAGS@
Lev Walkin8e8b5482004-06-17 23:42:48 +000073AMDEP_FALSE = @AMDEP_FALSE@
74AMDEP_TRUE = @AMDEP_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +000075AMTAR = @AMTAR@
76AR = @AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +000077AUTOCONF = @AUTOCONF@
78AUTOHEADER = @AUTOHEADER@
79AUTOMAKE = @AUTOMAKE@
Lev Walkinf15320b2004-06-03 03:38:44 +000080AWK = @AWK@
81CC = @CC@
Lev Walkin8e8b5482004-06-17 23:42:48 +000082CCDEPMODE = @CCDEPMODE@
83CFLAGS = @CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +000084CONFIGURE_DEPENDS = @CONFIGURE_DEPENDS@
85CPP = @CPP@
Lev Walkin8e8b5482004-06-17 23:42:48 +000086CPPFLAGS = @CPPFLAGS@
87CXX = @CXX@
88CXXCPP = @CXXCPP@
89CXXDEPMODE = @CXXDEPMODE@
90CXXFLAGS = @CXXFLAGS@
91CYGPATH_W = @CYGPATH_W@
92DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +000093DEPDIR = @DEPDIR@
Lev Walkin8e8b5482004-06-17 23:42:48 +000094ECHO = @ECHO@
95ECHO_C = @ECHO_C@
96ECHO_N = @ECHO_N@
97ECHO_T = @ECHO_T@
98EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +000099EXEEXT = @EXEEXT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000100F77 = @F77@
101FFLAGS = @FFLAGS@
102INSTALL_DATA = @INSTALL_DATA@
103INSTALL_PROGRAM = @INSTALL_PROGRAM@
104INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000105INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000106LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000107LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000108LEXLIB = @LEXLIB@
109LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
110LIBOBJS = @LIBOBJS@
111LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000112LIBTOOL = @LIBTOOL@
113LN_S = @LN_S@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000114LTLIBOBJS = @LTLIBOBJS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000115MAINT = @MAINT@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000116MAINTAINER_MODE_FALSE = @MAINTAINER_MODE_FALSE@
117MAINTAINER_MODE_TRUE = @MAINTAINER_MODE_TRUE@
118MAKEINFO = @MAKEINFO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000119OBJEXT = @OBJEXT@
120PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000121PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
122PACKAGE_NAME = @PACKAGE_NAME@
123PACKAGE_STRING = @PACKAGE_STRING@
124PACKAGE_TARNAME = @PACKAGE_TARNAME@
125PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000126PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000127RANLIB = @RANLIB@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000128SET_MAKE = @SET_MAKE@
129SHELL = @SHELL@
130STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000131VERSION = @VERSION@
132YACC = @YACC@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000133ac_ct_AR = @ac_ct_AR@
134ac_ct_CC = @ac_ct_CC@
135ac_ct_CXX = @ac_ct_CXX@
136ac_ct_F77 = @ac_ct_F77@
137ac_ct_RANLIB = @ac_ct_RANLIB@
138ac_ct_STRIP = @ac_ct_STRIP@
139am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
140am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
141am__fastdepCXX_FALSE = @am__fastdepCXX_FALSE@
142am__fastdepCXX_TRUE = @am__fastdepCXX_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000143am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000144am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000145am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000146am__tar = @am__tar@
147am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000148bindir = @bindir@
149build = @build@
150build_alias = @build_alias@
151build_cpu = @build_cpu@
152build_os = @build_os@
153build_vendor = @build_vendor@
154datadir = @datadir@
155exec_prefix = @exec_prefix@
156host = @host@
157host_alias = @host_alias@
158host_cpu = @host_cpu@
159host_os = @host_os@
160host_vendor = @host_vendor@
161includedir = @includedir@
162infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000163install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000164libdir = @libdir@
165libexecdir = @libexecdir@
166localstatedir = @localstatedir@
167mandir = @mandir@
168mkdir_p = @mkdir_p@
169oldincludedir = @oldincludedir@
170prefix = @prefix@
171program_transform_name = @program_transform_name@
172sbindir = @sbindir@
173sharedstatedir = @sharedstatedir@
174sysconfdir = @sysconfdir@
175target = @target@
176target_alias = @target_alias@
177target_cpu = @target_cpu@
178target_os = @target_os@
179target_vendor = @target_vendor@
Lev Walkin5af1a692006-08-18 01:54:27 +0000180AM_CFLAGS = @ADD_CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000181AM_CPPFLAGS = \
Lev Walkin60215aa2004-09-07 06:44:55 +0000182 -I$(top_srcdir)/libasn1parser \
183 -I$(top_srcdir)/libasn1fix
Lev Walkinf15320b2004-06-03 03:38:44 +0000184
Lev Walkinf15320b2004-06-03 03:38:44 +0000185noinst_LTLIBRARIES = libasn1compiler.la
Lev Walkinf15320b2004-06-03 03:38:44 +0000186libasn1compiler_la_LDFLAGS = -all-static
187libasn1compiler_la_SOURCES = \
188 asn1compiler.c asn1compiler.h \
189 asn1c_misc.c asn1c_misc.h \
190 asn1c_out.c asn1c_out.h \
191 asn1c_lang.c asn1c_lang.h \
192 asn1c_save.c asn1c_save.h \
193 asn1c_C.c asn1c_C.h \
Lev Walkin84cd58e2004-08-19 13:29:46 +0000194 asn1c_constraint.c asn1c_constraint.h \
Lev Walkin79f54952004-08-13 16:58:19 +0000195 asn1c_compat.c asn1c_compat.h \
Lev Walkin84cd58e2004-08-19 13:29:46 +0000196 asn1c_fdeps.c asn1c_fdeps.h \
Lev Walkinf15320b2004-06-03 03:38:44 +0000197 asn1c_internal.h
198
Lev Walkinf15320b2004-06-03 03:38:44 +0000199all: all-am
200
201.SUFFIXES:
202.SUFFIXES: .c .lo .o .obj
Lev Walkin8e8b5482004-06-17 23:42:48 +0000203$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
204 @for dep in $?; do \
205 case '$(am__configure_deps)' in \
206 *$$dep*) \
207 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
208 && exit 0; \
209 exit 1;; \
210 esac; \
211 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000212 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libasn1compiler/Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000213 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000214 $(AUTOMAKE) --foreign libasn1compiler/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000215.PRECIOUS: Makefile
216Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
217 @case '$?' in \
218 *config.status*) \
219 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
220 *) \
221 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
222 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
223 esac;
224
225$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
226 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
227
228$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
230$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
231 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
232
233clean-noinstLTLIBRARIES:
234 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
235 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
236 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000237 test "$$dir" != "$$p" || dir=.; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000238 echo "rm -f \"$${dir}/so_locations\""; \
239 rm -f "$${dir}/so_locations"; \
240 done
241libasn1compiler.la: $(libasn1compiler_la_OBJECTS) $(libasn1compiler_la_DEPENDENCIES)
242 $(LINK) $(libasn1compiler_la_LDFLAGS) $(libasn1compiler_la_OBJECTS) $(libasn1compiler_la_LIBADD) $(LIBS)
243
Lev Walkin8e8b5482004-06-17 23:42:48 +0000244mostlyclean-compile:
245 -rm -f *.$(OBJEXT)
246
247distclean-compile:
248 -rm -f *.tab.c
249
250@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_C.Plo@am__quote@
Lev Walkin79f54952004-08-13 16:58:19 +0000251@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_compat.Plo@am__quote@
Lev Walkin84cd58e2004-08-19 13:29:46 +0000252@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_constraint.Plo@am__quote@
253@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_fdeps.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000254@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_lang.Plo@am__quote@
255@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_misc.Plo@am__quote@
256@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_out.Plo@am__quote@
257@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_save.Plo@am__quote@
258@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1compiler.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000259
260.c.o:
261@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
262@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
263@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000264@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000265@am__fastdepCC_FALSE@ $(COMPILE) -c $<
266
267.c.obj:
268@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
269@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
270@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000271@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000272@am__fastdepCC_FALSE@ $(COMPILE) -c `$(CYGPATH_W) '$<'`
273
274.c.lo:
275@am__fastdepCC_TRUE@ if $(LTCOMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
276@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Plo"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
277@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=yes @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000278@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000279@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
Lev Walkinf15320b2004-06-03 03:38:44 +0000280
281mostlyclean-libtool:
282 -rm -f *.lo
283
284clean-libtool:
285 -rm -rf .libs _libs
286
287distclean-libtool:
288 -rm -f libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000289uninstall-info-am:
290
Lev Walkinf15320b2004-06-03 03:38:44 +0000291ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000292 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000293 unique=`for i in $$list; do \
294 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
295 done | \
296 $(AWK) ' { files[$$0] = 1; } \
297 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000298 mkid -fID $$unique
299tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000300
301TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
302 $(TAGS_FILES) $(LISP)
303 tags=; \
304 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000305 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000306 unique=`for i in $$list; do \
307 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
308 done | \
309 $(AWK) ' { files[$$0] = 1; } \
310 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000311 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000312 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000313 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
314 $$tags $$unique; \
315 fi
316ctags: CTAGS
317CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
318 $(TAGS_FILES) $(LISP)
319 tags=; \
320 here=`pwd`; \
321 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
322 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; }'`; \
327 test -z "$(CTAGS_ARGS)$$tags$$unique" \
328 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
329 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000330
331GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000332 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000333 && cd $(top_srcdir) \
334 && gtags -i $(GTAGS_ARGS) $$here
335
336distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000337 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000338
Lev Walkinf15320b2004-06-03 03:38:44 +0000339distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000340 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
341 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
342 list='$(DISTFILES)'; for file in $$list; do \
343 case $$file in \
344 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
345 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
346 esac; \
347 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000348 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
349 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000350 dir="/$$dir"; \
351 $(mkdir_p) "$(distdir)$$dir"; \
352 else \
353 dir=''; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000354 fi; \
355 if test -d $$d/$$file; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000356 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
357 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
358 fi; \
359 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000360 else \
361 test -f $(distdir)/$$file \
362 || cp -p $$d/$$file $(distdir)/$$file \
363 || exit 1; \
364 fi; \
365 done
366check-am: all-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000367check: check-am
368all-am: Makefile $(LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000369installdirs:
Lev Walkinf15320b2004-06-03 03:38:44 +0000370install: install-am
371install-exec: install-exec-am
372install-data: install-data-am
373uninstall: uninstall-am
374
375install-am: all-am
376 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
377
378installcheck: installcheck-am
379install-strip:
380 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000381 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000382 `test -z '$(STRIP)' || \
383 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
384mostlyclean-generic:
385
386clean-generic:
387
388distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000389 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000390
391maintainer-clean-generic:
392 @echo "This command is intended for maintainers to use"
393 @echo "it deletes files that may require special tools to rebuild."
394clean: clean-am
395
Lev Walkin60215aa2004-09-07 06:44:55 +0000396clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
397 mostlyclean-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000398
399distclean: distclean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000400 -rm -rf ./$(DEPDIR)
401 -rm -f Makefile
402distclean-am: clean-am distclean-compile distclean-generic \
403 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000404
405dvi: dvi-am
406
407dvi-am:
408
Lev Walkin8e8b5482004-06-17 23:42:48 +0000409html: html-am
410
Lev Walkinf15320b2004-06-03 03:38:44 +0000411info: info-am
412
413info-am:
414
415install-data-am:
416
417install-exec-am:
418
419install-info: install-info-am
420
421install-man:
422
423installcheck-am:
424
425maintainer-clean: maintainer-clean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000426 -rm -rf ./$(DEPDIR)
427 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000428maintainer-clean-am: distclean-am maintainer-clean-generic
429
430mostlyclean: mostlyclean-am
431
432mostlyclean-am: mostlyclean-compile mostlyclean-generic \
433 mostlyclean-libtool
434
Lev Walkin8e8b5482004-06-17 23:42:48 +0000435pdf: pdf-am
436
437pdf-am:
438
439ps: ps-am
440
441ps-am:
442
Lev Walkinf15320b2004-06-03 03:38:44 +0000443uninstall-am: uninstall-info-am
444
Lev Walkin60215aa2004-09-07 06:44:55 +0000445.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
446 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
447 distclean-compile distclean-generic distclean-libtool \
448 distclean-tags distdir dvi dvi-am html html-am info info-am \
449 install install-am install-data install-data-am install-exec \
450 install-exec-am install-info install-info-am install-man \
451 install-strip installcheck installcheck-am installdirs \
452 maintainer-clean maintainer-clean-generic mostlyclean \
453 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
454 pdf pdf-am ps ps-am tags uninstall uninstall-am \
455 uninstall-info-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000456
457# Tell versions [3.59,3.63) of GNU make to not export all variables.
458# Otherwise a system limit (for SysV at least) may be exceeded.
459.NOEXPORT: