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
13 # Process this with automake to create Makefile.in
19 top_srcdir
= @top_srcdir@
22 exec_prefix = @
exec_prefix@
26 libexecdir
= @libexecdir@
28 sysconfdir
= @sysconfdir@
29 sharedstatedir
= @sharedstatedir@
30 localstatedir
= @localstatedir@
34 includedir = @
includedir@
35 oldincludedir = /usr
/include
39 pkgdatadir
= $(datadir)/@PACKAGE@
40 pkglibdir
= $(libdir)/@PACKAGE@
41 pkgincludedir
= $(includedir)/@PACKAGE@
48 AUTOHEADER
= @AUTOHEADER@
51 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
52 INSTALL_DATA
= @INSTALL_DATA@
53 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
54 transform
= @program_transform_name@
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.
83 "AR_FLAGS=$(AR_FLAGS)" \
84 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
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)" \
98 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
99 "PICFLAG=$(PICFLAG)" \
100 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
102 "exec_prefix=$(exec_prefix)" \
103 "infodir=$(infodir)" \
111 "LIBCFLAGS=$(LIBCFLAGS)" \
113 "PICFLAG=$(PICFLAG)" \
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@
148 jar_OBJECTS
= jartool.o dostime.o compress.o pushback.o
150 grepjar_OBJECTS
= jargrep.o dostime.o compress.o pushback.o
153 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
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
)
165 SOURCES
= $(jar_SOURCES
) $(grepjar_SOURCES
)
166 OBJECTS
= $(jar_OBJECTS
) $(grepjar_OBJECTS
)
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
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
)
187 @if
test ! -f
$@
; then \
191 stamp-h
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
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
; \
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
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
:
219 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
221 distclean-binPROGRAMS
:
223 maintainer-clean-binPROGRAMS
:
225 install-binPROGRAMS
: $(bin_PROGRAMS
)
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)/'`; \
235 uninstall-binPROGRAMS
:
237 list
='$(bin_PROGRAMS)'; for p in
$$list; do \
238 rm -f
$(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
251 -rm -f
*.o core
*.core
258 maintainer-clean-compile
:
260 jar
$(EXEEXT
): $(jar_OBJECTS
) $(jar_DEPENDENCIES
)
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
)
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
)
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
)
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
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
318 @banner
="$(distdir).tar.gz is ready for distribution"; \
319 dashes
=`echo "$$banner" | sed s/./=/g`; \
324 -chmod
-R a
+r
$(distdir
)
325 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
328 -chmod
-R a
+r
$(distdir
)
329 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
331 distdir
: $(DISTFILES
)
334 -chmod
777 $(distdir
)
335 @for file in
$(DISTFILES
); do \
337 if
test -d
$$d/$$file; then \
338 cp
-pr
$$/$$file $(distdir
)/$$file; \
340 test -f
$(distdir
)/$$file \
341 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
342 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
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
360 install-data
: install-data-am
363 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
365 uninstall-am
: uninstall-binPROGRAMS
366 uninstall: uninstall-am
367 all-am
: Makefile
$(PROGRAMS
) config.h
370 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
372 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
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 \
388 mostlyclean: mostlyclean-am
390 clean-am
: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
391 clean-generic mostlyclean-am
395 distclean-am
: distclean-hdr distclean-binPROGRAMS distclean-compile \
396 distclean-tags distclean-generic clean-am
398 distclean: distclean-am
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
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.