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