source: trunk/src/gcc/fastjar/Makefile.in@ 1036

Last change on this file since 1036 was 2, checked in by bird, 22 years ago

Initial revision

  • Property cvs2svn:cvs-rev set to 1.1
  • Property svn:eol-style set to native
  • Property svn:executable set to *
File size: 11.8 KB
Line 
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
16SHELL = @SHELL@
17
18srcdir = @srcdir@
19top_srcdir = @top_srcdir@
20VPATH = @srcdir@
21prefix = @prefix@
22exec_prefix = @exec_prefix@
23
24bindir = @bindir@
25sbindir = @sbindir@
26libexecdir = @libexecdir@
27datadir = @datadir@
28sysconfdir = @sysconfdir@
29sharedstatedir = @sharedstatedir@
30localstatedir = @localstatedir@
31libdir = @libdir@
32infodir = @infodir@
33mandir = @mandir@
34includedir = @includedir@
35oldincludedir = /usr/include
36
37DESTDIR =
38
39pkgdatadir = $(datadir)/@PACKAGE@
40pkglibdir = $(libdir)/@PACKAGE@
41pkgincludedir = $(includedir)/@PACKAGE@
42
43top_builddir = .
44
45ACLOCAL = @ACLOCAL@
46AUTOCONF = @AUTOCONF@
47AUTOMAKE = @AUTOMAKE@
48AUTOHEADER = @AUTOHEADER@
49
50INSTALL = @INSTALL@
51INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
52INSTALL_DATA = @INSTALL_DATA@
53INSTALL_SCRIPT = @INSTALL_SCRIPT@
54transform = @program_transform_name@
55
56NORMAL_INSTALL = :
57PRE_INSTALL = :
58POST_INSTALL = :
59NORMAL_UNINSTALL = :
60PRE_UNINSTALL = :
61POST_UNINSTALL = :
62CC = @CC@
63CHMOD = @CHMOD@
64CP = @CP@
65EXEEXT = @EXEEXT@
66MAINT = @MAINT@
67MAKEINFO = @MAKEINFO@
68PACKAGE = @PACKAGE@
69RM = @RM@
70STRIP = @STRIP@
71VERSION = @VERSION@
72ZDEPS = @ZDEPS@
73ZINCS = @ZINCS@
74ZLIBS = @ZLIBS@
75fastjar_warn_cflags = @fastjar_warn_cflags@
76
77AUTOMAKE_OPTIONS = no-dependencies
78
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.
82AM_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)"
116
117
118INCLUDES = -I. -I$(top_srcdir) $(ZINCS) -I$(top_srcdir)/../include
119
120LIBIBERTY = ../libiberty/libiberty.a
121
122bin_PROGRAMS = jar grepjar
123jar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h \
124zipfile.h dostime.h compress.h pushback.h
125
126jar_LDADD = $(ZLIBS) $(LIBIBERTY)
127jar_DEPENDENCIES = $(ZDEPS) $(LIBIBERTY)
128
129grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h \
130zipfile.h dostime.h compress.h pushback.h
131
132grepjar_LDADD = $(ZLIBS) $(LIBIBERTY)
133grepjar_DEPENDENCIES = $(ZDEPS) $(LIBIBERTY)
134
135AM_CFLAGS = @fastjar_warn_cflags@
136ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
137mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
138CONFIG_HEADER = config.h
139CONFIG_CLEAN_FILES = install-defs.sh
140bin_PROGRAMS = jar$(EXEEXT) grepjar$(EXEEXT)
141PROGRAMS = $(bin_PROGRAMS)
142
143
144DEFS = @DEFS@ -I. -I$(srcdir) -I.
145CPPFLAGS = @CPPFLAGS@
146LDFLAGS = @LDFLAGS@
147LIBS = @LIBS@
148jar_OBJECTS = jartool.o dostime.o compress.o pushback.o
149jar_LDFLAGS =
150grepjar_OBJECTS = jargrep.o dostime.o compress.o pushback.o
151grepjar_LDFLAGS =
152CFLAGS = @CFLAGS@
153COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
154CCLD = $(CC)
155LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
156DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
157Makefile.am Makefile.in NEWS aclocal.m4 config.h.in configure \
158configure.in install-defs.sh.in install-sh missing mkinstalldirs
159
160
161DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
162
163TAR = tar
164GZIP_ENV = --best
165SOURCES = $(jar_SOURCES) $(grepjar_SOURCES)
166OBJECTS = $(jar_OBJECTS) $(grepjar_OBJECTS)
167
168all: 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
173
174Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
175 cd $(top_builddir) \
176 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
177
178$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in
179 cd $(srcdir) && $(ACLOCAL)
180
181config.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)
185
186config.h: stamp-h
187 @if test ! -f $@; then \
188 rm -f stamp-h; \
189 $(MAKE) stamp-h; \
190 else :; fi
191stamp-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
204
205mostlyclean-hdr:
206
207clean-hdr:
208
209distclean-hdr:
210 -rm -f config.h
211
212maintainer-clean-hdr:
213install-defs.sh: $(top_builddir)/config.status install-defs.sh.in
214 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
215
216mostlyclean-binPROGRAMS:
217
218clean-binPROGRAMS:
219 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
220
221distclean-binPROGRAMS:
222
223maintainer-clean-binPROGRAMS:
224
225install-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
234
235uninstall-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
240
241.c.o:
242 $(COMPILE) -c $<
243
244.s.o:
245 $(COMPILE) -c $<
246
247.S.o:
248 $(COMPILE) -c $<
249
250mostlyclean-compile:
251 -rm -f *.o core *.core
252
253clean-compile:
254
255distclean-compile:
256 -rm -f *.tab.c
257
258maintainer-clean-compile:
259
260jar$(EXEEXT): $(jar_OBJECTS) $(jar_DEPENDENCIES)
261 @rm -f jar$(EXEEXT)
262 $(LINK) $(jar_LDFLAGS) $(jar_OBJECTS) $(jar_LDADD) $(LIBS)
263
264grepjar$(EXEEXT): $(grepjar_OBJECTS) $(grepjar_DEPENDENCIES)
265 @rm -f grepjar$(EXEEXT)
266 $(LINK) $(grepjar_LDFLAGS) $(grepjar_OBJECTS) $(grepjar_LDADD) $(LIBS)
267
268tags: TAGS
269
270ID: $(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)
277
278TAGS: $(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)
287
288mostlyclean-tags:
289
290clean-tags:
291
292distclean-tags:
293 -rm -f TAGS ID
294
295maintainer-clean-tags:
296
297distdir = $(PACKAGE)-$(VERSION)
298top_distdir = $(distdir)
299
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.
303distcheck: 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"
323dist: distdir
324 -chmod -R a+r $(distdir)
325 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
326 -rm -rf $(distdir)
327dist-all: distdir
328 -chmod -R a+r $(distdir)
329 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
330 -rm -rf $(distdir)
331distdir: $(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
345info-am:
346info: info-am
347dvi-am:
348dvi: dvi-am
349check-am: all-am
350check: check-am
351installcheck-am:
352installcheck: installcheck-am
353all-recursive-am: config.h
354 $(MAKE) $(AM_MAKEFLAGS) all-recursive
355
356install-exec-am: install-binPROGRAMS
357install-exec: install-exec-am
358
359install-data-am:
360install-data: install-data-am
361
362install-am: all-am
363 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
364install: install-am
365uninstall-am: uninstall-binPROGRAMS
366uninstall: uninstall-am
367all-am: Makefile $(PROGRAMS) config.h
368all-redirect: all-am
369install-strip:
370 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
371installdirs:
372 $(mkinstalldirs) $(DESTDIR)$(bindir)
373
374
375mostlyclean-generic:
376
377clean-generic:
378
379distclean-generic:
380 -rm -f Makefile $(CONFIG_CLEAN_FILES)
381 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
382
383maintainer-clean-generic:
384mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
385 mostlyclean-compile mostlyclean-tags \
386 mostlyclean-generic
387
388mostlyclean: mostlyclean-am
389
390clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
391 clean-generic mostlyclean-am
392
393clean: clean-am
394
395distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
396 distclean-tags distclean-generic clean-am
397
398distclean: distclean-am
399 -rm -f config.status
400
401maintainer-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."
406
407maintainer-clean: maintainer-clean-am
408 -rm -f config.status
409
410.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
411mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
412maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
413mostlyclean-compile distclean-compile clean-compile \
414maintainer-clean-compile tags mostlyclean-tags distclean-tags \
415clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
416check-am installcheck-am installcheck all-recursive-am install-exec-am \
417install-exec install-data-am install-data install-am install \
418uninstall-am uninstall all-redirect all-am all installdirs \
419mostlyclean-generic distclean-generic clean-generic \
420maintainer-clean-generic clean mostlyclean distclean maintainer-clean
421
422
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:
Note: See TracBrowser for help on using the repository browser.