]> gcc.gnu.org Git - gcc.git/blame - fastjar/Makefile.in
Makefile.in (print-rtl.o): Depend on TREE_H.
[gcc.git] / fastjar / Makefile.in
CommitLineData
bd8757b3
APB
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# Process this with automake to create Makefile.in
14
15# Work around what appears to be a GNU make bug handling MAKEFLAGS
16# values defined in terms of make variables, as is the case for CC and
17# friends when we are called from the top level Makefile.
18
19
20SHELL = @SHELL@
21
22srcdir = @srcdir@
23top_srcdir = @top_srcdir@
24VPATH = @srcdir@
25prefix = @prefix@
26exec_prefix = @exec_prefix@
27
28bindir = @bindir@
29sbindir = @sbindir@
30libexecdir = @libexecdir@
31datadir = @datadir@
32sysconfdir = @sysconfdir@
33sharedstatedir = @sharedstatedir@
34localstatedir = @localstatedir@
35libdir = @libdir@
36infodir = @infodir@
37mandir = @mandir@
38includedir = @includedir@
39oldincludedir = /usr/include
40
41DESTDIR =
42
43pkgdatadir = $(datadir)/@PACKAGE@
44pkglibdir = $(libdir)/@PACKAGE@
45pkgincludedir = $(includedir)/@PACKAGE@
46
47top_builddir = .
48
49ACLOCAL = @ACLOCAL@
50AUTOCONF = @AUTOCONF@
51AUTOMAKE = @AUTOMAKE@
52AUTOHEADER = @AUTOHEADER@
53
54INSTALL = @INSTALL@
55INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
56INSTALL_DATA = @INSTALL_DATA@
57INSTALL_SCRIPT = @INSTALL_SCRIPT@
58transform = @program_transform_name@
59
60NORMAL_INSTALL = :
61PRE_INSTALL = :
62POST_INSTALL = :
63NORMAL_UNINSTALL = :
64PRE_UNINSTALL = :
65POST_UNINSTALL = :
66CC = @CC@
67CHMOD = @CHMOD@
68CP = @CP@
69MAKEINFO = @MAKEINFO@
70PACKAGE = @PACKAGE@
71RM = @RM@
72STRIP = @STRIP@
73VERSION = @VERSION@
74ZDEPS = @ZDEPS@
75ZINCS = @ZINCS@
76ZLIBS = @ZLIBS@
37729557 77fastjar_warn_cflags = @fastjar_warn_cflags@
bd8757b3 78
6bd1914e
TT
79AM_MAKEFLAGS = \
80 "AR_FLAGS=$(AR_FLAGS)" \
81 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
82 "CFLAGS=$(CFLAGS)" \
83 "CXXFLAGS=$(CXXFLAGS)" \
84 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
85 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
86 "INSTALL=$(INSTALL)" \
87 "INSTALL_DATA=$(INSTALL_DATA)" \
88 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
89 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
90 "JC1FLAGS=$(JC1FLAGS)" \
91 "LDFLAGS=$(LDFLAGS)" \
92 "LIBCFLAGS=$(LIBCFLAGS)" \
93 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
94 "MAKE=$(MAKE)" \
95 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
96 "PICFLAG=$(PICFLAG)" \
97 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
98 "SHELL=$(SHELL)" \
99 "exec_prefix=$(exec_prefix)" \
100 "infodir=$(infodir)" \
101 "libdir=$(libdir)" \
102 "prefix=$(prefix)" \
103 "AR=$(AR)" \
104 "AS=$(AS)" \
105 "CC=$(CC)" \
106 "CXX=$(CXX)" \
107 "LD=$(LD)" \
108 "LIBCFLAGS=$(LIBCFLAGS)" \
109 "NM=$(NM)" \
110 "PICFLAG=$(PICFLAG)" \
111 "RANLIB=$(RANLIB)" \
112 "DESTDIR=$(DESTDIR)"
bd8757b3
APB
113
114
115INCLUDES = -I. -I$(top_srcdir) $(ZINCS)
116
7332066b 117bin_PROGRAMS = jar
a09b9232 118EXTRA_PROGRAMS = grepjar
7332066b
PB
119jar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
120jar_LDADD = $(ZLIBS)
121jar_DEPENDENCIES = $(ZDEPS)
bd8757b3
APB
122grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
123grepjar_LDADD = $(ZLIBS)
124grepjar_DEPENDENCIES = $(ZDEPS)
37729557
KG
125
126AM_CFLAGS = @fastjar_warn_cflags@
bd8757b3
APB
127ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
128mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
129CONFIG_HEADER = config.h
130CONFIG_CLEAN_FILES = install-defs.sh
131PROGRAMS = $(bin_PROGRAMS)
132
133
134DEFS = @DEFS@ -I. -I$(srcdir) -I.
135CPPFLAGS = @CPPFLAGS@
136LDFLAGS = @LDFLAGS@
137LIBS = @LIBS@
bd8757b3
APB
138grepjar_OBJECTS = jargrep.o dostime.o compress.o pushback.o
139grepjar_LDFLAGS =
7332066b
PB
140jar_OBJECTS = jartool.o dostime.o compress.o pushback.o
141jar_LDFLAGS =
bd8757b3
APB
142CFLAGS = @CFLAGS@
143COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
144CCLD = $(CC)
145LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
146DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
147Makefile.am Makefile.in NEWS aclocal.m4 config.h.in configure \
148configure.in install-defs.sh.in install-sh missing mkinstalldirs
149
150
151DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
152
6bd1914e 153TAR = tar
bd8757b3 154GZIP_ENV = --best
7332066b
PB
155SOURCES = $(grepjar_SOURCES) $(jar_SOURCES)
156OBJECTS = $(grepjar_OBJECTS) $(jar_OBJECTS)
bd8757b3
APB
157
158all: all-redirect
159.SUFFIXES:
160.SUFFIXES: .S .c .o .s
161$(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
a09b9232 162 cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
bd8757b3 163
a0932f7d 164Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
bd8757b3
APB
165 cd $(top_builddir) \
166 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
167
168$(ACLOCAL_M4): configure.in
169 cd $(srcdir) && $(ACLOCAL)
170
171config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
172 $(SHELL) ./config.status --recheck
173$(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
174 cd $(srcdir) && $(AUTOCONF)
175
176config.h: stamp-h
177 @if test ! -f $@; then \
178 rm -f stamp-h; \
179 $(MAKE) stamp-h; \
180 else :; fi
181stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
182 cd $(top_builddir) \
183 && CONFIG_FILES= CONFIG_HEADERS=config.h \
184 $(SHELL) ./config.status
185 @echo timestamp > stamp-h 2> /dev/null
186$(srcdir)/config.h.in: $(srcdir)/stamp-h.in
187 @if test ! -f $@; then \
188 rm -f $(srcdir)/stamp-h.in; \
189 $(MAKE) $(srcdir)/stamp-h.in; \
190 else :; fi
191$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
192 cd $(top_srcdir) && $(AUTOHEADER)
193 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
194
195mostlyclean-hdr:
196
197clean-hdr:
198
199distclean-hdr:
200 -rm -f config.h
201
202maintainer-clean-hdr:
203install-defs.sh: $(top_builddir)/config.status install-defs.sh.in
204 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
205
206mostlyclean-binPROGRAMS:
207
208clean-binPROGRAMS:
209 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
210
211distclean-binPROGRAMS:
212
213maintainer-clean-binPROGRAMS:
214
215install-binPROGRAMS: $(bin_PROGRAMS)
216 @$(NORMAL_INSTALL)
217 $(mkinstalldirs) $(DESTDIR)$(bindir)
218 @list='$(bin_PROGRAMS)'; for p in $$list; do \
219 if test -f $$p; then \
220 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
221 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
222 else :; fi; \
223 done
224
225uninstall-binPROGRAMS:
226 @$(NORMAL_UNINSTALL)
227 list='$(bin_PROGRAMS)'; for p in $$list; do \
228 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
229 done
230
a0932f7d
APB
231.c.o:
232 $(COMPILE) -c $<
233
bd8757b3
APB
234.s.o:
235 $(COMPILE) -c $<
236
237.S.o:
238 $(COMPILE) -c $<
239
240mostlyclean-compile:
241 -rm -f *.o core *.core
242
243clean-compile:
244
245distclean-compile:
246 -rm -f *.tab.c
247
248maintainer-clean-compile:
249
bd8757b3
APB
250grepjar: $(grepjar_OBJECTS) $(grepjar_DEPENDENCIES)
251 @rm -f grepjar
252 $(LINK) $(grepjar_LDFLAGS) $(grepjar_OBJECTS) $(grepjar_LDADD) $(LIBS)
253
7332066b
PB
254jar: $(jar_OBJECTS) $(jar_DEPENDENCIES)
255 @rm -f jar
256 $(LINK) $(jar_LDFLAGS) $(jar_OBJECTS) $(jar_LDADD) $(LIBS)
a09b9232 257
bd8757b3
APB
258tags: TAGS
259
260ID: $(HEADERS) $(SOURCES) $(LISP)
261 list='$(SOURCES) $(HEADERS)'; \
262 unique=`for i in $$list; do echo $$i; done | \
263 awk ' { files[$$0] = 1; } \
264 END { for (i in files) print i; }'`; \
265 here=`pwd` && cd $(srcdir) \
266 && mkid -f$$here/ID $$unique $(LISP)
267
268TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
269 tags=; \
270 here=`pwd`; \
271 list='$(SOURCES) $(HEADERS)'; \
272 unique=`for i in $$list; do echo $$i; done | \
273 awk ' { files[$$0] = 1; } \
274 END { for (i in files) print i; }'`; \
275 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
276 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
277
278mostlyclean-tags:
279
280clean-tags:
281
282distclean-tags:
283 -rm -f TAGS ID
284
285maintainer-clean-tags:
286
287distdir = $(PACKAGE)-$(VERSION)
288top_distdir = $(distdir)
289
290# This target untars the dist file and tries a VPATH configuration. Then
291# it guarantees that the distribution is self-contained by making another
292# tarfile.
293distcheck: dist
294 -rm -rf $(distdir)
295 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
296 mkdir $(distdir)/=build
297 mkdir $(distdir)/=inst
298 dc_install_base=`cd $(distdir)/=inst && pwd`; \
299 cd $(distdir)/=build \
300 && ../configure --srcdir=.. --prefix=$$dc_install_base \
301 && $(MAKE) $(AM_MAKEFLAGS) \
302 && $(MAKE) $(AM_MAKEFLAGS) dvi \
303 && $(MAKE) $(AM_MAKEFLAGS) check \
304 && $(MAKE) $(AM_MAKEFLAGS) install \
305 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
306 && $(MAKE) $(AM_MAKEFLAGS) dist
307 -rm -rf $(distdir)
308 @banner="$(distdir).tar.gz is ready for distribution"; \
309 dashes=`echo "$$banner" | sed s/./=/g`; \
310 echo "$$dashes"; \
311 echo "$$banner"; \
312 echo "$$dashes"
313dist: distdir
314 -chmod -R a+r $(distdir)
315 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
316 -rm -rf $(distdir)
317dist-all: distdir
318 -chmod -R a+r $(distdir)
319 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
320 -rm -rf $(distdir)
321distdir: $(DISTFILES)
322 -rm -rf $(distdir)
323 mkdir $(distdir)
324 -chmod 777 $(distdir)
bd8757b3
APB
325 @for file in $(DISTFILES); do \
326 d=$(srcdir); \
327 if test -d $$d/$$file; then \
a09b9232 328 cp -pr $$/$$file $(distdir)/$$file; \
bd8757b3
APB
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
bd8757b3
APB
335info-am:
336info: info-am
337dvi-am:
338dvi: dvi-am
339check-am: all-am
340check: check-am
341installcheck-am:
342installcheck: installcheck-am
343all-recursive-am: config.h
344 $(MAKE) $(AM_MAKEFLAGS) all-recursive
345
346install-exec-am: install-binPROGRAMS
347install-exec: install-exec-am
348
349install-data-am:
350install-data: install-data-am
351
352install-am: all-am
353 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
354install: install-am
355uninstall-am: uninstall-binPROGRAMS
356uninstall: uninstall-am
357all-am: Makefile $(PROGRAMS) config.h
358all-redirect: all-am
359install-strip:
360 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
361installdirs:
362 $(mkinstalldirs) $(DESTDIR)$(bindir)
363
364
365mostlyclean-generic:
366
367clean-generic:
368
369distclean-generic:
370 -rm -f Makefile $(CONFIG_CLEAN_FILES)
371 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
372
373maintainer-clean-generic:
374mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
a0932f7d 375 mostlyclean-compile mostlyclean-tags \
bd8757b3
APB
376 mostlyclean-generic
377
378mostlyclean: mostlyclean-am
379
380clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
a0932f7d 381 clean-generic mostlyclean-am
bd8757b3
APB
382
383clean: clean-am
384
385distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
a0932f7d 386 distclean-tags distclean-generic clean-am
bd8757b3
APB
387
388distclean: distclean-am
389 -rm -f config.status
390
391maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
392 maintainer-clean-compile maintainer-clean-tags \
a0932f7d 393 maintainer-clean-generic distclean-am
bd8757b3
APB
394 @echo "This command is intended for maintainers to use;"
395 @echo "it deletes files that may require special tools to rebuild."
396
397maintainer-clean: maintainer-clean-am
398 -rm -f config.status
399
400.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
401mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
402maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
403mostlyclean-compile distclean-compile clean-compile \
404maintainer-clean-compile tags mostlyclean-tags distclean-tags \
a0932f7d
APB
405clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
406check-am installcheck-am installcheck all-recursive-am install-exec-am \
407install-exec install-data-am install-data install-am install \
408uninstall-am uninstall all-redirect all-am all installdirs \
bd8757b3
APB
409mostlyclean-generic distclean-generic clean-generic \
410maintainer-clean-generic clean mostlyclean distclean maintainer-clean
411
412
413# Tell versions [3.59,3.63) of GNU make to not export all variables.
414# Otherwise a system limit (for SysV at least) may be exceeded.
415.NOEXPORT:
This page took 0.123288 seconds and 5 git commands to generate.