]> git.saurik.com Git - bison.git/blob - lib/Makefile.in
.
[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 # Heck, we are still using an old version of Automake which does not
114 # understand inner AC_LIBOBJ (i.e., from Autoconf itself, not from
115 # configure.in).
116 EXTRA_DIST = malloc.c realloc.c strnlen.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)/strspn.Po \
154 @AMDEP_TRUE@ $(DEPDIR)/xmalloc$U.Po $(DEPDIR)/xstrdup$U.Po \
155 @AMDEP_TRUE@ $(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 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)/strspn.Po@am__quote@
218 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xmalloc$U.Po@am__quote@
219 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrdup$U.Po@am__quote@
220 @AMDEP_TRUE@@am__include@ @am__quote@$(DEPDIR)/xstrndup$U.Po@am__quote@
221
222 distclean-depend:
223 -rm -rf $(DEPDIR)
224
225 .c.o:
226 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
227 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
228 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
229 $(COMPILE) -c `test -f $< || echo '$(srcdir)/'`$<
230
231 .c.obj:
232 @AMDEP_TRUE@ source='$<' object='$@' libtool=no @AMDEPBACKSLASH@
233 @AMDEP_TRUE@ depfile='$(DEPDIR)/$*.Po' tmpdepfile='$(DEPDIR)/$*.TPo' @AMDEPBACKSLASH@
234 @AMDEP_TRUE@ $(CCDEPMODE) $(depcomp) @AMDEPBACKSLASH@
235 $(COMPILE) -c `cygpath -w $<`
236 CCDEPMODE = @CCDEPMODE@
237 alloca_.c: alloca.c $(ANSI2KNR)
238 $(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
239 basename_.c: basename.c $(ANSI2KNR)
240 $(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
241 dirname_.c: dirname.c $(ANSI2KNR)
242 $(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
243 error_.c: error.c $(ANSI2KNR)
244 $(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
245 getopt_.c: getopt.c $(ANSI2KNR)
246 $(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
247 getopt1_.c: getopt1.c $(ANSI2KNR)
248 $(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
249 malloc_.c: malloc.c $(ANSI2KNR)
250 $(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
251 memchr_.c: memchr.c $(ANSI2KNR)
252 $(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
253 memrchr_.c: memrchr.c $(ANSI2KNR)
254 $(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
255 obstack_.c: obstack.c $(ANSI2KNR)
256 $(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
257 quote_.c: quote.c $(ANSI2KNR)
258 $(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
259 quotearg_.c: quotearg.c $(ANSI2KNR)
260 $(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
261 realloc_.c: realloc.c $(ANSI2KNR)
262 $(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
263 stpcpy_.c: stpcpy.c $(ANSI2KNR)
264 $(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
265 strchr_.c: strchr.c $(ANSI2KNR)
266 $(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
267 strspn_.c: strspn.c $(ANSI2KNR)
268 $(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
269 xmalloc_.c: xmalloc.c $(ANSI2KNR)
270 $(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
271 xstrdup_.c: xstrdup.c $(ANSI2KNR)
272 $(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
273 xstrndup_.c: xstrndup.c $(ANSI2KNR)
274 $(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
275 alloca_.$(OBJEXT) basename_.$(OBJEXT) dirname_.$(OBJEXT) \
276 error_.$(OBJEXT) getopt_.$(OBJEXT) getopt1_.$(OBJEXT) malloc_.$(OBJEXT) \
277 memchr_.$(OBJEXT) memrchr_.$(OBJEXT) obstack_.$(OBJEXT) \
278 quote_.$(OBJEXT) quotearg_.$(OBJEXT) realloc_.$(OBJEXT) \
279 stpcpy_.$(OBJEXT) strchr_.$(OBJEXT) strspn_.$(OBJEXT) \
280 xmalloc_.$(OBJEXT) xstrdup_.$(OBJEXT) xstrndup_.$(OBJEXT) : $(ANSI2KNR)
281 uninstall-info-am:
282
283 tags: TAGS
284
285 ID: $(HEADERS) $(SOURCES) $(LISP) $(TAGS_FILES)
286 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
287 unique=`for i in $$list; do \
288 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
289 done | \
290 $(AWK) ' { files[$$0] = 1; } \
291 END { for (i in files) print i; }'`; \
292 mkid -fID $$unique
293
294 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) \
295 $(TAGS_FILES) $(LISP)
296 tags=; \
297 here=`pwd`; \
298 list='$(SOURCES) $(HEADERS) $(LISP) $(TAGS_FILES)'; \
299 unique=`for i in $$list; do \
300 if test -f "$$i"; then echo $$i; else echo $(srcdir)/$$i; fi; \
301 done | \
302 $(AWK) ' { files[$$0] = 1; } \
303 END { for (i in files) print i; }'`; \
304 test -z "$(ETAGS_ARGS)$$tags$$unique" \
305 || etags $(ETAGS_ARGS) $$tags $$unique
306
307 GTAGS:
308 here=`$(am__cd) $(top_builddir) && pwd` \
309 && cd $(top_srcdir) \
310 && gtags -i $(GTAGS_ARGS) $$here
311
312 distclean-tags:
313 -rm -f TAGS ID GTAGS GRTAGS GSYMS GPATH
314 DISTFILES = $(DIST_COMMON) $(DIST_SOURCES) $(TEXINFOS) $(EXTRA_DIST)
315
316 top_distdir = ..
317 distdir = $(top_distdir)/$(PACKAGE)-$(VERSION)
318
319 distdir: $(DISTFILES)
320 @for file in $(DISTFILES); do \
321 if test -f $$file || test -d $$file; then d=.; else d=$(srcdir); fi; \
322 dir=`echo "$$file" | sed -e 's,/[^/]*$$,,'`; \
323 if test "$$dir" != "$$file" && test "$$dir" != "."; then \
324 $(mkinstalldirs) "$(distdir)/$$dir"; \
325 fi; \
326 if test -d $$d/$$file; then \
327 cp -pR $$d/$$file $(distdir) \
328 || exit 1; \
329 else \
330 test -f $(distdir)/$$file \
331 || cp -p $$d/$$file $(distdir)/$$file \
332 || exit 1; \
333 fi; \
334 done
335 check-am: all-am
336 check: check-am
337 all-am: Makefile $(ANSI2KNR) $(LIBRARIES)
338
339 installdirs:
340
341 install: install-am
342 install-exec: install-exec-am
343 install-data: install-data-am
344 uninstall: uninstall-am
345
346 install-am: all-am
347 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
348
349 installcheck: installcheck-am
350 install-strip:
351 $(MAKE) $(AM_MAKEFLAGS) INSTALL_PROGRAM="$(INSTALL_STRIP_PROGRAM)" \
352 INSTALL_STRIP_FLAG=-s \
353 `test -z '$(STRIP)' || \
354 echo "INSTALL_PROGRAM_ENV=STRIPPROG='$(STRIP)'"` install
355 mostlyclean-generic:
356
357 clean-generic:
358
359 distclean-generic:
360 -rm -f Makefile $(CONFIG_CLEAN_FILES) stamp-h stamp-h[0-9]*
361
362 maintainer-clean-generic:
363 @echo "This command is intended for maintainers to use"
364 @echo "it deletes files that may require special tools to rebuild."
365 clean: clean-am
366
367 clean-am: clean-generic clean-krextra clean-noinstLIBRARIES \
368 mostlyclean-am
369
370 distclean: distclean-am
371
372 distclean-am: clean-am distclean-compile distclean-depend \
373 distclean-generic distclean-tags
374
375 dvi: dvi-am
376
377 dvi-am:
378
379 info: info-am
380
381 info-am:
382
383 install-data-am:
384
385 install-exec-am:
386
387 install-info: install-info-am
388
389 install-man:
390
391 installcheck-am:
392
393 maintainer-clean: maintainer-clean-am
394
395 maintainer-clean-am: distclean-am maintainer-clean-generic
396
397 mostlyclean: mostlyclean-am
398
399 mostlyclean-am: mostlyclean-compile mostlyclean-generic mostlyclean-kr
400
401 uninstall-am: uninstall-info-am
402
403 .PHONY: GTAGS all all-am check check-am clean clean-generic \
404 clean-krextra clean-noinstLIBRARIES distclean distclean-compile \
405 distclean-depend distclean-generic distclean-tags distdir dvi \
406 dvi-am info info-am install install-am install-data \
407 install-data-am install-exec install-exec-am install-info \
408 install-info-am install-man install-strip installcheck \
409 installcheck-am installdirs maintainer-clean \
410 maintainer-clean-generic mostlyclean mostlyclean-compile \
411 mostlyclean-generic mostlyclean-kr tags uninstall uninstall-am \
412 uninstall-info-am
413
414 # Tell versions [3.59,3.63) of GNU make to not export all variables.
415 # Otherwise a system limit (for SysV at least) may be exceeded.
416 .NOEXPORT: