]> git.saurik.com Git - bison.git/blob - lib/Makefile.in
Version 1.30j.
[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
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 U = @U@
96 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
97 USE_NLS = @USE_NLS@
98 VERSION = @VERSION@
99 WARNING_CFLAGS = @WARNING_CFLAGS@
100 WERROR_CFLAGS = @WERROR_CFLAGS@
101 am__include = @am__include@
102 am__quote = @am__quote@
103 install_sh = @install_sh@
104
105 AUTOMAKE_OPTIONS = ansi2knr
106
107 CFLAGS = @CFLAGS@ $(WARNING_CFLAGS)
108
109 noinst_LIBRARIES = libbison.a
110
111 INCLUDES = -I.. -I$(srcdir) -I../intl
112
113
114 # Heck, we are still using an old version of Automake which does not
115 # understand LIBOBJ additions using $objext...
116 EXTRA_DIST = malloc.c realloc.c
117
118 libbison_a_SOURCES = \
119 basename.c dirname.h dirname.c \
120 getopt.h getopt.c getopt1.c \
121 quote.h quote.c quotearg.h quotearg.c \
122 xalloc.h xmalloc.c xstrdup.c xstrndup.c
123
124
125 libbison_a_LIBADD = @LIBOBJS@ @ALLOCA@
126 libbison_a_DEPENDENCIES = $(libbison_a_LIBADD)
127 subdir = lib
128 mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
129 CONFIG_HEADER = $(top_builddir)/config.h
130 CONFIG_CLEAN_FILES =
131 LIBRARIES = $(noinst_LIBRARIES)
132
133 libbison_a_AR = $(AR) cru
134 am_libbison_a_OBJECTS = basename$U.$(OBJEXT) dirname$U.$(OBJEXT) \
135 getopt$U.$(OBJEXT) getopt1$U.$(OBJEXT) quote$U.$(OBJEXT) \
136 quotearg$U.$(OBJEXT) xmalloc$U.$(OBJEXT) xstrdup$U.$(OBJEXT) \
137 xstrndup$U.$(OBJEXT)
138 libbison_a_OBJECTS = $(am_libbison_a_OBJECTS)
139
140 DEFS = @DEFS@
141 DEFAULT_INCLUDES = -I. -I$(srcdir) -I$(top_builddir)
142 CPPFLAGS = @CPPFLAGS@
143 LDFLAGS = @LDFLAGS@
144 LIBS = @LIBS@
145 depcomp = $(SHELL) $(top_srcdir)/config/depcomp
146 @AMDEP_TRUE@DEP_FILES = $(DEPDIR)/alloca.Po $(DEPDIR)/basename$U.Po \
147 @AMDEP_TRUE@ $(DEPDIR)/dirname$U.Po $(DEPDIR)/error.Po \
148 @AMDEP_TRUE@ $(DEPDIR)/getopt$U.Po $(DEPDIR)/getopt1$U.Po \
149 @AMDEP_TRUE@ $(DEPDIR)/malloc.Po $(DEPDIR)/memchr.Po \
150 @AMDEP_TRUE@ $(DEPDIR)/memrchr.Po $(DEPDIR)/obstack.Po \
151 @AMDEP_TRUE@ $(DEPDIR)/quote$U.Po $(DEPDIR)/quotearg$U.Po \
152 @AMDEP_TRUE@ $(DEPDIR)/realloc.Po $(DEPDIR)/stpcpy.Po \
153 @AMDEP_TRUE@ $(DEPDIR)/strchr.Po $(DEPDIR)/strnlen.Po \
154 @AMDEP_TRUE@ $(DEPDIR)/strspn.Po $(DEPDIR)/xmalloc$U.Po \
155 @AMDEP_TRUE@ $(DEPDIR)/xstrdup$U.Po $(DEPDIR)/xstrndup$U.Po
156 COMPILE = $(CC) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) \
157 $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
158 CCLD = $(CC)
159 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(AM_LDFLAGS) $(LDFLAGS) -o $@
160 DIST_SOURCES = $(libbison_a_SOURCES)
161 DIST_COMMON = Makefile.am Makefile.in alloca.c ansi2knr.1 ansi2knr.c \
162 error.c error.h malloc.c memchr.c memrchr.c obstack.c obstack.h \
163 realloc.c stpcpy.c strchr.c strnlen.c strspn.c
164 SOURCES = $(libbison_a_SOURCES)
165
166 all: all-am
167
168 .SUFFIXES:
169 .SUFFIXES: .c .o .obj
170 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
171 cd $(top_srcdir) && \
172 $(AUTOMAKE) --gnu lib/Makefile
173 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
174 cd $(top_builddir) && $(SHELL) ./config.status $(subdir)/$@
175
176 AR = ar
177
178 clean-noinstLIBRARIES:
179 -test -z "$(noinst_LIBRARIES)" || rm -f $(noinst_LIBRARIES)
180 libbison.a: $(libbison_a_OBJECTS) $(libbison_a_DEPENDENCIES)
181 -rm -f libbison.a
182 $(libbison_a_AR) libbison.a $(libbison_a_OBJECTS) $(libbison_a_LIBADD)
183 $(RANLIB) libbison.a
184
185 mostlyclean-compile:
186 -rm -f *.$(OBJEXT) core *.core
187
188 distclean-compile:
189 -rm -f *.tab.c
190
191 ANSI2KNR = @ANSI2KNR@
192 ansi2knr: ansi2knr.$(OBJEXT)
193 $(LINK) ansi2knr.$(OBJEXT) $(LIBS)
194 ansi2knr.$(OBJEXT): $(CONFIG_HEADER)
195
196 clean-krextra:
197 -rm -f ansi2knr
198
199 mostlyclean-kr:
200 -test "$U" = "" || rm -f *_.c
201
202 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/alloca.Po@am__quote@
203 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/basename$U.Po@am__quote@
204 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/dirname$U.Po@am__quote@
205 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/error.Po@am__quote@
206 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt$U.Po@am__quote@
207 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/getopt1$U.Po@am__quote@
208 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/malloc.Po@am__quote@
209 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memchr.Po@am__quote@
210 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/memrchr.Po@am__quote@
211 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/obstack.Po@am__quote@
212 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quote$U.Po@am__quote@
213 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/quotearg$U.Po@am__quote@
214 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/realloc.Po@am__quote@
215 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/stpcpy.Po@am__quote@
216 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strchr.Po@am__quote@
217 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strnlen.Po@am__quote@
218 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/strspn.Po@am__quote@
219 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc$U.Po@am__quote@
220 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrdup$U.Po@am__quote@
221 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrndup$U.Po@am__quote@
222
223 distclean-depend:
224 -rm -rf $(DEPDIR)
225
226 .c.o:
227 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
228 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
229 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
230 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
231
232 .c.obj:
233 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
234 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
235 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
236 $(COMPILE) -c `cygpath -w $<`
237 CCDEPMODE = @CCDEPMODE@
238 alloca_.c: alloca.c $(ANSI2KNR)
239 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/alloca.c; then echo $(srcdir)/alloca.c; else echo alloca.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > alloca_.c || rm -f alloca_.c
240 basename_.c: basename.c $(ANSI2KNR)
241 $(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
242 dirname_.c: dirname.c $(ANSI2KNR)
243 $(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
244 error_.c: error.c $(ANSI2KNR)
245 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/error.c; then echo $(srcdir)/error.c; else echo error.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > error_.c || rm -f error_.c
246 getopt_.c: getopt.c $(ANSI2KNR)
247 $(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
248 getopt1_.c: getopt1.c $(ANSI2KNR)
249 $(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
250 malloc_.c: malloc.c $(ANSI2KNR)
251 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/malloc.c; then echo $(srcdir)/malloc.c; else echo malloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > malloc_.c || rm -f malloc_.c
252 memchr_.c: memchr.c $(ANSI2KNR)
253 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memchr.c; then echo $(srcdir)/memchr.c; else echo memchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memchr_.c || rm -f memchr_.c
254 memrchr_.c: memrchr.c $(ANSI2KNR)
255 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/memrchr.c; then echo $(srcdir)/memrchr.c; else echo memrchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > memrchr_.c || rm -f memrchr_.c
256 obstack_.c: obstack.c $(ANSI2KNR)
257 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/obstack.c; then echo $(srcdir)/obstack.c; else echo obstack.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > obstack_.c || rm -f obstack_.c
258 quote_.c: quote.c $(ANSI2KNR)
259 $(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
260 quotearg_.c: quotearg.c $(ANSI2KNR)
261 $(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
262 realloc_.c: realloc.c $(ANSI2KNR)
263 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/realloc.c; then echo $(srcdir)/realloc.c; else echo realloc.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > realloc_.c || rm -f realloc_.c
264 stpcpy_.c: stpcpy.c $(ANSI2KNR)
265 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/stpcpy.c; then echo $(srcdir)/stpcpy.c; else echo stpcpy.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > stpcpy_.c || rm -f stpcpy_.c
266 strchr_.c: strchr.c $(ANSI2KNR)
267 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strchr.c; then echo $(srcdir)/strchr.c; else echo strchr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strchr_.c || rm -f strchr_.c
268 strnlen_.c: strnlen.c $(ANSI2KNR)
269 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strnlen.c; then echo $(srcdir)/strnlen.c; else echo strnlen.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strnlen_.c || rm -f strnlen_.c
270 strspn_.c: strspn.c $(ANSI2KNR)
271 $(CPP) $(DEFS) $(DEFAULT_INCLUDES) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/strspn.c; then echo $(srcdir)/strspn.c; else echo strspn.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > strspn_.c || rm -f strspn_.c
272 xmalloc_.c: xmalloc.c $(ANSI2KNR)
273 $(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
274 xstrdup_.c: xstrdup.c $(ANSI2KNR)
275 $(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
276 xstrndup_.c: xstrndup.c $(ANSI2KNR)
277 $(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
278 alloca_.$(OBJEXT) basename_.$(OBJEXT) dirname_.$(OBJEXT) \
279 error_.$(OBJEXT) getopt_.$(OBJEXT) getopt1_.$(OBJEXT) malloc_.$(OBJEXT) \
280 memchr_.$(OBJEXT) memrchr_.$(OBJEXT) obstack_.$(OBJEXT) \
281 quote_.$(OBJEXT) quotearg_.$(OBJEXT) realloc_.$(OBJEXT) \
282 stpcpy_.$(OBJEXT) strchr_.$(OBJEXT) strnlen_.$(OBJEXT) \
283 strspn_.$(OBJEXT) xmalloc_.$(OBJEXT) xstrdup_.$(OBJEXT) \
284 xstrndup_.$(OBJEXT) : $(ANSI2KNR)
285 uninstall-info-am:
286
287 tags: TAGS
288
289 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
290 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
291 unique=`for i in $$list; do \
292 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
293 done | \
294 $(AWK) ' { files[$$0] = 1; } \
295 END { for (i in files) print i; }'`; \
296 mkid -fID $$unique
297
298 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
299 $(TAGS_FILES) $(LISP)
300 tags=; \
301 here=`pwd`; \
302 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
303 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; }'`; \
308 test -z "$(ETAGS_ARGS)$$tags$$unique" \
309 || etags $(ETAGS_ARGS) $$tags $$unique
310
311 GTAGS:
312 here=`$(am__cd) $(top_builddir) && pwd` \
313 && cd $(top_srcdir) \
314 && gtags -i $(GTAGS_ARGS) $$here
315
316 distclean-tags:
317 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
318 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
319
320 top_distdir = ..
321 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
322
323 distdir: $(DISTFILES)
324 @for file in $(DISTFILES); do \
325 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
326 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
327 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
328 $(mkinstalldirs) "$(distdir)/$$dir"; \
329 fi; \
330 if test -d $$d/$$file; then \
331 cp -pR $$d/$$file $(distdir) \
332 || exit 1; \
333 else \
334 test -f $(distdir)/$$file \
335 || cp -p $$d/$$file $(distdir)/$$file \
336 || exit 1; \
337 fi; \
338 done
339 check-am: all-am
340 check: check-am
341 all-am: Makefile $(ANSI2KNR) $(LIBRARIES)
342
343 installdirs:
344
345 install: install-am
346 install-exec: install-exec-am
347 install-data: install-data-am
348 uninstall: uninstall-am
349
350 install-am: all-am
351 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
352
353 installcheck: installcheck-am
354 install-strip:
355 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
356 INSTALL_STRIP_FLAG=-s \
357 `test -z '$(STRIP)' || \
358 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
359 mostlyclean-generic:
360
361 clean-generic:
362
363 distclean-generic:
364 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
365
366 maintainer-clean-generic:
367 @echo "This command is intended for maintainers to use"
368 @echo "it deletes files that may require special tools to rebuild."
369 clean: clean-am
370
371 clean-am: clean-generic clean-krextra clean-noinstLIBRARIES \
372 mostlyclean-am
373
374 distclean: distclean-am
375
376 distclean-am: clean-am distclean-compile distclean-depend \
377 distclean-generic distclean-tags
378
379 dvi: dvi-am
380
381 dvi-am:
382
383 info: info-am
384
385 info-am:
386
387 install-data-am:
388
389 install-exec-am:
390
391 install-info: install-info-am
392
393 install-man:
394
395 installcheck-am:
396
397 maintainer-clean: maintainer-clean-am
398
399 maintainer-clean-am: distclean-am maintainer-clean-generic
400
401 mostlyclean: mostlyclean-am
402
403 mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
404
405 uninstall-am: uninstall-info-am
406
407 .PHONY: GTAGS all all-am check check-am clean clean-generic \
408 clean-krextra clean-noinstLIBRARIES distclean distclean-compile \
409 distclean-depend distclean-generic distclean-tags distdir dvi \
410 dvi-am info info-am install install-am install-data \
411 install-data-am install-exec install-exec-am install-info \
412 install-info-am install-man install-strip installcheck \
413 installcheck-am installdirs maintainer-clean \
414 maintainer-clean-generic mostlyclean mostlyclean-compile \
415 mostlyclean-generic mostlyclean-kr tags uninstall uninstall-am \
416 uninstall-info-am
417
418 # Tell versions [3.59,3.63) of GNU make to not export all variables.
419 # Otherwise a system limit (for SysV at least) may be exceeded.
420 .NOEXPORT: