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