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