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