OSDN Git Service

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