stl_deque.h, [...]: Reformat to (mostly) match C++STYLE.
[official-gcc.git] / fastjar / Makefile.in
blobf2bb31e9d4b4f54beddb6fb230b30a6a91f99d64
1 # Makefile.in generated automatically by automake 1.4 from Makefile.am
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.
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.
13 # Process this with automake to create Makefile.in
16 SHELL = @SHELL@
18 srcdir = @srcdir@
19 top_srcdir = @top_srcdir@
20 VPATH = @srcdir@
21 prefix = @prefix@
22 exec_prefix = @exec_prefix@
24 bindir = @bindir@
25 sbindir = @sbindir@
26 libexecdir = @libexecdir@
27 datadir = @datadir@
28 sysconfdir = @sysconfdir@
29 sharedstatedir = @sharedstatedir@
30 localstatedir = @localstatedir@
31 libdir = @libdir@
32 infodir = @infodir@
33 mandir = @mandir@
34 includedir = @includedir@
35 oldincludedir = /usr/include
37 DESTDIR =
39 pkgdatadir = $(datadir)/@PACKAGE@
40 pkglibdir = $(libdir)/@PACKAGE@
41 pkgincludedir = $(includedir)/@PACKAGE@
43 top_builddir = .
45 ACLOCAL = @ACLOCAL@
46 AUTOCONF = @AUTOCONF@
47 AUTOMAKE = @AUTOMAKE@
48 AUTOHEADER = @AUTOHEADER@
50 INSTALL = @INSTALL@
51 INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52 INSTALL_DATA = @INSTALL_DATA@
53 INSTALL_SCRIPT = @INSTALL_SCRIPT@
54 transform = @program_transform_name@
56 NORMAL_INSTALL = :
57 PRE_INSTALL = :
58 POST_INSTALL = :
59 NORMAL_UNINSTALL = :
60 PRE_UNINSTALL = :
61 POST_UNINSTALL = :
62 CC = @CC@
63 CHMOD = @CHMOD@
64 CP = @CP@
65 EXEEXT = @EXEEXT@
66 MAINT = @MAINT@
67 MAKEINFO = @MAKEINFO@
68 PACKAGE = @PACKAGE@
69 RM = @RM@
70 STRIP = @STRIP@
71 VERSION = @VERSION@
72 ZDEPS = @ZDEPS@
73 ZINCS = @ZINCS@
74 ZLIBS = @ZLIBS@
75 fastjar_warn_cflags = @fastjar_warn_cflags@
77 AUTOMAKE_OPTIONS = no-dependencies
79 # Work around what appears to be a GNU make bug handling MAKEFLAGS
80 # values defined in terms of make variables, as is the case for CC and
81 # friends when we are called from the top level Makefile.
82 AM_MAKEFLAGS = \
83 "AR_FLAGS=$(AR_FLAGS)" \
84 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
85 "CFLAGS=$(CFLAGS)" \
86 "CXXFLAGS=$(CXXFLAGS)" \
87 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
88 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
89 "INSTALL=$(INSTALL)" \
90 "INSTALL_DATA=$(INSTALL_DATA)" \
91 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
92 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
93 "JC1FLAGS=$(JC1FLAGS)" \
94 "LDFLAGS=$(LDFLAGS)" \
95 "LIBCFLAGS=$(LIBCFLAGS)" \
96 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
97 "MAKE=$(MAKE)" \
98 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
99 "PICFLAG=$(PICFLAG)" \
100 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
101 "SHELL=$(SHELL)" \
102 "exec_prefix=$(exec_prefix)" \
103 "infodir=$(infodir)" \
104 "libdir=$(libdir)" \
105 "prefix=$(prefix)" \
106 "AR=$(AR)" \
107 "AS=$(AS)" \
108 "CC=$(CC)" \
109 "CXX=$(CXX)" \
110 "LD=$(LD)" \
111 "LIBCFLAGS=$(LIBCFLAGS)" \
112 "NM=$(NM)" \
113 "PICFLAG=$(PICFLAG)" \
114 "RANLIB=$(RANLIB)" \
115 "DESTDIR=$(DESTDIR)"
118 INCLUDES = -I. -I$(top_srcdir) $(ZINCS) -I$(top_srcdir)/../include
120 LIBIBERTY = ../libiberty/libiberty.a
122 bin_PROGRAMS = jar grepjar
123 jar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h \
124 zipfile.h dostime.h compress.h pushback.h
126 jar_LDADD = $(ZLIBS) $(LIBIBERTY)
127 jar_DEPENDENCIES = $(ZDEPS) $(LIBIBERTY)
129 grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h \
130 zipfile.h dostime.h compress.h pushback.h
132 grepjar_LDADD = $(ZLIBS) $(LIBIBERTY)
133 grepjar_DEPENDENCIES = $(ZDEPS) $(LIBIBERTY)
135 AM_CFLAGS = @fastjar_warn_cflags@
136 ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
137 mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
138 CONFIG_HEADER = config.h
139 CONFIG_CLEAN_FILES = install-defs.sh
140 bin_PROGRAMS = jar$(EXEEXT) grepjar$(EXEEXT)
141 PROGRAMS = $(bin_PROGRAMS)
144 DEFS = @DEFS@ -I. -I$(srcdir) -I.
145 CPPFLAGS = @CPPFLAGS@
146 LDFLAGS = @LDFLAGS@
147 LIBS = @LIBS@
148 jar_OBJECTS = jartool.o dostime.o compress.o pushback.o
149 jar_LDFLAGS =
150 grepjar_OBJECTS = jargrep.o dostime.o compress.o pushback.o
151 grepjar_LDFLAGS =
152 CFLAGS = @CFLAGS@
153 COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154 CCLD = $(CC)
155 LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
156 DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
157 Makefile.am Makefile.in NEWS aclocal.m4 config.h.in configure \
158 configure.in install-defs.sh.in install-sh missing mkinstalldirs
161 DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
163 TAR = tar
164 GZIP_ENV = --best
165 SOURCES = $(jar_SOURCES) $(grepjar_SOURCES)
166 OBJECTS = $(jar_OBJECTS) $(grepjar_OBJECTS)
168 all: all-redirect
169 .SUFFIXES:
170 .SUFFIXES: .S .c .o .s
171 $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
172 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
174 Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
175 cd $(top_builddir) \
176 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
178 $(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
179 cd $(srcdir) && $(ACLOCAL)
181 config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
182 $(SHELL) ./config.status --recheck
183 $(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
184 cd $(srcdir) && $(AUTOCONF)
186 config.h: stamp-h
187 @if test ! -f $@; then \
188 rm -f stamp-h; \
189 $(MAKE) stamp-h; \
190 else :; fi
191 stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
192 cd $(top_builddir) \
193 && CONFIG_FILES= CONFIG_HEADERS=config.h \
194 $(SHELL) ./config.status
195 @echo timestamp > stamp-h 2> /dev/null
196 $(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
197 @if test ! -f $@; then \
198 rm -f $(srcdir)/stamp-h.in; \
199 $(MAKE) $(srcdir)/stamp-h.in; \
200 else :; fi
201 $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
202 cd $(top_srcdir) && $(AUTOHEADER)
203 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
205 mostlyclean-hdr:
207 clean-hdr:
209 distclean-hdr:
210 -rm -f config.h
212 maintainer-clean-hdr:
213 install-defs.sh: $(top_builddir)/config.status install-defs.sh.in
214 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
216 mostlyclean-binPROGRAMS:
218 clean-binPROGRAMS:
219 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
221 distclean-binPROGRAMS:
223 maintainer-clean-binPROGRAMS:
225 install-binPROGRAMS: $(bin_PROGRAMS)
226 @$(NORMAL_INSTALL)
227 $(mkinstalldirs) $(DESTDIR)$(bindir)
228 @list='$(bin_PROGRAMS)'; for p in $$list; do \
229 if test -f $$p; then \
230 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
231 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
232 else :; fi; \
233 done
235 uninstall-binPROGRAMS:
236 @$(NORMAL_UNINSTALL)
237 list='$(bin_PROGRAMS)'; for p in $$list; do \
238 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
239 done
241 .c.o:
242 $(COMPILE) -c $<
244 .s.o:
245 $(COMPILE) -c $<
247 .S.o:
248 $(COMPILE) -c $<
250 mostlyclean-compile:
251 -rm -f *.o core *.core
253 clean-compile:
255 distclean-compile:
256 -rm -f *.tab.c
258 maintainer-clean-compile:
260 jar$(EXEEXT): $(jar_OBJECTS) $(jar_DEPENDENCIES)
261 @rm -f jar$(EXEEXT)
262 $(LINK) $(jar_LDFLAGS) $(jar_OBJECTS) $(jar_LDADD) $(LIBS)
264 grepjar$(EXEEXT): $(grepjar_OBJECTS) $(grepjar_DEPENDENCIES)
265 @rm -f grepjar$(EXEEXT)
266 $(LINK) $(grepjar_LDFLAGS) $(grepjar_OBJECTS) $(grepjar_LDADD) $(LIBS)
268 tags: TAGS
270 ID: $(HEADERS) $(SOURCES) $(LISP)
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 here=`pwd` && cd $(srcdir) \
276 && mkid -f$$here/ID $$unique $(LISP)
278 TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
279 tags=; \
280 here=`pwd`; \
281 list='$(SOURCES) $(HEADERS)'; \
282 unique=`for i in $$list; do echo $$i; done | \
283 awk ' { files[$$0] = 1; } \
284 END { for (i in files) print i; }'`; \
285 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
286 || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS)
288 mostlyclean-tags:
290 clean-tags:
292 distclean-tags:
293 -rm -f TAGS ID
295 maintainer-clean-tags:
297 distdir = $(PACKAGE)-$(VERSION)
298 top_distdir = $(distdir)
300 # This target untars the dist file and tries a VPATH configuration. Then
301 # it guarantees that the distribution is self-contained by making another
302 # tarfile.
303 distcheck: dist
304 -rm -rf $(distdir)
305 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
306 mkdir $(distdir)/=build
307 mkdir $(distdir)/=inst
308 dc_install_base=`cd $(distdir)/=inst && pwd`; \
309 cd $(distdir)/=build \
310 && ../configure --srcdir=.. --prefix=$$dc_install_base \
311 && $(MAKE) $(AM_MAKEFLAGS) \
312 && $(MAKE) $(AM_MAKEFLAGS) dvi \
313 && $(MAKE) $(AM_MAKEFLAGS) check \
314 && $(MAKE) $(AM_MAKEFLAGS) install \
315 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
316 && $(MAKE) $(AM_MAKEFLAGS) dist
317 -rm -rf $(distdir)
318 @banner="$(distdir).tar.gz is ready for distribution"; \
319 dashes=`echo "$$banner" | sed s/./=/g`; \
320 echo "$$dashes"; \
321 echo "$$banner"; \
322 echo "$$dashes"
323 dist: distdir
324 -chmod -R a+r $(distdir)
325 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
326 -rm -rf $(distdir)
327 dist-all: distdir
328 -chmod -R a+r $(distdir)
329 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
330 -rm -rf $(distdir)
331 distdir: $(DISTFILES)
332 -rm -rf $(distdir)
333 mkdir $(distdir)
334 -chmod 777 $(distdir)
335 @for file in $(DISTFILES); do \
336 d=$(srcdir); \
337 if test -d $$d/$$file; then \
338 cp -pr $$/$$file $(distdir)/$$file; \
339 else \
340 test -f $(distdir)/$$file \
341 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
342 || cp -p $$d/$$file $(distdir)/$$file || :; \
343 fi; \
344 done
345 info-am:
346 info: info-am
347 dvi-am:
348 dvi: dvi-am
349 check-am: all-am
350 check: check-am
351 installcheck-am:
352 installcheck: installcheck-am
353 all-recursive-am: config.h
354 $(MAKE) $(AM_MAKEFLAGS) all-recursive
356 install-exec-am: install-binPROGRAMS
357 install-exec: install-exec-am
359 install-data-am:
360 install-data: install-data-am
362 install-am: all-am
363 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
364 install: install-am
365 uninstall-am: uninstall-binPROGRAMS
366 uninstall: uninstall-am
367 all-am: Makefile $(PROGRAMS) config.h
368 all-redirect: all-am
369 install-strip:
370 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
371 installdirs:
372 $(mkinstalldirs) $(DESTDIR)$(bindir)
375 mostlyclean-generic:
377 clean-generic:
379 distclean-generic:
380 -rm -f Makefile $(CONFIG_CLEAN_FILES)
381 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
383 maintainer-clean-generic:
384 mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
385 mostlyclean-compile mostlyclean-tags \
386 mostlyclean-generic
388 mostlyclean: mostlyclean-am
390 clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
391 clean-generic mostlyclean-am
393 clean: clean-am
395 distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
396 distclean-tags distclean-generic clean-am
398 distclean: distclean-am
399 -rm -f config.status
401 maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
402 maintainer-clean-compile maintainer-clean-tags \
403 maintainer-clean-generic distclean-am
404 @echo "This command is intended for maintainers to use;"
405 @echo "it deletes files that may require special tools to rebuild."
407 maintainer-clean: maintainer-clean-am
408 -rm -f config.status
410 .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
411 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
412 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
413 mostlyclean-compile distclean-compile clean-compile \
414 maintainer-clean-compile tags mostlyclean-tags distclean-tags \
415 clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
416 check-am installcheck-am installcheck all-recursive-am install-exec-am \
417 install-exec install-data-am install-data install-am install \
418 uninstall-am uninstall all-redirect all-am all installdirs \
419 mostlyclean-generic distclean-generic clean-generic \
420 maintainer-clean-generic clean mostlyclean distclean maintainer-clean
423 # Tell versions [3.59,3.63) of GNU make to not export all variables.
424 # Otherwise a system limit (for SysV at least) may be exceeded.
425 .NOEXPORT: