blob: f971a3e82ac9d52d7b227e776806a6e03aeae511 [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@
Lev Walkin8e8b5482004-06-17 23:42:48 +000087CYGPATH_W = @CYGPATH_W@
88DEFS = @DEFS@
Lev Walkinf15320b2004-06-03 03:38:44 +000089DEPDIR = @DEPDIR@
Lev Walkin4da95cf2010-10-16 02:46:32 -070090DLLTOOL = @DLLTOOL@
91DSYMUTIL = @DSYMUTIL@
92DUMPBIN = @DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +000093ECHO_C = @ECHO_C@
94ECHO_N = @ECHO_N@
95ECHO_T = @ECHO_T@
96EGREP = @EGREP@
Lev Walkinf15320b2004-06-03 03:38:44 +000097EXEEXT = @EXEEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -070098FGREP = @FGREP@
Lev Walkin27fd0b62007-08-27 23:57:45 +000099GREP = @GREP@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000100INSTALL_DATA = @INSTALL_DATA@
101INSTALL_PROGRAM = @INSTALL_PROGRAM@
102INSTALL_SCRIPT = @INSTALL_SCRIPT@
Lev Walkinf15320b2004-06-03 03:38:44 +0000103INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700104LD = @LD@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000105LDFLAGS = @LDFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000106LEX = @LEX@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000107LEXLIB = @LEXLIB@
108LEX_OUTPUT_ROOT = @LEX_OUTPUT_ROOT@
109LIBOBJS = @LIBOBJS@
110LIBS = @LIBS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000111LIBTOOL = @LIBTOOL@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700112LIPO = @LIPO@
Lev Walkinf15320b2004-06-03 03:38:44 +0000113LN_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 Walkin4da95cf2010-10-16 02:46:32 -0700119MANIFEST_TOOL = @MANIFEST_TOOL@
120NM = @NM@
121NMEDIT = @NMEDIT@
122OBJDUMP = @OBJDUMP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000123OBJEXT = @OBJEXT@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700124OTOOL = @OTOOL@
125OTOOL64 = @OTOOL64@
Lev Walkinf15320b2004-06-03 03:38:44 +0000126PACKAGE = @PACKAGE@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000127PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
128PACKAGE_NAME = @PACKAGE_NAME@
129PACKAGE_STRING = @PACKAGE_STRING@
130PACKAGE_TARNAME = @PACKAGE_TARNAME@
131PACKAGE_VERSION = @PACKAGE_VERSION@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000132PATH_SEPARATOR = @PATH_SEPARATOR@
Lev Walkinf15320b2004-06-03 03:38:44 +0000133RANLIB = @RANLIB@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700134SED = @SED@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000135SET_MAKE = @SET_MAKE@
136SHELL = @SHELL@
137STRIP = @STRIP@
Lev Walkinf15320b2004-06-03 03:38:44 +0000138VERSION = @VERSION@
139YACC = @YACC@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000140YFLAGS = @YFLAGS@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700141ac_ct_AR = @ac_ct_AR@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000142ac_ct_CC = @ac_ct_CC@
Lev Walkin4da95cf2010-10-16 02:46:32 -0700143ac_ct_DUMPBIN = @ac_ct_DUMPBIN@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000144am__fastdepCC_FALSE = @am__fastdepCC_FALSE@
145am__fastdepCC_TRUE = @am__fastdepCC_TRUE@
Lev Walkinf15320b2004-06-03 03:38:44 +0000146am__include = @am__include@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000147am__leading_dot = @am__leading_dot@
Lev Walkinf15320b2004-06-03 03:38:44 +0000148am__quote = @am__quote@
Lev Walkin5af1a692006-08-18 01:54:27 +0000149am__tar = @am__tar@
150am__untar = @am__untar@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000151bindir = @bindir@
152build = @build@
153build_alias = @build_alias@
154build_cpu = @build_cpu@
155build_os = @build_os@
156build_vendor = @build_vendor@
157datadir = @datadir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000158datarootdir = @datarootdir@
159docdir = @docdir@
160dvidir = @dvidir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000161exec_prefix = @exec_prefix@
162host = @host@
163host_alias = @host_alias@
164host_cpu = @host_cpu@
165host_os = @host_os@
166host_vendor = @host_vendor@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000167htmldir = @htmldir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000168includedir = @includedir@
169infodir = @infodir@
Lev Walkinf15320b2004-06-03 03:38:44 +0000170install_sh = @install_sh@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000171libdir = @libdir@
172libexecdir = @libexecdir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000173localedir = @localedir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000174localstatedir = @localstatedir@
175mandir = @mandir@
176mkdir_p = @mkdir_p@
177oldincludedir = @oldincludedir@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000178pdfdir = @pdfdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000179prefix = @prefix@
180program_transform_name = @program_transform_name@
Lev Walkin27fd0b62007-08-27 23:57:45 +0000181psdir = @psdir@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000182sbindir = @sbindir@
183sharedstatedir = @sharedstatedir@
184sysconfdir = @sysconfdir@
185target = @target@
186target_alias = @target_alias@
187target_cpu = @target_cpu@
188target_os = @target_os@
189target_vendor = @target_vendor@
Lev Walkin5af1a692006-08-18 01:54:27 +0000190AM_CFLAGS = @ADD_CFLAGS@
Lev Walkinf15320b2004-06-03 03:38:44 +0000191AM_CPPFLAGS = \
Lev Walkin60215aa2004-09-07 06:44:55 +0000192 -I$(top_srcdir)/libasn1parser \
193 -I$(top_srcdir)/libasn1fix
Lev Walkinf15320b2004-06-03 03:38:44 +0000194
Lev Walkinf15320b2004-06-03 03:38:44 +0000195noinst_LTLIBRARIES = libasn1compiler.la
Lev Walkinf15320b2004-06-03 03:38:44 +0000196libasn1compiler_la_LDFLAGS = -all-static
197libasn1compiler_la_SOURCES = \
198 asn1compiler.c asn1compiler.h \
199 asn1c_misc.c asn1c_misc.h \
200 asn1c_out.c asn1c_out.h \
201 asn1c_lang.c asn1c_lang.h \
202 asn1c_save.c asn1c_save.h \
203 asn1c_C.c asn1c_C.h \
Lev Walkin84cd58e2004-08-19 13:29:46 +0000204 asn1c_constraint.c asn1c_constraint.h \
Lev Walkin79f54952004-08-13 16:58:19 +0000205 asn1c_compat.c asn1c_compat.h \
Lev Walkin84cd58e2004-08-19 13:29:46 +0000206 asn1c_fdeps.c asn1c_fdeps.h \
Lev Walkinf15320b2004-06-03 03:38:44 +0000207 asn1c_internal.h
208
Lev Walkinf15320b2004-06-03 03:38:44 +0000209all: all-am
210
211.SUFFIXES:
212.SUFFIXES: .c .lo .o .obj
Lev Walkin8e8b5482004-06-17 23:42:48 +0000213$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ $(srcdir)/Makefile.am $(am__configure_deps)
214 @for dep in $?; do \
215 case '$(am__configure_deps)' in \
216 *$$dep*) \
217 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh \
218 && exit 0; \
219 exit 1;; \
220 esac; \
221 done; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000222 echo ' cd $(top_srcdir) && $(AUTOMAKE) --foreign libasn1compiler/Makefile'; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000223 cd $(top_srcdir) && \
Lev Walkin5af1a692006-08-18 01:54:27 +0000224 $(AUTOMAKE) --foreign libasn1compiler/Makefile
Lev Walkin8e8b5482004-06-17 23:42:48 +0000225.PRECIOUS: Makefile
226Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
227 @case '$?' in \
228 *config.status*) \
229 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh;; \
230 *) \
231 echo ' cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)'; \
232 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe);; \
233 esac;
234
235$(top_builddir)/config.status: $(top_srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
236 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
237
238$(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
239 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
240$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
241 cd $(top_builddir) && $(MAKE) $(AM_MAKEFLAGS) am--refresh
242
243clean-noinstLTLIBRARIES:
244 -test -z "$(noinst_LTLIBRARIES)" || rm -f $(noinst_LTLIBRARIES)
245 @list='$(noinst_LTLIBRARIES)'; for p in $$list; do \
246 dir="`echo $$p | sed -e 's|/[^/]*$$||'`"; \
Lev Walkin5af1a692006-08-18 01:54:27 +0000247 test "$$dir" != "$$p" || dir=.; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000248 echo "rm -f \"$${dir}/so_locations\""; \
249 rm -f "$${dir}/so_locations"; \
250 done
251libasn1compiler.la: $(libasn1compiler_la_OBJECTS) $(libasn1compiler_la_DEPENDENCIES)
252 $(LINK) $(libasn1compiler_la_LDFLAGS) $(libasn1compiler_la_OBJECTS) $(libasn1compiler_la_LIBADD) $(LIBS)
253
Lev Walkin8e8b5482004-06-17 23:42:48 +0000254mostlyclean-compile:
255 -rm -f *.$(OBJEXT)
256
257distclean-compile:
258 -rm -f *.tab.c
259
260@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_C.Plo@am__quote@
Lev Walkin79f54952004-08-13 16:58:19 +0000261@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_compat.Plo@am__quote@
Lev Walkin84cd58e2004-08-19 13:29:46 +0000262@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_constraint.Plo@am__quote@
263@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_fdeps.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000264@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_lang.Plo@am__quote@
265@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_misc.Plo@am__quote@
266@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_out.Plo@am__quote@
267@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1c_save.Plo@am__quote@
268@AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/asn1compiler.Plo@am__quote@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000269
270.c.o:
271@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ $<; \
272@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
273@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000274@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000275@am__fastdepCC_FALSE@ $(COMPILE) -c $<
276
277.c.obj:
278@am__fastdepCC_TRUE@ if $(COMPILE) -MT $@ -MD -MP -MF "$(DEPDIR)/$*.Tpo" -c -o $@ `$(CYGPATH_W) '$<'`; \
279@am__fastdepCC_TRUE@ then mv -f "$(DEPDIR)/$*.Tpo" "$(DEPDIR)/$*.Po"; else rm -f "$(DEPDIR)/$*.Tpo"; exit 1; fi
280@AMDEP_TRUE@@am__fastdepCC_FALSE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
Lev Walkin5af1a692006-08-18 01:54:27 +0000281@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000282@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@
Lev Walkin5af1a692006-08-18 01:54:27 +0000288@AMDEP_TRUE@@am__fastdepCC_FALSE@ DEPDIR=$(DEPDIR) $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
Lev Walkin8e8b5482004-06-17 23:42:48 +0000289@am__fastdepCC_FALSE@ $(LTCOMPILE) -c -o $@ $<
Lev Walkinf15320b2004-06-03 03:38:44 +0000290
291mostlyclean-libtool:
292 -rm -f *.lo
293
294clean-libtool:
295 -rm -rf .libs _libs
296
297distclean-libtool:
298 -rm -f libtool
Lev Walkinf15320b2004-06-03 03:38:44 +0000299uninstall-info-am:
300
Lev Walkinf15320b2004-06-03 03:38:44 +0000301ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000302 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000303 unique=`for i in $$list; do \
304 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
305 done | \
306 $(AWK) ' { files[$$0] = 1; } \
307 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000308 mkid -fID $$unique
309tags: TAGS
Lev Walkinf15320b2004-06-03 03:38:44 +0000310
311TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
312 $(TAGS_FILES) $(LISP)
313 tags=; \
314 here=`pwd`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000315 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000316 unique=`for i in $$list; do \
317 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
318 done | \
319 $(AWK) ' { files[$$0] = 1; } \
320 END { for (i in files) print i; }'`; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000321 if test -z "$(ETAGS_ARGS)$$tags$$unique"; then :; else \
Lev Walkin5af1a692006-08-18 01:54:27 +0000322 test -n "$$unique" || unique=$$empty_fix; \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000323 $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
324 $$tags $$unique; \
325 fi
326ctags: CTAGS
327CTAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
328 $(TAGS_FILES) $(LISP)
329 tags=; \
330 here=`pwd`; \
331 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
332 unique=`for i in $$list; do \
333 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
334 done | \
335 $(AWK) ' { files[$$0] = 1; } \
336 END { for (i in files) print i; }'`; \
337 test -z "$(CTAGS_ARGS)$$tags$$unique" \
338 || $(CTAGS) $(CTAGSFLAGS) $(AM_CTAGSFLAGS) $(CTAGS_ARGS) \
339 $$tags $$unique
Lev Walkinf15320b2004-06-03 03:38:44 +0000340
341GTAGS:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000342 here=`$(am__cd) $(top_builddir) && pwd` \
Lev Walkinf15320b2004-06-03 03:38:44 +0000343 && cd $(top_srcdir) \
344 && gtags -i $(GTAGS_ARGS) $$here
345
346distclean-tags:
Lev Walkin8e8b5482004-06-17 23:42:48 +0000347 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000348
Lev Walkinf15320b2004-06-03 03:38:44 +0000349distdir: $(DISTFILES)
Lev Walkin8e8b5482004-06-17 23:42:48 +0000350 @srcdirstrip=`echo "$(srcdir)" | sed 's|.|.|g'`; \
351 topsrcdirstrip=`echo "$(top_srcdir)" | sed 's|.|.|g'`; \
352 list='$(DISTFILES)'; for file in $$list; do \
353 case $$file in \
354 $(srcdir)/*) file=`echo "$$file" | sed "s|^$$srcdirstrip/||"`;; \
355 $(top_srcdir)/*) file=`echo "$$file" | sed "s|^$$topsrcdirstrip/|$(top_builddir)/|"`;; \
356 esac; \
357 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000358 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
359 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000360 dir="/$$dir"; \
361 $(mkdir_p) "$(distdir)$$dir"; \
362 else \
363 dir=''; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000364 fi; \
365 if test -d $$d/$$file; then \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000366 if test -d $(srcdir)/$$file && test $$d != $(srcdir); then \
367 cp -pR $(srcdir)/$$file $(distdir)$$dir || exit 1; \
368 fi; \
369 cp -pR $$d/$$file $(distdir)$$dir || exit 1; \
Lev Walkinf15320b2004-06-03 03:38:44 +0000370 else \
371 test -f $(distdir)/$$file \
372 || cp -p $$d/$$file $(distdir)/$$file \
373 || exit 1; \
374 fi; \
375 done
376check-am: all-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000377check: check-am
378all-am: Makefile $(LTLIBRARIES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000379installdirs:
Lev Walkinf15320b2004-06-03 03:38:44 +0000380install: install-am
381install-exec: install-exec-am
382install-data: install-data-am
383uninstall: uninstall-am
384
385install-am: all-am
386 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
387
388installcheck: installcheck-am
389install-strip:
390 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
Lev Walkin8e8b5482004-06-17 23:42:48 +0000391 install_sh_PROGRAM="$(INSTALL_STRIP_PROGRAM)" INSTALL_STRIP_FLAG=-s \
Lev Walkinf15320b2004-06-03 03:38:44 +0000392 `test -z '$(STRIP)' || \
393 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
394mostlyclean-generic:
395
396clean-generic:
397
398distclean-generic:
Lev Walkin5af1a692006-08-18 01:54:27 +0000399 -test -z "$(CONFIG_CLEAN_FILES)" || rm -f $(CONFIG_CLEAN_FILES)
Lev Walkinf15320b2004-06-03 03:38:44 +0000400
401maintainer-clean-generic:
402 @echo "This command is intended for maintainers to use"
403 @echo "it deletes files that may require special tools to rebuild."
404clean: clean-am
405
Lev Walkin60215aa2004-09-07 06:44:55 +0000406clean-am: clean-generic clean-libtool clean-noinstLTLIBRARIES \
407 mostlyclean-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000408
409distclean: distclean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000410 -rm -rf ./$(DEPDIR)
411 -rm -f Makefile
412distclean-am: clean-am distclean-compile distclean-generic \
413 distclean-libtool distclean-tags
Lev Walkinf15320b2004-06-03 03:38:44 +0000414
415dvi: dvi-am
416
417dvi-am:
418
Lev Walkin8e8b5482004-06-17 23:42:48 +0000419html: html-am
420
Lev Walkinf15320b2004-06-03 03:38:44 +0000421info: info-am
422
423info-am:
424
425install-data-am:
426
427install-exec-am:
428
429install-info: install-info-am
430
431install-man:
432
433installcheck-am:
434
435maintainer-clean: maintainer-clean-am
Lev Walkin8e8b5482004-06-17 23:42:48 +0000436 -rm -rf ./$(DEPDIR)
437 -rm -f Makefile
Lev Walkinf15320b2004-06-03 03:38:44 +0000438maintainer-clean-am: distclean-am maintainer-clean-generic
439
440mostlyclean: mostlyclean-am
441
442mostlyclean-am: mostlyclean-compile mostlyclean-generic \
443 mostlyclean-libtool
444
Lev Walkin8e8b5482004-06-17 23:42:48 +0000445pdf: pdf-am
446
447pdf-am:
448
449ps: ps-am
450
451ps-am:
452
Lev Walkinf15320b2004-06-03 03:38:44 +0000453uninstall-am: uninstall-info-am
454
Lev Walkin60215aa2004-09-07 06:44:55 +0000455.PHONY: CTAGS GTAGS all all-am check check-am clean clean-generic \
456 clean-libtool clean-noinstLTLIBRARIES ctags distclean \
457 distclean-compile distclean-generic distclean-libtool \
458 distclean-tags distdir dvi dvi-am html html-am info info-am \
459 install install-am install-data install-data-am install-exec \
460 install-exec-am install-info install-info-am install-man \
461 install-strip installcheck installcheck-am installdirs \
462 maintainer-clean maintainer-clean-generic mostlyclean \
463 mostlyclean-compile mostlyclean-generic mostlyclean-libtool \
464 pdf pdf-am ps ps-am tags uninstall uninstall-am \
465 uninstall-info-am
Lev Walkinf15320b2004-06-03 03:38:44 +0000466
467# Tell versions [3.59,3.63) of GNU make to not export all variables.
468# Otherwise a system limit (for SysV at least) may be exceeded.
469.NOEXPORT: