]> gcc.gnu.org Git - gcc.git/blame - fastjar/Makefile.in
install.texi: Fix typos.
[gcc.git] / fastjar / Makefile.in
CommitLineData
42ac7b6d 1# Makefile.in generated automatically by automake 1.4-p6 from Makefile.am
bd8757b3 2
42ac7b6d 3# Copyright (C) 1994, 1995-8, 1999, 2001 Free Software Foundation, Inc.
bd8757b3
APB
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
bd8757b3
APB
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@
645ca343 65EXEEXT = @EXEEXT@
7a93476d 66MAINT = @MAINT@
0fc76fb5 67MAKEINFO = @MAKEINFO@
bd8757b3
APB
68PACKAGE = @PACKAGE@
69RM = @RM@
70STRIP = @STRIP@
71VERSION = @VERSION@
72ZDEPS = @ZDEPS@
73ZINCS = @ZINCS@
74ZLIBS = @ZLIBS@
37729557 75fastjar_warn_cflags = @fastjar_warn_cflags@
42ac7b6d 76gcc_version = @gcc_version@
bd8757b3 77
4abedabd
TT
78AUTOMAKE_OPTIONS = no-dependencies
79
80# Work around what appears to be a GNU make bug handling MAKEFLAGS
81# values defined in terms of make variables, as is the case for CC and
82# friends when we are called from the top level Makefile.
42ac7b6d 83AM_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)"
7a93476d
TT
84
85
86INCLUDES = -I. -I$(top_srcdir) $(ZINCS) -I$(top_srcdir)/../include
87
88LIBIBERTY = ../libiberty/libiberty.a
bd8757b3 89
7a93476d 90bin_PROGRAMS = jar grepjar
42ac7b6d 91jar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
bd8757b3 92
7a93476d
TT
93jar_LDADD = $(ZLIBS) $(LIBIBERTY)
94jar_DEPENDENCIES = $(ZDEPS) $(LIBIBERTY)
bd8757b3 95
42ac7b6d 96grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
7a93476d
TT
97
98grepjar_LDADD = $(ZLIBS) $(LIBIBERTY)
99grepjar_DEPENDENCIES = $(ZDEPS) $(LIBIBERTY)
37729557
KG
100
101AM_CFLAGS = @fastjar_warn_cflags@
42ac7b6d 102
42ac7b6d
MK
103TEXI2POD = perl $(srcdir)/../contrib/texi2pod.pl
104POD2MAN = pod2man --center="GNU" --release="gcc-@gcc_version@"
bd8757b3
APB
105ACLOCAL_M4 = $(top_srcdir)/aclocal.m4
106mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs
107CONFIG_HEADER = config.h
108CONFIG_CLEAN_FILES = install-defs.sh
79801091 109bin_PROGRAMS = jar$(EXEEXT) grepjar$(EXEEXT)
bd8757b3
APB
110PROGRAMS = $(bin_PROGRAMS)
111
112
113DEFS = @DEFS@ -I. -I$(srcdir) -I.
114CPPFLAGS = @CPPFLAGS@
115LDFLAGS = @LDFLAGS@
116LIBS = @LIBS@
7332066b
PB
117jar_OBJECTS = jartool.o dostime.o compress.o pushback.o
118jar_LDFLAGS =
79801091
CR
119grepjar_OBJECTS = jargrep.o dostime.o compress.o pushback.o
120grepjar_LDFLAGS =
bd8757b3
APB
121CFLAGS = @CFLAGS@
122COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS)
123CCLD = $(CC)
124LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@
0fc76fb5
MK
125DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
126Makefile.am Makefile.in NEWS acinclude.m4 aclocal.m4 config.h.in \
127configure configure.in install-defs.sh.in install-sh missing \
128mkinstalldirs
bd8757b3
APB
129
130
131DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
132
42ac7b6d 133TAR = tar
bd8757b3 134GZIP_ENV = --best
79801091
CR
135SOURCES = $(jar_SOURCES) $(grepjar_SOURCES)
136OBJECTS = $(jar_OBJECTS) $(grepjar_OBJECTS)
bd8757b3
APB
137
138all: all-redirect
139.SUFFIXES:
0fc76fb5 140.SUFFIXES: .S .c .o .s
7a93476d
TT
141$(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4)
142 cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile
bd8757b3 143
4abedabd 144Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status
bd8757b3
APB
145 cd $(top_builddir) \
146 && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
147
9251acb4 148$(ACLOCAL_M4): @MAINTAINER_MODE_TRUE@ configure.in acinclude.m4
bd8757b3
APB
149 cd $(srcdir) && $(ACLOCAL)
150
151config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES)
152 $(SHELL) ./config.status --recheck
7a93476d 153$(srcdir)/configure: @MAINTAINER_MODE_TRUE@$(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES)
bd8757b3
APB
154 cd $(srcdir) && $(AUTOCONF)
155
156config.h: stamp-h
157 @if test ! -f $@; then \
158 rm -f stamp-h; \
159 $(MAKE) stamp-h; \
160 else :; fi
161stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status
162 cd $(top_builddir) \
163 && CONFIG_FILES= CONFIG_HEADERS=config.h \
164 $(SHELL) ./config.status
165 @echo timestamp > stamp-h 2> /dev/null
7a93476d 166$(srcdir)/config.h.in: @MAINTAINER_MODE_TRUE@$(srcdir)/stamp-h.in
bd8757b3
APB
167 @if test ! -f $@; then \
168 rm -f $(srcdir)/stamp-h.in; \
169 $(MAKE) $(srcdir)/stamp-h.in; \
170 else :; fi
171$(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4)
172 cd $(top_srcdir) && $(AUTOHEADER)
173 @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null
174
175mostlyclean-hdr:
176
177clean-hdr:
178
179distclean-hdr:
180 -rm -f config.h
181
182maintainer-clean-hdr:
183install-defs.sh: $(top_builddir)/config.status install-defs.sh.in
184 cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status
185
186mostlyclean-binPROGRAMS:
187
188clean-binPROGRAMS:
189 -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS)
190
191distclean-binPROGRAMS:
192
193maintainer-clean-binPROGRAMS:
194
195install-binPROGRAMS: $(bin_PROGRAMS)
196 @$(NORMAL_INSTALL)
197 $(mkinstalldirs) $(DESTDIR)$(bindir)
198 @list='$(bin_PROGRAMS)'; for p in $$list; do \
199 if test -f $$p; then \
200 echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
201 $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
202 else :; fi; \
203 done
204
205uninstall-binPROGRAMS:
206 @$(NORMAL_UNINSTALL)
207 list='$(bin_PROGRAMS)'; for p in $$list; do \
208 rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
209 done
210
4abedabd
TT
211.c.o:
212 $(COMPILE) -c $<
213
bd8757b3
APB
214.s.o:
215 $(COMPILE) -c $<
216
217.S.o:
218 $(COMPILE) -c $<
219
220mostlyclean-compile:
221 -rm -f *.o core *.core
222
223clean-compile:
224
225distclean-compile:
226 -rm -f *.tab.c
227
228maintainer-clean-compile:
229
645ca343
TT
230jar$(EXEEXT): $(jar_OBJECTS) $(jar_DEPENDENCIES)
231 @rm -f jar$(EXEEXT)
7332066b 232 $(LINK) $(jar_LDFLAGS) $(jar_OBJECTS) $(jar_LDADD) $(LIBS)
a09b9232 233
79801091
CR
234grepjar$(EXEEXT): $(grepjar_OBJECTS) $(grepjar_DEPENDENCIES)
235 @rm -f grepjar$(EXEEXT)
236 $(LINK) $(grepjar_LDFLAGS) $(grepjar_OBJECTS) $(grepjar_LDADD) $(LIBS)
237
bd8757b3
APB
238tags: TAGS
239
240ID: $(HEADERS) $(SOURCES) $(LISP)
241 list='$(SOURCES) $(HEADERS)'; \
242 unique=`for i in $$list; do echo $$i; done | \
243 awk ' { files[$$0] = 1; } \
244 END { for (i in files) print i; }'`; \
245 here=`pwd` && cd $(srcdir) \
246 && mkid -f$$here/ID $$unique $(LISP)
247
248TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP)
249 tags=; \
250 here=`pwd`; \
251 list='$(SOURCES) $(HEADERS)'; \
252 unique=`for i in $$list; do echo $$i; done | \
253 awk ' { files[$$0] = 1; } \
254 END { for (i in files) print i; }'`; \
255 test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
42ac7b6d 256 || (cd $(srcdir) && etags -o $$here/TAGS $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP))
bd8757b3
APB
257
258mostlyclean-tags:
259
260clean-tags:
261
262distclean-tags:
263 -rm -f TAGS ID
264
265maintainer-clean-tags:
266
267distdir = $(PACKAGE)-$(VERSION)
268top_distdir = $(distdir)
269
270# This target untars the dist file and tries a VPATH configuration. Then
271# it guarantees that the distribution is self-contained by making another
272# tarfile.
273distcheck: dist
274 -rm -rf $(distdir)
275 GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz
276 mkdir $(distdir)/=build
277 mkdir $(distdir)/=inst
278 dc_install_base=`cd $(distdir)/=inst && pwd`; \
279 cd $(distdir)/=build \
280 && ../configure --srcdir=.. --prefix=$$dc_install_base \
281 && $(MAKE) $(AM_MAKEFLAGS) \
282 && $(MAKE) $(AM_MAKEFLAGS) dvi \
283 && $(MAKE) $(AM_MAKEFLAGS) check \
284 && $(MAKE) $(AM_MAKEFLAGS) install \
285 && $(MAKE) $(AM_MAKEFLAGS) installcheck \
286 && $(MAKE) $(AM_MAKEFLAGS) dist
287 -rm -rf $(distdir)
288 @banner="$(distdir).tar.gz is ready for distribution"; \
289 dashes=`echo "$$banner" | sed s/./=/g`; \
290 echo "$$dashes"; \
291 echo "$$banner"; \
292 echo "$$dashes"
293dist: distdir
294 -chmod -R a+r $(distdir)
295 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
296 -rm -rf $(distdir)
297dist-all: distdir
298 -chmod -R a+r $(distdir)
299 GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir)
300 -rm -rf $(distdir)
301distdir: $(DISTFILES)
302 -rm -rf $(distdir)
303 mkdir $(distdir)
304 -chmod 777 $(distdir)
bd8757b3
APB
305 @for file in $(DISTFILES); do \
306 d=$(srcdir); \
307 if test -d $$d/$$file; then \
9251acb4 308 cp -pr $$d/$$file $(distdir)/$$file; \
bd8757b3
APB
309 else \
310 test -f $(distdir)/$$file \
311 || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
312 || cp -p $$d/$$file $(distdir)/$$file || :; \
313 fi; \
314 done
0fc76fb5 315info-am:
bd8757b3 316info: info-am
0fc76fb5 317dvi-am:
bd8757b3
APB
318dvi: dvi-am
319check-am: all-am
320check: check-am
321installcheck-am:
322installcheck: installcheck-am
323all-recursive-am: config.h
324 $(MAKE) $(AM_MAKEFLAGS) all-recursive
325
326install-exec-am: install-binPROGRAMS
327install-exec: install-exec-am
328
0fc76fb5 329install-data-am:
bd8757b3
APB
330install-data: install-data-am
331
332install-am: all-am
333 @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
334install: install-am
0fc76fb5 335uninstall-am: uninstall-binPROGRAMS
bd8757b3 336uninstall: uninstall-am
0fc76fb5 337all-am: Makefile $(PROGRAMS) config.h
bd8757b3
APB
338all-redirect: all-am
339install-strip:
340 $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
341installdirs:
0fc76fb5 342 $(mkinstalldirs) $(DESTDIR)$(bindir)
bd8757b3
APB
343
344
345mostlyclean-generic:
346
347clean-generic:
348
349distclean-generic:
350 -rm -f Makefile $(CONFIG_CLEAN_FILES)
351 -rm -f config.cache config.log stamp-h stamp-h[0-9]*
352
353maintainer-clean-generic:
354mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \
0fc76fb5 355 mostlyclean-compile mostlyclean-tags \
bd8757b3
APB
356 mostlyclean-generic
357
358mostlyclean: mostlyclean-am
359
0fc76fb5
MK
360clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
361 clean-generic mostlyclean-am
bd8757b3
APB
362
363clean: clean-am
364
365distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \
0fc76fb5 366 distclean-tags distclean-generic clean-am
bd8757b3
APB
367
368distclean: distclean-am
369 -rm -f config.status
370
371maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
0fc76fb5
MK
372 maintainer-clean-compile maintainer-clean-tags \
373 maintainer-clean-generic distclean-am
bd8757b3
APB
374 @echo "This command is intended for maintainers to use;"
375 @echo "it deletes files that may require special tools to rebuild."
376
377maintainer-clean: maintainer-clean-am
378 -rm -f config.status
379
380.PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
381mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
382maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
383mostlyclean-compile distclean-compile clean-compile \
0fc76fb5
MK
384maintainer-clean-compile tags mostlyclean-tags distclean-tags \
385clean-tags maintainer-clean-tags distdir info-am info dvi-am dvi check \
386check-am installcheck-am installcheck all-recursive-am install-exec-am \
4abedabd
TT
387install-exec install-data-am install-data install-am install \
388uninstall-am uninstall all-redirect all-am all installdirs \
bd8757b3
APB
389mostlyclean-generic distclean-generic clean-generic \
390maintainer-clean-generic clean mostlyclean distclean maintainer-clean
391
392
42ac7b6d
MK
393$(srcdir)/jar.1: $(srcdir)/fastjar.texi
394 -$(TEXI2POD) -D jar < $(srcdir)/fastjar.texi > fastjar.pod
395 ($(POD2MAN) --section=1 fastjar.pod > jar.1.T$$$$ && \
396 mv -f jar.1.T$$$$ $(srcdir)/jar.1) || \
397 (rm -f jar.1.T$$$$ && exit 1)
398 rm -f fastjar.pod
399
400$(srcdir)/grepjar.1: $(srcdir)/fastjar.texi
401 -$(TEXI2POD) -D grepjar < $(srcdir)/fastjar.texi > grepjar.pod
402 ($(POD2MAN) --section=1 grepjar.pod > grepjar.1.T$$$$ && \
403 mv -f grepjar.1.T$$$$ $(srcdir)/grepjar.1) || \
404 (rm -f grepjar.1.T$$$$ && exit 1)
405 rm -f grepjar.pod
406
bd8757b3
APB
407# Tell versions [3.59,3.63) of GNU make to not export all variables.
408# Otherwise a system limit (for SysV at least) may be exceeded.
409.NOEXPORT:
This page took 0.187171 seconds and 5 git commands to generate.