OSDN Git Service

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