]> git.saurik.com Git - bison.git/blob - src/Makefile.in
* lib/memchr.c, lib/stpcpy.c, lib/strndup.c, lib/strnlen.c:
[bison.git] / src / Makefile.in
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
2
3 # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
4 # This Makefile.in is free software; the Free Software Foundation
5 # gives unlimited permission to copy and/or distribute it,
6 # with or without modifications, as long as this notice is preserved.
7
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
10 # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
11 # PARTICULAR PURPOSE.
12
13
14 SHELL = @SHELL@
15
16 srcdir = @srcdir@
17 top_srcdir = @top_srcdir@
18 VPATH = @srcdir@
19 prefix = @prefix@
20 exec_prefix = @exec_prefix@
21
22 bindir = @bindir@
23 sbindir = @sbindir@
24 libexecdir = @libexecdir@
25 datadir = @datadir@
26 sysconfdir = @sysconfdir@
27 sharedstatedir = @sharedstatedir@
28 localstatedir = @localstatedir@
29 libdir = @libdir@
30 infodir = @infodir@
31 mandir = @mandir@
32 includedir = @includedir@
33 oldincludedir = /usr/include
34
35 DESTDIR =
36
37 pkgdatadir = $(datadir)/@PACKAGE@
38 pkglibdir = $(libdir)/@PACKAGE@
39 pkgincludedir = $(includedir)/@PACKAGE@
40
41 top_builddir = ..
42
43 ACLOCAL = @ACLOCAL@
44 AUTOCONF = @AUTOCONF@
45 AUTOMAKE = @AUTOMAKE@
46 AUTOHEADER = @AUTOHEADER@
47
48 INSTALL = @INSTALL@
49 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
50 INSTALL_DATA = @INSTALL_DATA@
51 INSTALL_SCRIPT = @INSTALL_SCRIPT@
52 transform = @program_transform_name@
53
54 NORMAL_INSTALL = :
55 PRE_INSTALL = :
56 POST_INSTALL = :
57 NORMAL_UNINSTALL = :
58 PRE_UNINSTALL = :
59 POST_UNINSTALL = :
60 AT_TESTPATH = @AT_TESTPATH@
61 CATALOGS = @CATALOGS@
62 CATOBJEXT = @CATOBJEXT@
63 CC = @CC@
64 CPP = @CPP@
65 DATADIRNAME = @DATADIRNAME@
66 ECHO_C = @ECHO_C@
67 ECHO_N = @ECHO_N@
68 ECHO_T = @ECHO_T@
69 GENCAT = @GENCAT@
70 GMOFILES = @GMOFILES@
71 GMSGFMT = @GMSGFMT@
72 GT_NO = @GT_NO@
73 GT_YES = @GT_YES@
74 INCLUDE_LOCALE_H = @INCLUDE_LOCALE_H@
75 INSTOBJEXT = @INSTOBJEXT@
76 INTLDEPS = @INTLDEPS@
77 INTLLIBS = @INTLLIBS@
78 INTLOBJS = @INTLOBJS@
79 LIBOBJS = @LIBOBJS@
80 M4 = @M4@
81 MAKEINFO = @MAKEINFO@
82 MKINSTALLDIRS = @MKINSTALLDIRS@
83 MSGFMT = @MSGFMT@
84 PACKAGE = @PACKAGE@
85 POFILES = @POFILES@
86 POSUB = @POSUB@
87 RANLIB = @RANLIB@
88 U = @U@
89 USE_INCLUDED_LIBINTL = @USE_INCLUDED_LIBINTL@
90 USE_NLS = @USE_NLS@
91 VERSION = @VERSION@
92 WARNING_CFLAGS = @WARNING_CFLAGS@
93 l = @l@
94
95 AUTOMAKE_OPTIONS = 1.4 ../lib/ansi2knr
96 DEFS = @DEFS@ -DBISON_SIMPLE=\"$(pkgdatadir)/bison.simple\" -DBISON_HAIRY=\"$(pkgdatadir)/bison.hairy\" -DLOCALEDIR=\"$(datadir)/locale\"
97
98
99 INCLUDES = -I../intl -I$(top_srcdir)/lib -I..
100 LDADD = @INTLLIBS@ ../lib/libbison.a
101
102 bin_PROGRAMS = bison
103
104 bison_SOURCES = LR0.c closure.c complain.c conflicts.c derives.c files.c getargs.c gram.c lalr.c lex.c main.c nullable.c output.c print.c reader.c reduce.c symtab.c warshall.c
105
106
107 EXTRA_bison_SOURCES = vmsgetargs.c
108
109 noinst_HEADERS = LR0.h closure.h complain.h conflicts.h derives.h files.h getargs.h gram.h lalr.h lex.h nullable.h output.h state.h print.h reader.h reduce.h symtab.h warshall.h system.h types.h
110
111
112 pkgdata_DATA = bison.simple bison.hairy
113
114 EXTRA_DIST = $(pkgdata_DATA) build.com bison.cld vmshlp.mar
115 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
116 CONFIG_HEADER = ../config.h
117 CONFIG_CLEAN_FILES =
118 PROGRAMS = $(bin_PROGRAMS)
119
120 CPPFLAGS = @CPPFLAGS@
121 LDFLAGS = @LDFLAGS@
122 LIBS = @LIBS@
123 ANSI2KNR = ../lib/ansi2knr
124 bison_OBJECTS = LR0$U.o closure$U.o complain$U.o conflicts$U.o \
125 derives$U.o files$U.o getargs$U.o gram$U.o lalr$U.o lex$U.o main$U.o \
126 nullable$U.o output$U.o print$U.o reader$U.o reduce$U.o symtab$U.o \
127 warshall$U.o
128 bison_LDADD = $(LDADD)
129 bison_DEPENDENCIES = ../lib/libbison.a
130 bison_LDFLAGS =
131 CFLAGS = @CFLAGS@
132 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
133 CCLD = $(CC)
134 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
135 DATA = $(pkgdata_DATA)
136
137 HEADERS = $(noinst_HEADERS)
138
139 DIST_COMMON = Makefile.am Makefile.in
140
141
142 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
143
144 TAR = tar
145 GZIP_ENV = --best
146 DEP_FILES = .deps/LR0.P .deps/closure.P .deps/complain.P \
147 .deps/conflicts.P .deps/derives.P .deps/files.P .deps/getargs.P \
148 .deps/gram.P .deps/lalr.P .deps/lex.P .deps/main.P .deps/nullable.P \
149 .deps/output.P .deps/print.P .deps/reader.P .deps/reduce.P \
150 .deps/symtab.P .deps/vmsgetargs.P .deps/warshall.P
151 SOURCES = $(bison_SOURCES) $(EXTRA_bison_SOURCES)
152 OBJECTS = $(bison_OBJECTS)
153
154 all: all-redirect
155 .SUFFIXES:
156 .SUFFIXES: .S .c .o .s
157 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
158 cd $(top_srcdir) && $(AUTOMAKE) --gnu src/Makefile
159
160 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES)
161 cd $(top_builddir) \
162 && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
163
164
165 mostlyclean-binPROGRAMS:
166
167 clean-binPROGRAMS:
168 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
169
170 distclean-binPROGRAMS:
171
172 maintainer-clean-binPROGRAMS:
173
174 install-binPROGRAMS: $(bin_PROGRAMS)
175 @$(NORMAL_INSTALL)
176 $(mkinstalldirs) $(DESTDIR)$(bindir)
177 @list='$(bin_PROGRAMS)'; for p in $$list; do \
178 if test -f $$p; then \
179 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
180 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
181 else :; fi; \
182 done
183
184 uninstall-binPROGRAMS:
185 @$(NORMAL_UNINSTALL)
186 list='$(bin_PROGRAMS)'; for p in $$list; do \
187 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
188 done
189
190 .s.o:
191 $(COMPILE) -c $<
192
193 .S.o:
194 $(COMPILE) -c $<
195
196 mostlyclean-compile:
197 -rm -f *.o core *.core
198
199 clean-compile:
200
201 distclean-compile:
202 -rm -f *.tab.c
203
204 maintainer-clean-compile:
205 ../lib/ansi2knr: ../lib/ansi2knr.o
206 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr
207
208 ../lib/ansi2knr.o:
209 cd ../lib && $(MAKE) $(AM_MAKEFLAGS) ansi2knr.o
210
211
212 mostlyclean-kr:
213 -rm -f *_.c
214
215 clean-kr:
216
217 distclean-kr:
218
219 maintainer-clean-kr:
220
221 bison: $(bison_OBJECTS) $(bison_DEPENDENCIES)
222 @rm -f bison
223 $(LINK) $(bison_LDFLAGS) $(bison_OBJECTS) $(bison_LDADD) $(LIBS)
224 LR0_.c: LR0.c $(ANSI2KNR)
225 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/LR0.c; then echo $(srcdir)/LR0.c; else echo LR0.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > LR0_.c
226 closure_.c: closure.c $(ANSI2KNR)
227 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/closure.c; then echo $(srcdir)/closure.c; else echo closure.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > closure_.c
228 complain_.c: complain.c $(ANSI2KNR)
229 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/complain.c; then echo $(srcdir)/complain.c; else echo complain.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > complain_.c
230 conflicts_.c: conflicts.c $(ANSI2KNR)
231 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/conflicts.c; then echo $(srcdir)/conflicts.c; else echo conflicts.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > conflicts_.c
232 derives_.c: derives.c $(ANSI2KNR)
233 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/derives.c; then echo $(srcdir)/derives.c; else echo derives.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > derives_.c
234 files_.c: files.c $(ANSI2KNR)
235 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/files.c; then echo $(srcdir)/files.c; else echo files.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > files_.c
236 getargs_.c: getargs.c $(ANSI2KNR)
237 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/getargs.c; then echo $(srcdir)/getargs.c; else echo getargs.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > getargs_.c
238 gram_.c: gram.c $(ANSI2KNR)
239 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/gram.c; then echo $(srcdir)/gram.c; else echo gram.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > gram_.c
240 lalr_.c: lalr.c $(ANSI2KNR)
241 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lalr.c; then echo $(srcdir)/lalr.c; else echo lalr.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > lalr_.c
242 lex_.c: lex.c $(ANSI2KNR)
243 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/lex.c; then echo $(srcdir)/lex.c; else echo lex.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > lex_.c
244 main_.c: main.c $(ANSI2KNR)
245 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/main.c; then echo $(srcdir)/main.c; else echo main.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > main_.c
246 nullable_.c: nullable.c $(ANSI2KNR)
247 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/nullable.c; then echo $(srcdir)/nullable.c; else echo nullable.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > nullable_.c
248 output_.c: output.c $(ANSI2KNR)
249 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/output.c; then echo $(srcdir)/output.c; else echo output.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > output_.c
250 print_.c: print.c $(ANSI2KNR)
251 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/print.c; then echo $(srcdir)/print.c; else echo print.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > print_.c
252 reader_.c: reader.c $(ANSI2KNR)
253 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/reader.c; then echo $(srcdir)/reader.c; else echo reader.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > reader_.c
254 reduce_.c: reduce.c $(ANSI2KNR)
255 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/reduce.c; then echo $(srcdir)/reduce.c; else echo reduce.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > reduce_.c
256 symtab_.c: symtab.c $(ANSI2KNR)
257 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/symtab.c; then echo $(srcdir)/symtab.c; else echo symtab.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > symtab_.c
258 vmsgetargs_.c: vmsgetargs.c $(ANSI2KNR)
259 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/vmsgetargs.c; then echo $(srcdir)/vmsgetargs.c; else echo vmsgetargs.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > vmsgetargs_.c
260 warshall_.c: warshall.c $(ANSI2KNR)
261 $(CPP) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) `if test -f $(srcdir)/warshall.c; then echo $(srcdir)/warshall.c; else echo warshall.c; fi` | sed 's/^# \([0-9]\)/#line \1/' | $(ANSI2KNR) > warshall_.c
262 LR0_.o closure_.o complain_.o conflicts_.o derives_.o files_.o \
263 getargs_.o gram_.o lalr_.o lex_.o main_.o nullable_.o output_.o \
264 print_.o reader_.o reduce_.o symtab_.o vmsgetargs_.o warshall_.o : \
265 $(ANSI2KNR)
266
267 install-pkgdataDATA: $(pkgdata_DATA)
268 @$(NORMAL_INSTALL)
269 $(mkinstalldirs) $(DESTDIR)$(pkgdatadir)
270 @list='$(pkgdata_DATA)'; for p in $$list; do \
271 if test -f $(srcdir)/$$p; then \
272 echo " $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p"; \
273 $(INSTALL_DATA) $(srcdir)/$$p $(DESTDIR)$(pkgdatadir)/$$p; \
274 else if test -f $$p; then \
275 echo " $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p"; \
276 $(INSTALL_DATA) $$p $(DESTDIR)$(pkgdatadir)/$$p; \
277 fi; fi; \
278 done
279
280 uninstall-pkgdataDATA:
281 @$(NORMAL_UNINSTALL)
282 list='$(pkgdata_DATA)'; for p in $$list; do \
283 rm -f $(DESTDIR)$(pkgdatadir)/$$p; \
284 done
285
286 tags: TAGS
287
288 ID: $(HEADERS) $(SOURCES) $(LISP)
289 list='$(SOURCES) $(HEADERS)'; \
290 unique=`for i in $$list; do echo $$i; done | \
291 awk ' { files[$$0] = 1; } \
292 END { for (i in files) print i; }'`; \
293 here=`pwd` && cd $(srcdir) \
294 && mkid -f$$here/ID $$unique $(LISP)
295
296 TAGS: $(HEADERS) $(SOURCES) $(TAGS_DEPENDENCIES) $(LISP)
297 tags=; \
298 here=`pwd`; \
299 list='$(SOURCES) $(HEADERS)'; \
300 unique=`for i in $$list; do echo $$i; done | \
301 awk ' { files[$$0] = 1; } \
302 END { for (i in files) print i; }'`; \
303 test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
304 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags $$unique $(LISP) -o $$here/TAGS)
305
306 mostlyclean-tags:
307
308 clean-tags:
309
310 distclean-tags:
311 -rm -f TAGS ID
312
313 maintainer-clean-tags:
314
315 distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
316
317 subdir = src
318
319 distdir: $(DISTFILES)
320 here=`cd $(top_builddir) && pwd`; \
321 top_distdir=`cd $(top_distdir) && pwd`; \
322 distdir=`cd $(distdir) && pwd`; \
323 cd $(top_srcdir) \
324 && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu src/Makefile
325 @for file in $(DISTFILES); do \
326 d=$(srcdir); \
327 if test -d $$d/$$file; then \
328 cp -pr $$d/$$file $(distdir)/$$file; \
329 else \
330 test -f $(distdir)/$$file \
331 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
332 || cp -p $$d/$$file $(distdir)/$$file || :; \
333 fi; \
334 done
335
336 DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :)
337
338 -include $(DEP_FILES)
339
340 mostlyclean-depend:
341
342 clean-depend:
343
344 distclean-depend:
345 -rm -rf .deps
346
347 maintainer-clean-depend:
348
349 %.o: %.c
350 @echo '$(COMPILE) -c $<'; \
351 $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
352 @-cp .deps/$(*F).pp .deps/$(*F).P; \
353 tr ' ' '\012' < .deps/$(*F).pp \
354 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
355 >> .deps/$(*F).P; \
356 rm .deps/$(*F).pp
357
358 %.lo: %.c
359 @echo '$(LTCOMPILE) -c $<'; \
360 $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $<
361 @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \
362 < .deps/$(*F).pp > .deps/$(*F).P; \
363 tr ' ' '\012' < .deps/$(*F).pp \
364 | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \
365 >> .deps/$(*F).P; \
366 rm -f .deps/$(*F).pp
367 info-am:
368 info: info-am
369 dvi-am:
370 dvi: dvi-am
371 check-am: all-am
372 check: check-am
373 installcheck-am:
374 installcheck: installcheck-am
375 install-exec-am: install-binPROGRAMS
376 install-exec: install-exec-am
377
378 install-data-am: install-pkgdataDATA
379 install-data: install-data-am
380
381 install-am: all-am
382 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
383 install: install-am
384 uninstall-am: uninstall-binPROGRAMS uninstall-pkgdataDATA
385 uninstall: uninstall-am
386 all-am: Makefile $(PROGRAMS) $(DATA) $(HEADERS)
387 all-redirect: all-am
388 install-strip:
389 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
390 installdirs:
391 $(mkinstalldirs) $(DESTDIR)$(bindir) $(DESTDIR)$(pkgdatadir)
392
393
394 mostlyclean-generic:
395
396 clean-generic:
397
398 distclean-generic:
399 -rm -f Makefile $(CONFIG_CLEAN_FILES)
400 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
401
402 maintainer-clean-generic:
403 mostlyclean-am: mostlyclean-binPROGRAMS mostlyclean-compile \
404 mostlyclean-kr mostlyclean-tags mostlyclean-depend \
405 mostlyclean-generic
406
407 mostlyclean: mostlyclean-am
408
409 clean-am: clean-binPROGRAMS clean-compile clean-kr clean-tags \
410 clean-depend clean-generic mostlyclean-am
411
412 clean: clean-am
413
414 distclean-am: distclean-binPROGRAMS distclean-compile distclean-kr \
415 distclean-tags distclean-depend distclean-generic \
416 clean-am
417
418 distclean: distclean-am
419
420 maintainer-clean-am: maintainer-clean-binPROGRAMS \
421 maintainer-clean-compile maintainer-clean-kr \
422 maintainer-clean-tags maintainer-clean-depend \
423 maintainer-clean-generic distclean-am
424 @echo "This command is intended for maintainers to use;"
425 @echo "it deletes files that may require special tools to rebuild."
426
427 maintainer-clean: maintainer-clean-am
428
429 .PHONY: mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
430 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
431 mostlyclean-compile distclean-compile clean-compile \
432 maintainer-clean-compile mostlyclean-kr distclean-kr clean-kr \
433 maintainer-clean-kr uninstall-pkgdataDATA install-pkgdataDATA tags \
434 mostlyclean-tags distclean-tags clean-tags maintainer-clean-tags \
435 distdir mostlyclean-depend distclean-depend clean-depend \
436 maintainer-clean-depend info-am info dvi-am dvi check check-am \
437 installcheck-am installcheck install-exec-am install-exec \
438 install-data-am install-data install-am install uninstall-am uninstall \
439 all-redirect all-am all installdirs mostlyclean-generic \
440 distclean-generic clean-generic maintainer-clean-generic clean \
441 mostlyclean distclean maintainer-clean
442
443
444 # Tell versions [3.59,3.63) of GNU make to not export all variables.
445 # Otherwise a system limit (for SysV at least) may be exceeded.
446 .NOEXPORT: