OSDN Git Service

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