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