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