OSDN Git Service

Modified from patch by Julian Hall <jules@acris.co.uk>:
[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 = \
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)"
113
114
115 INCLUDES = -I. -I$(top_srcdir) $(ZINCS)
116
117 bin_PROGRAMS = jar
118 EXTRA_PROGRAMS = grepjar
119 jar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
120 jar_LDADD = $(ZLIBS)
121 jar_DEPENDENCIES = $(ZDEPS)
122 grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
123 grepjar_LDADD = $(ZLIBS)
124 grepjar_DEPENDENCIES = $(ZDEPS)
125
126 AM_CFLAGS = @fastjar_warn_cflags@
127 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
128 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
129 CONFIG_HEADER = config.h
130 CONFIG_CLEAN_FILES =  install-defs.sh
131 PROGRAMS =  $(bin_PROGRAMS)
132
133
134 DEFS = @DEFS@ -I. -I$(srcdir) -I.
135 CPPFLAGS = @CPPFLAGS@
136 LDFLAGS = @LDFLAGS@
137 LIBS = @LIBS@
138 grepjar_OBJECTS =  jargrep.o dostime.o compress.o pushback.o
139 grepjar_LDFLAGS = 
140 jar_OBJECTS =  jartool.o dostime.o compress.o pushback.o
141 jar_LDFLAGS = 
142 CFLAGS = @CFLAGS@
143 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
144 CCLD = $(CC)
145 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
146 DIST_COMMON =  README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
147 Makefile.am Makefile.in NEWS aclocal.m4 config.h.in configure \
148 configure.in install-defs.sh.in install-sh missing mkinstalldirs
149
150
151 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
152
153 TAR = tar
154 GZIP_ENV = --best
155 SOURCES = $(grepjar_SOURCES) $(jar_SOURCES)
156 OBJECTS = $(grepjar_OBJECTS) $(jar_OBJECTS)
157
158 all: all-redirect
159 .SUFFIXES:
160 .SUFFIXES: .S .c .o .s
161 $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
162         cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps Makefile
163
164 Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
165         cd $(top_builddir) \
166           && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
167
168 $(ACLOCAL_M4):  configure.in 
169         cd $(srcdir) && $(ACLOCAL)
170
171 config.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
176 config.h: stamp-h
177         @if test ! -f $@; then \
178                 rm -f stamp-h; \
179                 $(MAKE) stamp-h; \
180         else :; fi
181 stamp-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
195 mostlyclean-hdr:
196
197 clean-hdr:
198
199 distclean-hdr:
200         -rm -f config.h
201
202 maintainer-clean-hdr:
203 install-defs.sh: $(top_builddir)/config.status install-defs.sh.in
204         cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
205
206 mostlyclean-binPROGRAMS:
207
208 clean-binPROGRAMS:
209         -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
210
211 distclean-binPROGRAMS:
212
213 maintainer-clean-binPROGRAMS:
214
215 install-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
225 uninstall-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
231 .c.o:
232         $(COMPILE) -c $<
233
234 .s.o:
235         $(COMPILE) -c $<
236
237 .S.o:
238         $(COMPILE) -c $<
239
240 mostlyclean-compile:
241         -rm -f *.o core *.core
242
243 clean-compile:
244
245 distclean-compile:
246         -rm -f *.tab.c
247
248 maintainer-clean-compile:
249
250 grepjar: $(grepjar_OBJECTS) $(grepjar_DEPENDENCIES)
251         @rm -f grepjar
252         $(LINK) $(grepjar_LDFLAGS) $(grepjar_OBJECTS) $(grepjar_LDADD) $(LIBS)
253
254 jar: $(jar_OBJECTS) $(jar_DEPENDENCIES)
255         @rm -f jar
256         $(LINK) $(jar_LDFLAGS) $(jar_OBJECTS) $(jar_LDADD) $(LIBS)
257
258 tags: TAGS
259
260 ID: $(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
268 TAGS:  $(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
278 mostlyclean-tags:
279
280 clean-tags:
281
282 distclean-tags:
283         -rm -f TAGS ID
284
285 maintainer-clean-tags:
286
287 distdir = $(PACKAGE)-$(VERSION)
288 top_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.
293 distcheck: 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"
313 dist: distdir
314         -chmod -R a+r $(distdir)
315         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
316         -rm -rf $(distdir)
317 dist-all: distdir
318         -chmod -R a+r $(distdir)
319         GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
320         -rm -rf $(distdir)
321 distdir: $(DISTFILES)
322         -rm -rf $(distdir)
323         mkdir $(distdir)
324         -chmod 777 $(distdir)
325         @for file in $(DISTFILES); do \
326           d=$(srcdir); \
327           if test -d $$d/$$file; then \
328             cp -pr $$/$$file $(distdir)/$$file; \
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
335 info-am:
336 info: info-am
337 dvi-am:
338 dvi: dvi-am
339 check-am: all-am
340 check: check-am
341 installcheck-am:
342 installcheck: installcheck-am
343 all-recursive-am: config.h
344         $(MAKE) $(AM_MAKEFLAGS) all-recursive
345
346 install-exec-am: install-binPROGRAMS
347 install-exec: install-exec-am
348
349 install-data-am:
350 install-data: install-data-am
351
352 install-am: all-am
353         @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
354 install: install-am
355 uninstall-am: uninstall-binPROGRAMS
356 uninstall: uninstall-am
357 all-am: Makefile $(PROGRAMS) config.h
358 all-redirect: all-am
359 install-strip:
360         $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
361 installdirs:
362         $(mkinstalldirs)  $(DESTDIR)$(bindir)
363
364
365 mostlyclean-generic:
366
367 clean-generic:
368
369 distclean-generic:
370         -rm -f Makefile $(CONFIG_CLEAN_FILES)
371         -rm -f config.cache config.log stamp-h stamp-h[0-9]*
372
373 maintainer-clean-generic:
374 mostlyclean-am:  mostlyclean-hdr mostlyclean-binPROGRAMS \
375                 mostlyclean-compile mostlyclean-tags \
376                 mostlyclean-generic
377
378 mostlyclean: mostlyclean-am
379
380 clean-am:  clean-hdr clean-binPROGRAMS clean-compile clean-tags \
381                 clean-generic mostlyclean-am
382
383 clean: clean-am
384
385 distclean-am:  distclean-hdr distclean-binPROGRAMS distclean-compile \
386                 distclean-tags distclean-generic clean-am
387
388 distclean: distclean-am
389         -rm -f config.status
390
391 maintainer-clean-am:  maintainer-clean-hdr maintainer-clean-binPROGRAMS \
392                 maintainer-clean-compile maintainer-clean-tags \
393                 maintainer-clean-generic distclean-am
394         @echo "This command is intended for maintainers to use;"
395         @echo "it deletes files that may require special tools to rebuild."
396
397 maintainer-clean: maintainer-clean-am
398         -rm -f config.status
399
400 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
401 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
402 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
403 mostlyclean-compile distclean-compile clean-compile \
404 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
405 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
406 check-am installcheck-am installcheck all-recursive-am install-exec-am \
407 install-exec install-data-am install-data install-am install \
408 uninstall-am uninstall all-redirect all-am all installdirs \
409 mostlyclean-generic distclean-generic clean-generic \
410 maintainer-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: