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
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.
23 top_srcdir
= @top_srcdir@
26 exec_prefix = @
exec_prefix@
30 libexecdir
= @libexecdir@
32 sysconfdir
= @sysconfdir@
33 sharedstatedir
= @sharedstatedir@
34 localstatedir
= @localstatedir@
38 includedir = @
includedir@
39 oldincludedir = /usr
/include
43 pkgdatadir
= $(datadir)/@PACKAGE@
44 pkglibdir
= $(libdir)/@PACKAGE@
45 pkgincludedir
= $(includedir)/@PACKAGE@
52 AUTOHEADER
= @AUTOHEADER@
55 INSTALL_PROGRAM
= @INSTALL_PROGRAM@
$(AM_INSTALL_PROGRAM_FLAGS
)
56 INSTALL_DATA
= @INSTALL_DATA@
57 INSTALL_SCRIPT
= @INSTALL_SCRIPT@
58 transform
= @program_transform_name@
78 fastjar_warn_cflags
= @fastjar_warn_cflags@
81 "AR_FLAGS=$(AR_FLAGS)" \
82 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
84 "CXXFLAGS=$(CXXFLAGS)" \
85 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
86 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
87 "INSTALL=$(INSTALL)" \
88 "INSTALL_DATA=$(INSTALL_DATA)" \
89 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
90 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
91 "JC1FLAGS=$(JC1FLAGS)" \
92 "LDFLAGS=$(LDFLAGS)" \
93 "LIBCFLAGS=$(LIBCFLAGS)" \
94 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
96 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
97 "PICFLAG=$(PICFLAG)" \
98 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
100 "exec_prefix=$(exec_prefix)" \
101 "infodir=$(infodir)" \
109 "LIBCFLAGS=$(LIBCFLAGS)" \
111 "PICFLAG=$(PICFLAG)" \
116 INCLUDES
= -I.
-I
$(top_srcdir
) $(ZINCS
)
119 EXTRA_PROGRAMS
= grepjar
120 jar_SOURCES
= jartool.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
122 jar_DEPENDENCIES
= $(ZDEPS
)
123 grepjar_SOURCES
= jargrep.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
124 grepjar_LDADD
= $(ZLIBS
)
125 grepjar_DEPENDENCIES
= $(ZDEPS
)
127 AM_CFLAGS
= @fastjar_warn_cflags@
128 ACLOCAL_M4
= $(top_srcdir
)/aclocal.m4
129 mkinstalldirs
= $(SHELL
) $(top_srcdir
)/mkinstalldirs
130 CONFIG_HEADER
= config.h
131 CONFIG_CLEAN_FILES
= install-defs.sh
132 bin_PROGRAMS
= jar
$(EXEEXT
)
133 PROGRAMS
= $(bin_PROGRAMS
)
136 DEFS
= @DEFS@
-I.
-I
$(srcdir) -I.
137 CPPFLAGS
= @CPPFLAGS@
140 grepjar_OBJECTS
= jargrep.o dostime.o compress.o pushback.o
142 jar_OBJECTS
= jartool.o dostime.o compress.o pushback.o
145 COMPILE
= $(CC
) $(DEFS
) $(INCLUDES
) $(AM_CPPFLAGS
) $(CPPFLAGS
) $(AM_CFLAGS
) $(CFLAGS
)
147 LINK
= $(CCLD
) $(AM_CFLAGS
) $(CFLAGS
) $(LDFLAGS
) -o
$@
148 DIST_COMMON
= README .
/stamp-h.in AUTHORS COPYING ChangeLog INSTALL \
149 Makefile.am Makefile.in NEWS aclocal.m4 config.h.in configure \
150 configure.in install-defs.sh.in install-sh missing mkinstalldirs
153 DISTFILES
= $(DIST_COMMON
) $(SOURCES
) $(HEADERS
) $(TEXINFOS
) $(EXTRA_DIST
)
157 SOURCES
= $(grepjar_SOURCES
) $(jar_SOURCES
)
158 OBJECTS
= $(grepjar_OBJECTS
) $(jar_OBJECTS
)
162 .SUFFIXES
: .S .c .o .s
163 $(srcdir)/Makefile.in
: Makefile.am
$(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
164 cd
$(top_srcdir
) && $(AUTOMAKE
) --gnu
--include-deps Makefile
166 Makefile
: $(srcdir)/Makefile.in
$(top_builddir
)/config.status
168 && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
170 $(ACLOCAL_M4
): configure.in
171 cd
$(srcdir) && $(ACLOCAL
)
173 config.status
: $(srcdir)/configure
$(CONFIG_STATUS_DEPENDENCIES
)
174 $(SHELL
) .
/config.status
--recheck
175 $(srcdir)/configure
: $(srcdir)/configure.in
$(ACLOCAL_M4
) $(CONFIGURE_DEPENDENCIES
)
176 cd
$(srcdir) && $(AUTOCONF
)
179 @if
test ! -f
$@
; then \
183 stamp-h
: $(srcdir)/config.h.in
$(top_builddir
)/config.status
185 && CONFIG_FILES
= CONFIG_HEADERS
=config.h \
186 $(SHELL
) .
/config.status
187 @echo timestamp
> stamp-h
2> /dev
/null
188 $(srcdir)/config.h.in
: $(srcdir)/stamp-h.in
189 @if
test ! -f
$@
; then \
190 rm -f
$(srcdir)/stamp-h.in
; \
191 $(MAKE
) $(srcdir)/stamp-h.in
; \
193 $(srcdir)/stamp-h.in
: $(top_srcdir
)/configure.in
$(ACLOCAL_M4
)
194 cd
$(top_srcdir
) && $(AUTOHEADER
)
195 @echo timestamp
> $(srcdir)/stamp-h.in
2> /dev
/null
204 maintainer-clean-hdr
:
205 install-defs.sh
: $(top_builddir
)/config.status install-defs.sh.in
206 cd
$(top_builddir
) && CONFIG_FILES
=$@ CONFIG_HEADERS
= $(SHELL
) .
/config.status
208 mostlyclean-binPROGRAMS
:
211 -test -z
"$(bin_PROGRAMS)" ||
rm -f
$(bin_PROGRAMS
)
213 distclean-binPROGRAMS
:
215 maintainer-clean-binPROGRAMS
:
217 install-binPROGRAMS
: $(bin_PROGRAMS
)
219 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
220 @list
='$(bin_PROGRAMS)'; for p in
$$list; do \
221 if
test -f
$$p; then \
222 echo
" $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \
223 $(INSTALL_PROGRAM
) $$p $(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
227 uninstall-binPROGRAMS
:
229 list
='$(bin_PROGRAMS)'; for p in
$$list; do \
230 rm -f
$(DESTDIR
)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \
243 -rm -f
*.o core
*.core
250 maintainer-clean-compile
:
252 grepjar
$(EXEEXT
): $(grepjar_OBJECTS
) $(grepjar_DEPENDENCIES
)
253 @
rm -f grepjar
$(EXEEXT
)
254 $(LINK
) $(grepjar_LDFLAGS
) $(grepjar_OBJECTS
) $(grepjar_LDADD
) $(LIBS
)
256 jar
$(EXEEXT
): $(jar_OBJECTS
) $(jar_DEPENDENCIES
)
258 $(LINK
) $(jar_LDFLAGS
) $(jar_OBJECTS
) $(jar_LDADD
) $(LIBS
)
262 ID
: $(HEADERS
) $(SOURCES
) $(LISP
)
263 list
='$(SOURCES) $(HEADERS)'; \
264 unique
=`for i in $$list; do echo $$i; done | \
265 awk ' { files[$$0] = 1; } \
266 END { for (i in files) print i; }'`; \
267 here
=`pwd` && cd
$(srcdir) \
268 && mkid
-f
$$here/ID
$$unique $(LISP
)
270 TAGS
: $(HEADERS
) $(SOURCES
) config.h.in
$(TAGS_DEPENDENCIES
) $(LISP
)
273 list
='$(SOURCES) $(HEADERS)'; \
274 unique
=`for i in $$list; do echo $$i; done | \
275 awk ' { files[$$0] = 1; } \
276 END { for (i in files) print i; }'`; \
277 test -z
"$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \
278 ||
(cd
$(srcdir) && etags
$(ETAGS_ARGS
) $$tags config.h.in
$$unique $(LISP
) -o
$$here/TAGS
)
287 maintainer-clean-tags
:
289 distdir
= $(PACKAGE
)-$(VERSION
)
290 top_distdir
= $(distdir
)
292 # This target untars the dist file and tries a VPATH configuration. Then
293 # it guarantees that the distribution is self-contained by making another
297 GZIP
=$(GZIP_ENV
) $(TAR
) zxf
$(distdir
).
tar.gz
298 mkdir
$(distdir
)/=build
299 mkdir
$(distdir
)/=inst
300 dc_install_base
=`cd $(distdir)/=inst && pwd`; \
301 cd
$(distdir
)/=build \
302 && ..
/configure
--srcdir=..
--prefix=$$dc_install_base \
303 && $(MAKE
) $(AM_MAKEFLAGS
) \
304 && $(MAKE
) $(AM_MAKEFLAGS
) dvi \
305 && $(MAKE
) $(AM_MAKEFLAGS
) check \
306 && $(MAKE
) $(AM_MAKEFLAGS
) install \
307 && $(MAKE
) $(AM_MAKEFLAGS
) installcheck \
308 && $(MAKE
) $(AM_MAKEFLAGS
) dist
310 @banner
="$(distdir).tar.gz is ready for distribution"; \
311 dashes
=`echo "$$banner" | sed s/./=/g`; \
316 -chmod
-R a
+r
$(distdir
)
317 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
320 -chmod
-R a
+r
$(distdir
)
321 GZIP
=$(GZIP_ENV
) $(TAR
) chozf
$(distdir
).
tar.gz
$(distdir
)
323 distdir
: $(DISTFILES
)
326 -chmod
777 $(distdir
)
327 @for file in
$(DISTFILES
); do \
329 if
test -d
$$d/$$file; then \
330 cp
-pr
$$/$$file $(distdir
)/$$file; \
332 test -f
$(distdir
)/$$file \
333 || ln
$$d/$$file $(distdir
)/$$file 2> /dev
/null \
334 || cp
-p
$$d/$$file $(distdir
)/$$file ||
:; \
344 installcheck: installcheck-am
345 all-recursive-am
: config.h
346 $(MAKE
) $(AM_MAKEFLAGS
) all-recursive
348 install-exec-am
: install-binPROGRAMS
349 install-exec
: install-exec-am
352 install-data
: install-data-am
355 @
$(MAKE
) $(AM_MAKEFLAGS
) install-exec-am install-data-am
357 uninstall-am
: uninstall-binPROGRAMS
358 uninstall: uninstall-am
359 all-am
: Makefile
$(PROGRAMS
) config.h
362 $(MAKE
) $(AM_MAKEFLAGS
) AM_INSTALL_PROGRAM_FLAGS
=-s
install
364 $(mkinstalldirs
) $(DESTDIR
)$(bindir)
372 -rm -f Makefile
$(CONFIG_CLEAN_FILES
)
373 -rm -f config.cache config.log stamp-h stamp-h
[0-9]*
375 maintainer-clean-generic
:
376 mostlyclean-am
: mostlyclean-hdr mostlyclean-binPROGRAMS \
377 mostlyclean-compile mostlyclean-tags \
380 mostlyclean: mostlyclean-am
382 clean-am
: clean-hdr clean-binPROGRAMS clean-compile clean-tags \
383 clean-generic mostlyclean-am
387 distclean-am
: distclean-hdr distclean-binPROGRAMS distclean-compile \
388 distclean-tags distclean-generic clean-am
390 distclean: distclean-am
393 maintainer-clean-am
: maintainer-clean-hdr maintainer-clean-binPROGRAMS \
394 maintainer-clean-compile maintainer-clean-tags \
395 maintainer-clean-generic distclean-am
396 @echo
"This command is intended for maintainers to use;"
397 @echo
"it deletes files that may require special tools to rebuild."
399 maintainer-clean
: maintainer-clean-am
402 .PHONY
: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \
403 mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \
404 maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \
405 mostlyclean-compile distclean-compile clean-compile \
406 maintainer-clean-compile
tags mostlyclean-tags distclean-tags \
407 clean-tags maintainer-clean-tags distdir info-am
info dvi-am
dvi check \
408 check-am installcheck-am
installcheck all-recursive-am install-exec-am \
409 install-exec install-data-am install-data install-am
install \
410 uninstall-am
uninstall all-redirect all-am
all installdirs \
411 mostlyclean-generic distclean-generic clean-generic \
412 maintainer-clean-generic
clean mostlyclean distclean maintainer-clean
415 # Tell versions [3.59,3.63) of GNU make to not export all variables.
416 # Otherwise a system limit (for SysV at least) may be exceeded.