]> git.saurik.com Git - bison.git/blob - lib/Makefile.in
* tests/regression.at, tests/torture.at, tests/calc.at: Adjust to
[bison.git] / lib / Makefile.in
1 # Makefile.in generated by automake 1.5c from Makefile.am.
2 # @configure_input@
3
4 # Copyright 1994, 1995, 1996, 1997, 1998, 1999, 2000, 2001, 2002
5 # Free Software Foundation, Inc.
6 # 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 SHELL = @SHELL@
17
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
23
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
36 pkgdatadir = $(datadir)/@PACKAGE@
37 pkglibdir = $(libdir)/@PACKAGE@
38 pkgincludedir = $(includedir)/@PACKAGE@
39 top_builddir = ..
40
41 ACLOCAL = @ACLOCAL@
42 AUTOCONF = @AUTOCONF@
43 AUTOMAKE = @AUTOMAKE@
44 AUTOHEADER = @AUTOHEADER@
45
46 am__cd = CDPATH="$${ZSH_VERSION+.}$(PATH_SEPARATOR)" && cd
47 INSTALL = @INSTALL@
48 INSTALL_PROGRAM = @INSTALL_PROGRAM@
49 INSTALL_DATA = @INSTALL_DATA@
50 install_sh_DATA = $(install_sh) -c -m 644
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 INSTALL_HEADER = $(INSTALL_DATA)
53 transform = @program_transform_name@
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 host_alias = @host_alias@
61 host_triplet = @host@
62
63 EXEEXT = @EXEEXT@
64 OBJEXT = @OBJEXT@
65 PATH_SEPARATOR = @PATH_SEPARATOR@
66 AMTAR = @AMTAR@
67 AUTOM4TE = @AUTOM4TE@
68 AWK = @AWK@
69 BUILD_INCLUDED_LIBINTL = @BUILD_INCLUDED_LIBINTL@
70 CATALOGS = @CATALOGS@
71 CATOBJEXT = @CATOBJEXT@
72 CC = @CC@
73 CPP = @CPP@
74 DATADIRNAME = @DATADIRNAME@
75 DEPDIR = @DEPDIR@
76 GCC = @GCC@
77 GENCAT = @GENCAT@
78 GLIBC21 = @GLIBC21@
79 GMOFILES = @GMOFILES@
80 GMSGFMT = @GMSGFMT@
81 INSTALL_STRIP_PROGRAM = @INSTALL_STRIP_PROGRAM@
82 INSTOBJEXT = @INSTOBJEXT@
83 INTLBISON = @INTLBISON@
84 INTLLIBS = @INTLLIBS@
85 INTLOBJS = @INTLOBJS@
86 INTL_LIBTOOL_SUFFIX_PREFIX = @INTL_LIBTOOL_SUFFIX_PREFIX@
87 LIB = @LIB@
88 LIBICONV = @LIBICONV@
89 MKINSTALLDIRS = @MKINSTALLDIRS@
90 MSGFMT = @MSGFMT@
91 PACKAGE = @PACKAGE@
92 POFILES = @POFILES@
93 POSUB = @POSUB@
94 RANLIB = @RANLIB@
95 STRIP = @STRIP@
96 U = @U@
97 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
98 USE_NLS = @USE_NLS@
99 VERSION = @VERSION@
100 WARNING_CFLAGS = @WARNING_CFLAGS@
101 WERROR_CFLAGS = @WERROR_CFLAGS@
102 am__include = @am__include@
103 am__quote = @am__quote@
104 install_sh = @install_sh@
105
106 AUTOMAKE_OPTIONS = ansi2knr
107
108 CFLAGS = @CFLAGS@ $(WARNING_CFLAGS)
109
110 noinst_LIBRARIES = libbison.a
111
112 INCLUDES = -I.. -I$(srcdir) -I../intl
113
114 # Heck, we are still using an old version of Automake which does not
115 # understand inner AC_LIBOBJ (i.e., from Autoconf itself, not from
116 # configure.in).
117 EXTRA_DIST = malloc.c realloc.c strnlen.c
118
119 libbison_a_SOURCES = \
120 basename.c dirname.h dirname.c \
121 getopt.h getopt.c getopt1.c \
122 quote.h quote.c quotearg.h quotearg.c \
123 xalloc.h xmalloc.c xstrdup.c xstrndup.c
124
125
126 libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
127 libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
128 subdir = lib
129 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
130 CONFIG_HEADER = $(top_builddir)/config.h
131 CONFIG_CLEAN_FILES =
132 LIBRARIES = $(noinst_LIBRARIES)
133
134 libbison_a_AR = $(AR) cru
135 am_libbison_a_OBJECTS = basename$U.$(OBJEXT) dirname$U.$(OBJEXT) \
136 getopt$U.$(OBJEXT) getopt1$U.$(OBJEXT) quote$U.$(OBJEXT) \
137 quotearg$U.$(OBJEXT) xmalloc$U.$(OBJEXT) xstrdup$U.$(OBJEXT) \
138 xstrndup$U.$(OBJEXT)
139 libbison_a_OBJECTS = $(am_libbison_a_OBJECTS)
140
141 DEFS = @DEFS@
142 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
143 CPPFLAGS = @CPPFLAGS@
144 LDFLAGS = @LDFLAGS@
145 LIBS = @LIBS@
146 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
147 am__depfiles_maybe = depfiles
148 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/error.Po \
149 @AMDEP_TRUE@ $(DEPDIR)/malloc.Po $(DEPDIR)/memchr.Po \
150 @AMDEP_TRUE@ $(DEPDIR)/memrchr.Po $(DEPDIR)/obstack.Po \
151 @AMDEP_TRUE@ $(DEPDIR)/realloc.Po $(DEPDIR)/stpcpy.Po \
152 @AMDEP_TRUE@ $(DEPDIR)/strchr.Po $(DEPDIR)/strspn.Po \
153 @AMDEP_TRUE@ ./$(DEPDIR)/basename$U.Po ./$(DEPDIR)/dirname$U.Po \
154 @AMDEP_TRUE@ ./$(DEPDIR)/getopt$U.Po ./$(DEPDIR)/getopt1$U.Po \
155 @AMDEP_TRUE@ ./$(DEPDIR)/quote$U.Po ./$(DEPDIR)/quotearg$U.Po \
156 @AMDEP_TRUE@ ./$(DEPDIR)/xmalloc$U.Po ./$(DEPDIR)/xstrdup$U.Po \
157 @AMDEP_TRUE@ ./$(DEPDIR)/xstrndup$U.Po
158 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
159 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
160 CCLD = $(CC)
161 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
162 DIST_SOURCES = $(libbison_a_SOURCES)
163 DIST_COMMON = Makefile.am Makefile.in alloca.c ansi2knr.1 ansi2knr.c \
164 error.c error.h malloc.c memchr.c memrchr.c obstack.c obstack.h \
165 realloc.c stpcpy.c strchr.c strspn.c
166 SOURCES = $(libbison_a_SOURCES)
167
168 all: all-am
169
170 .SUFFIXES:
171 .SUFFIXES: .c .o .obj
172 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
173 cd $(top_srcdir) && \
174 $(AUTOMAKE) --gnu lib/Makefile
175 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
176 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@ $(am__depfiles_maybe)
177
178 AR = ar
179
180 clean-noinstLIBRARIES:
181 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
182 libbison.a: $(libbison_a_OBJECTS) $(libbison_a_DEPENDENCIES)
183 -rm -f libbison.a
184 $(libbison_a_AR) libbison.a $(libbison_a_OBJECTS) $(libbison_a_LIBADD)
185 $(RANLIB) libbison.a
186
187 mostlyclean-compile:
188 -rm -f *.$(OBJEXT) core *.core
189
190 distclean-compile:
191 -rm -f *.tab.c
192
193 ANSI2KNR = @ANSI2KNR@
194 ansi2knr: ansi2knr.$(OBJEXT)
195 $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
196 ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
197
198 clean-krextra:
199 -rm -f ansi2knr
200
201 mostlyclean-kr:
202 -test "$U" = "" || rm -f *_.c
203
204 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
205 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/error.Po@am__quote@
206 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/malloc.Po@am__quote@
207 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
208 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memrchr.Po@am__quote@
209 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/obstack.Po@am__quote@
210 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@
211 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stpcpy.Po@am__quote@
212 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strchr.Po@am__quote@
213 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strspn.Po@am__quote@
214 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/basename$U.Po@am__quote@
215 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/dirname$U.Po@am__quote@
216 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt$U.Po@am__quote@
217 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/getopt1$U.Po@am__quote@
218 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quote$U.Po@am__quote@
219 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/quotearg$U.Po@am__quote@
220 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xmalloc$U.Po@am__quote@
221 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrdup$U.Po@am__quote@
222 @AMDEP_TRUE@@am__include@ @am__quote@./$(DEPDIR)/xstrndup$U.Po@am__quote@
223
224 distclean-depend:
225 -rm -rf $(DEPDIR) ./$(DEPDIR)
226
227 .c.o:
228 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
229 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
230 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
231 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
232
233 .c.obj:
234 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
235 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
236 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
237 $(COMPILE) -c `cygpath -w $<`
238 CCDEPMODE = @CCDEPMODE@
239 alloca_.c: lib/alloca.c $(ANSI2KNR)
240 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/alloca.c; then echo $(srcdir)/lib/alloca.c; else echo lib/alloca.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > alloca_.c || rm -f alloca_.c
241 basename_.c: basename.c $(ANSI2KNR)
242 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/basename.c; then echo $(srcdir)/basename.c; else echo basename.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > basename_.c || rm -f basename_.c
243 dirname_.c: dirname.c $(ANSI2KNR)
244 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/dirname.c; then echo $(srcdir)/dirname.c; else echo dirname.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > dirname_.c || rm -f dirname_.c
245 error_.c: lib/error.c $(ANSI2KNR)
246 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/error.c; then echo $(srcdir)/lib/error.c; else echo lib/error.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > error_.c || rm -f error_.c
247 getopt_.c: getopt.c $(ANSI2KNR)
248 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt.c; then echo $(srcdir)/getopt.c; else echo getopt.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt_.c || rm -f getopt_.c
249 getopt1_.c: getopt1.c $(ANSI2KNR)
250 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getopt1.c; then echo $(srcdir)/getopt1.c; else echo getopt1.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getopt1_.c || rm -f getopt1_.c
251 malloc_.c: lib/malloc.c $(ANSI2KNR)
252 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/malloc.c; then echo $(srcdir)/lib/malloc.c; else echo lib/malloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > malloc_.c || rm -f malloc_.c
253 memchr_.c: lib/memchr.c $(ANSI2KNR)
254 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/memchr.c; then echo $(srcdir)/lib/memchr.c; else echo lib/memchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memchr_.c || rm -f memchr_.c
255 memrchr_.c: lib/memrchr.c $(ANSI2KNR)
256 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/memrchr.c; then echo $(srcdir)/lib/memrchr.c; else echo lib/memrchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memrchr_.c || rm -f memrchr_.c
257 obstack_.c: lib/obstack.c $(ANSI2KNR)
258 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/obstack.c; then echo $(srcdir)/lib/obstack.c; else echo lib/obstack.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > obstack_.c || rm -f obstack_.c
259 quote_.c: quote.c $(ANSI2KNR)
260 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quote.c; then echo $(srcdir)/quote.c; else echo quote.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quote_.c || rm -f quote_.c
261 quotearg_.c: quotearg.c $(ANSI2KNR)
262 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/quotearg.c; then echo $(srcdir)/quotearg.c; else echo quotearg.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > quotearg_.c || rm -f quotearg_.c
263 realloc_.c: lib/realloc.c $(ANSI2KNR)
264 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/realloc.c; then echo $(srcdir)/lib/realloc.c; else echo lib/realloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > realloc_.c || rm -f realloc_.c
265 stpcpy_.c: lib/stpcpy.c $(ANSI2KNR)
266 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/stpcpy.c; then echo $(srcdir)/lib/stpcpy.c; else echo lib/stpcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stpcpy_.c || rm -f stpcpy_.c
267 strchr_.c: lib/strchr.c $(ANSI2KNR)
268 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/strchr.c; then echo $(srcdir)/lib/strchr.c; else echo lib/strchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strchr_.c || rm -f strchr_.c
269 strspn_.c: lib/strspn.c $(ANSI2KNR)
270 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lib/strspn.c; then echo $(srcdir)/lib/strspn.c; else echo lib/strspn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strspn_.c || rm -f strspn_.c
271 xmalloc_.c: xmalloc.c $(ANSI2KNR)
272 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xmalloc.c; then echo $(srcdir)/xmalloc.c; else echo xmalloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xmalloc_.c || rm -f xmalloc_.c
273 xstrdup_.c: xstrdup.c $(ANSI2KNR)
274 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrdup.c; then echo $(srcdir)/xstrdup.c; else echo xstrdup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrdup_.c || rm -f xstrdup_.c
275 xstrndup_.c: xstrndup.c $(ANSI2KNR)
276 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/xstrndup.c; then echo $(srcdir)/xstrndup.c; else echo xstrndup.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > xstrndup_.c || rm -f xstrndup_.c
277 alloca_.$(OBJEXT) basename_.$(OBJEXT) dirname_.$(OBJEXT) \
278 error_.$(OBJEXT) getopt_.$(OBJEXT) getopt1_.$(OBJEXT) malloc_.$(OBJEXT) \
279 memchr_.$(OBJEXT) memrchr_.$(OBJEXT) obstack_.$(OBJEXT) \
280 quote_.$(OBJEXT) quotearg_.$(OBJEXT) realloc_.$(OBJEXT) \
281 stpcpy_.$(OBJEXT) strchr_.$(OBJEXT) strspn_.$(OBJEXT) \
282 xmalloc_.$(OBJEXT) xstrdup_.$(OBJEXT) xstrndup_.$(OBJEXT) : $(ANSI2KNR)
283 uninstall-info-am:
284
285 ETAGS = etags
286 ETAGSFLAGS =
287
288 tags: TAGS
289
290 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
291 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
292 unique=`for i in $$list; do \
293 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
294 done | \
295 $(AWK) ' { files[$$0] = 1; } \
296 END { for (i in files) print i; }'`; \
297 mkid -fID $$unique
298
299 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
300 $(TAGS_FILES) $(LISP)
301 tags=; \
302 here=`pwd`; \
303 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
304 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; }'`; \
309 test -z "$(ETAGS_ARGS)$$tags$$unique" \
310 || $(ETAGS) $(ETAGSFLAGS) $(AM_ETAGSFLAGS) $(ETAGS_ARGS) \
311 $$tags $$unique
312
313 GTAGS:
314 here=`$(am__cd) $(top_builddir) && pwd` \
315 && cd $(top_srcdir) \
316 && gtags -i $(GTAGS_ARGS) $$here
317
318 distclean-tags:
319 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
320 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
321
322 top_distdir = ..
323 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
324
325 distdir: $(DISTFILES)
326 @for file in $(DISTFILES); do \
327 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
328 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
329 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
330 dir="/$$dir"; \
331 $(mkinstalldirs) "$(distdir)$$dir"; \
332 else \
333 dir=''; \
334 fi; \
335 if test -d $$d/$$file; then \
336 cp -pR $$d/$$file $(distdir)$$dir \
337 || exit 1; \
338 else \
339 test -f $(distdir)/$$file \
340 || cp -p $$d/$$file $(distdir)/$$file \
341 || exit 1; \
342 fi; \
343 done
344 check-am: all-am
345 check: check-am
346 all-am: Makefile $(ANSI2KNR) $(LIBRARIES)
347
348 installdirs:
349
350 install: install-am
351 install-exec: install-exec-am
352 install-data: install-data-am
353 uninstall: uninstall-am
354
355 install-am: all-am
356 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
357
358 installcheck: installcheck-am
359 install-strip:
360 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
361 INSTALL_STRIP_FLAG=-s \
362 `test -z '$(STRIP)' || \
363 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
364 mostlyclean-generic:
365
366 clean-generic:
367
368 distclean-generic:
369 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
370
371 maintainer-clean-generic:
372 @echo "This command is intended for maintainers to use"
373 @echo "it deletes files that may require special tools to rebuild."
374 clean: clean-am
375
376 clean-am: clean-generic clean-krextra clean-noinstLIBRARIES \
377 mostlyclean-am
378
379 distclean: distclean-am
380
381 distclean-am: clean-am distclean-compile distclean-depend \
382 distclean-generic distclean-tags
383
384 dvi: dvi-am
385
386 dvi-am:
387
388 info: info-am
389
390 info-am:
391
392 install-data-am:
393
394 install-exec-am:
395
396 install-info: install-info-am
397
398 install-man:
399
400 installcheck-am:
401
402 maintainer-clean: maintainer-clean-am
403
404 maintainer-clean-am: distclean-am maintainer-clean-generic
405
406 mostlyclean: mostlyclean-am
407
408 mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
409
410 uninstall-am: uninstall-info-am
411
412 .PHONY: GTAGS all all-am check check-am clean clean-generic \
413 clean-krextra clean-noinstLIBRARIES distclean distclean-compile \
414 distclean-depend distclean-generic distclean-tags distdir dvi \
415 dvi-am info info-am install install-am install-data \
416 install-data-am install-exec install-exec-am install-info \
417 install-info-am install-man install-strip installcheck \
418 installcheck-am installdirs maintainer-clean \
419 maintainer-clean-generic mostlyclean mostlyclean-compile \
420 mostlyclean-generic mostlyclean-kr tags uninstall uninstall-am \
421 uninstall-info-am
422
423 # Tell versions [3.59,3.63) of GNU make to not export all variables.
424 # Otherwise a system limit (for SysV at least) may be exceeded.
425 .NOEXPORT: