]>
Commit | Line | Data |
---|---|---|
bd8757b3 APB |
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 | # 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. | |
18 | ||
19 | ||
20 | SHELL = @SHELL@ | |
21 | ||
22 | srcdir = @srcdir@ | |
23 | top_srcdir = @top_srcdir@ | |
24 | VPATH = @srcdir@ | |
25 | prefix = @prefix@ | |
26 | exec_prefix = @exec_prefix@ | |
27 | ||
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 | |
40 | ||
41 | DESTDIR = | |
42 | ||
43 | pkgdatadir = $(datadir)/@PACKAGE@ | |
44 | pkglibdir = $(libdir)/@PACKAGE@ | |
45 | pkgincludedir = $(includedir)/@PACKAGE@ | |
46 | ||
47 | top_builddir = . | |
48 | ||
49 | ACLOCAL = @ACLOCAL@ | |
50 | AUTOCONF = @AUTOCONF@ | |
51 | AUTOMAKE = @AUTOMAKE@ | |
52 | AUTOHEADER = @AUTOHEADER@ | |
53 | ||
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@ | |
59 | ||
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 | MAKEINFO = @MAKEINFO@ | |
70 | PACKAGE = @PACKAGE@ | |
71 | RM = @RM@ | |
72 | STRIP = @STRIP@ | |
73 | VERSION = @VERSION@ | |
74 | ZDEPS = @ZDEPS@ | |
75 | ZINCS = @ZINCS@ | |
76 | ZLIBS = @ZLIBS@ | |
77 | ||
78 | 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)" | |
79 | ||
80 | ||
81 | INCLUDES = -I. -I$(top_srcdir) $(ZINCS) | |
82 | ||
83 | bin_PROGRAMS = fastjar grepjar | |
84 | fastjar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h | |
85 | fastjar_LDADD = $(ZLIBS) | |
86 | fastjar_DEPENDENCIES = $(ZDEPS) | |
87 | grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h | |
88 | grepjar_LDADD = $(ZLIBS) | |
89 | grepjar_DEPENDENCIES = $(ZDEPS) | |
90 | ACLOCAL_M4 = $(top_srcdir)/aclocal.m4 | |
91 | mkinstalldirs = $(SHELL) $(top_srcdir)/mkinstalldirs | |
92 | CONFIG_HEADER = config.h | |
93 | CONFIG_CLEAN_FILES = install-defs.sh | |
94 | PROGRAMS = $(bin_PROGRAMS) | |
95 | ||
96 | ||
97 | DEFS = @DEFS@ -I. -I$(srcdir) -I. | |
98 | CPPFLAGS = @CPPFLAGS@ | |
99 | LDFLAGS = @LDFLAGS@ | |
100 | LIBS = @LIBS@ | |
101 | fastjar_OBJECTS = jartool.o dostime.o compress.o pushback.o | |
102 | fastjar_LDFLAGS = | |
103 | grepjar_OBJECTS = jargrep.o dostime.o compress.o pushback.o | |
104 | grepjar_LDFLAGS = | |
105 | CFLAGS = @CFLAGS@ | |
106 | COMPILE = $(CC) $(DEFS) $(INCLUDES) $(AM_CPPFLAGS) $(CPPFLAGS) $(AM_CFLAGS) $(CFLAGS) | |
107 | CCLD = $(CC) | |
108 | LINK = $(CCLD) $(AM_CFLAGS) $(CFLAGS) $(LDFLAGS) -o $@ | |
109 | DIST_COMMON = README ./stamp-h.in AUTHORS COPYING ChangeLog INSTALL \ | |
110 | Makefile.am Makefile.in NEWS aclocal.m4 config.h.in configure \ | |
111 | configure.in install-defs.sh.in install-sh missing mkinstalldirs | |
112 | ||
113 | ||
114 | DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST) | |
115 | ||
116 | TAR = gtar | |
117 | GZIP_ENV = --best | |
118 | DEP_FILES = .deps/compress.P .deps/dostime.P .deps/jargrep.P \ | |
119 | .deps/jartool.P .deps/pushback.P | |
120 | SOURCES = $(fastjar_SOURCES) $(grepjar_SOURCES) | |
121 | OBJECTS = $(fastjar_OBJECTS) $(grepjar_OBJECTS) | |
122 | ||
123 | all: all-redirect | |
124 | .SUFFIXES: | |
125 | .SUFFIXES: .S .c .o .s | |
126 | $(srcdir)/Makefile.in: Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
127 | cd $(top_srcdir) && $(AUTOMAKE) --gnu Makefile | |
128 | ||
129 | Makefile: $(srcdir)/Makefile.in $(top_builddir)/config.status $(BUILT_SOURCES) | |
130 | cd $(top_builddir) \ | |
131 | && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
132 | ||
133 | $(ACLOCAL_M4): configure.in | |
134 | cd $(srcdir) && $(ACLOCAL) | |
135 | ||
136 | config.status: $(srcdir)/configure $(CONFIG_STATUS_DEPENDENCIES) | |
137 | $(SHELL) ./config.status --recheck | |
138 | $(srcdir)/configure: $(srcdir)/configure.in $(ACLOCAL_M4) $(CONFIGURE_DEPENDENCIES) | |
139 | cd $(srcdir) && $(AUTOCONF) | |
140 | ||
141 | config.h: stamp-h | |
142 | @if test ! -f $@; then \ | |
143 | rm -f stamp-h; \ | |
144 | $(MAKE) stamp-h; \ | |
145 | else :; fi | |
146 | stamp-h: $(srcdir)/config.h.in $(top_builddir)/config.status | |
147 | cd $(top_builddir) \ | |
148 | && CONFIG_FILES= CONFIG_HEADERS=config.h \ | |
149 | $(SHELL) ./config.status | |
150 | @echo timestamp > stamp-h 2> /dev/null | |
151 | $(srcdir)/config.h.in: $(srcdir)/stamp-h.in | |
152 | @if test ! -f $@; then \ | |
153 | rm -f $(srcdir)/stamp-h.in; \ | |
154 | $(MAKE) $(srcdir)/stamp-h.in; \ | |
155 | else :; fi | |
156 | $(srcdir)/stamp-h.in: $(top_srcdir)/configure.in $(ACLOCAL_M4) | |
157 | cd $(top_srcdir) && $(AUTOHEADER) | |
158 | @echo timestamp > $(srcdir)/stamp-h.in 2> /dev/null | |
159 | ||
160 | mostlyclean-hdr: | |
161 | ||
162 | clean-hdr: | |
163 | ||
164 | distclean-hdr: | |
165 | -rm -f config.h | |
166 | ||
167 | maintainer-clean-hdr: | |
168 | install-defs.sh: $(top_builddir)/config.status install-defs.sh.in | |
169 | cd $(top_builddir) && CONFIG_FILES=$@ CONFIG_HEADERS= $(SHELL) ./config.status | |
170 | ||
171 | mostlyclean-binPROGRAMS: | |
172 | ||
173 | clean-binPROGRAMS: | |
174 | -test -z "$(bin_PROGRAMS)" || rm -f $(bin_PROGRAMS) | |
175 | ||
176 | distclean-binPROGRAMS: | |
177 | ||
178 | maintainer-clean-binPROGRAMS: | |
179 | ||
180 | install-binPROGRAMS: $(bin_PROGRAMS) | |
181 | @$(NORMAL_INSTALL) | |
182 | $(mkinstalldirs) $(DESTDIR)$(bindir) | |
183 | @list='$(bin_PROGRAMS)'; for p in $$list; do \ | |
184 | if test -f $$p; then \ | |
185 | echo " $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`"; \ | |
186 | $(INSTALL_PROGRAM) $$p $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ | |
187 | else :; fi; \ | |
188 | done | |
189 | ||
190 | uninstall-binPROGRAMS: | |
191 | @$(NORMAL_UNINSTALL) | |
192 | list='$(bin_PROGRAMS)'; for p in $$list; do \ | |
193 | rm -f $(DESTDIR)$(bindir)/`echo $$p|sed 's/$(EXEEXT)$$//'|sed '$(transform)'|sed 's/$$/$(EXEEXT)/'`; \ | |
194 | done | |
195 | ||
196 | .s.o: | |
197 | $(COMPILE) -c $< | |
198 | ||
199 | .S.o: | |
200 | $(COMPILE) -c $< | |
201 | ||
202 | mostlyclean-compile: | |
203 | -rm -f *.o core *.core | |
204 | ||
205 | clean-compile: | |
206 | ||
207 | distclean-compile: | |
208 | -rm -f *.tab.c | |
209 | ||
210 | maintainer-clean-compile: | |
211 | ||
212 | fastjar: $(fastjar_OBJECTS) $(fastjar_DEPENDENCIES) | |
213 | @rm -f fastjar | |
214 | $(LINK) $(fastjar_LDFLAGS) $(fastjar_OBJECTS) $(fastjar_LDADD) $(LIBS) | |
215 | ||
216 | grepjar: $(grepjar_OBJECTS) $(grepjar_DEPENDENCIES) | |
217 | @rm -f grepjar | |
218 | $(LINK) $(grepjar_LDFLAGS) $(grepjar_OBJECTS) $(grepjar_LDADD) $(LIBS) | |
219 | ||
220 | tags: TAGS | |
221 | ||
222 | ID: $(HEADERS) $(SOURCES) $(LISP) | |
223 | list='$(SOURCES) $(HEADERS)'; \ | |
224 | unique=`for i in $$list; do echo $$i; done | \ | |
225 | awk ' { files[$$0] = 1; } \ | |
226 | END { for (i in files) print i; }'`; \ | |
227 | here=`pwd` && cd $(srcdir) \ | |
228 | && mkid -f$$here/ID $$unique $(LISP) | |
229 | ||
230 | TAGS: $(HEADERS) $(SOURCES) config.h.in $(TAGS_DEPENDENCIES) $(LISP) | |
231 | tags=; \ | |
232 | here=`pwd`; \ | |
233 | list='$(SOURCES) $(HEADERS)'; \ | |
234 | unique=`for i in $$list; do echo $$i; done | \ | |
235 | awk ' { files[$$0] = 1; } \ | |
236 | END { for (i in files) print i; }'`; \ | |
237 | test -z "$(ETAGS_ARGS)config.h.in$$unique$(LISP)$$tags" \ | |
238 | || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags config.h.in $$unique $(LISP) -o $$here/TAGS) | |
239 | ||
240 | mostlyclean-tags: | |
241 | ||
242 | clean-tags: | |
243 | ||
244 | distclean-tags: | |
245 | -rm -f TAGS ID | |
246 | ||
247 | maintainer-clean-tags: | |
248 | ||
249 | distdir = $(PACKAGE)-$(VERSION) | |
250 | top_distdir = $(distdir) | |
251 | ||
252 | # This target untars the dist file and tries a VPATH configuration. Then | |
253 | # it guarantees that the distribution is self-contained by making another | |
254 | # tarfile. | |
255 | distcheck: dist | |
256 | -rm -rf $(distdir) | |
257 | GZIP=$(GZIP_ENV) $(TAR) zxf $(distdir).tar.gz | |
258 | mkdir $(distdir)/=build | |
259 | mkdir $(distdir)/=inst | |
260 | dc_install_base=`cd $(distdir)/=inst && pwd`; \ | |
261 | cd $(distdir)/=build \ | |
262 | && ../configure --srcdir=.. --prefix=$$dc_install_base \ | |
263 | && $(MAKE) $(AM_MAKEFLAGS) \ | |
264 | && $(MAKE) $(AM_MAKEFLAGS) dvi \ | |
265 | && $(MAKE) $(AM_MAKEFLAGS) check \ | |
266 | && $(MAKE) $(AM_MAKEFLAGS) install \ | |
267 | && $(MAKE) $(AM_MAKEFLAGS) installcheck \ | |
268 | && $(MAKE) $(AM_MAKEFLAGS) dist | |
269 | -rm -rf $(distdir) | |
270 | @banner="$(distdir).tar.gz is ready for distribution"; \ | |
271 | dashes=`echo "$$banner" | sed s/./=/g`; \ | |
272 | echo "$$dashes"; \ | |
273 | echo "$$banner"; \ | |
274 | echo "$$dashes" | |
275 | dist: distdir | |
276 | -chmod -R a+r $(distdir) | |
277 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | |
278 | -rm -rf $(distdir) | |
279 | dist-all: distdir | |
280 | -chmod -R a+r $(distdir) | |
281 | GZIP=$(GZIP_ENV) $(TAR) chozf $(distdir).tar.gz $(distdir) | |
282 | -rm -rf $(distdir) | |
283 | distdir: $(DISTFILES) | |
284 | -rm -rf $(distdir) | |
285 | mkdir $(distdir) | |
286 | -chmod 777 $(distdir) | |
287 | here=`cd $(top_builddir) && pwd`; \ | |
288 | top_distdir=`cd $(distdir) && pwd`; \ | |
289 | distdir=`cd $(distdir) && pwd`; \ | |
290 | cd $(top_srcdir) \ | |
291 | && $(AUTOMAKE) --include-deps --build-dir=$$here --srcdir-name=$(top_srcdir) --output-dir=$$top_distdir --gnu Makefile | |
292 | @for file in $(DISTFILES); do \ | |
293 | d=$(srcdir); \ | |
294 | if test -d $$d/$$file; then \ | |
295 | cp -pr $$/$$file $(distdir)/$$file; \ | |
296 | else \ | |
297 | test -f $(distdir)/$$file \ | |
298 | || ln $$d/$$file $(distdir)/$$file 2> /dev/null \ | |
299 | || cp -p $$d/$$file $(distdir)/$$file || :; \ | |
300 | fi; \ | |
301 | done | |
302 | ||
303 | DEPS_MAGIC := $(shell mkdir .deps > /dev/null 2>&1 || :) | |
304 | ||
305 | -include $(DEP_FILES) | |
306 | ||
307 | mostlyclean-depend: | |
308 | ||
309 | clean-depend: | |
310 | ||
311 | distclean-depend: | |
312 | -rm -rf .deps | |
313 | ||
314 | maintainer-clean-depend: | |
315 | ||
316 | %.o: %.c | |
317 | @echo '$(COMPILE) -c $<'; \ | |
318 | $(COMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | |
319 | @-cp .deps/$(*F).pp .deps/$(*F).P; \ | |
320 | tr ' ' '\012' < .deps/$(*F).pp \ | |
321 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | |
322 | >> .deps/$(*F).P; \ | |
323 | rm .deps/$(*F).pp | |
324 | ||
325 | %.lo: %.c | |
326 | @echo '$(LTCOMPILE) -c $<'; \ | |
327 | $(LTCOMPILE) -Wp,-MD,.deps/$(*F).pp -c $< | |
328 | @-sed -e 's/^\([^:]*\)\.o[ ]*:/\1.lo \1.o :/' \ | |
329 | < .deps/$(*F).pp > .deps/$(*F).P; \ | |
330 | tr ' ' '\012' < .deps/$(*F).pp \ | |
331 | | sed -e 's/^\\$$//' -e '/^$$/ d' -e '/:$$/ d' -e 's/$$/ :/' \ | |
332 | >> .deps/$(*F).P; \ | |
333 | rm -f .deps/$(*F).pp | |
334 | info-am: | |
335 | info: info-am | |
336 | dvi-am: | |
337 | dvi: dvi-am | |
338 | check-am: all-am | |
339 | check: check-am | |
340 | installcheck-am: | |
341 | installcheck: installcheck-am | |
342 | all-recursive-am: config.h | |
343 | $(MAKE) $(AM_MAKEFLAGS) all-recursive | |
344 | ||
345 | install-exec-am: install-binPROGRAMS | |
346 | install-exec: install-exec-am | |
347 | ||
348 | install-data-am: | |
349 | install-data: install-data-am | |
350 | ||
351 | install-am: all-am | |
352 | @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am | |
353 | install: install-am | |
354 | uninstall-am: uninstall-binPROGRAMS | |
355 | uninstall: uninstall-am | |
356 | all-am: Makefile $(PROGRAMS) config.h | |
357 | all-redirect: all-am | |
358 | install-strip: | |
359 | $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install | |
360 | installdirs: | |
361 | $(mkinstalldirs) $(DESTDIR)$(bindir) | |
362 | ||
363 | ||
364 | mostlyclean-generic: | |
365 | ||
366 | clean-generic: | |
367 | ||
368 | distclean-generic: | |
369 | -rm -f Makefile $(CONFIG_CLEAN_FILES) | |
370 | -rm -f config.cache config.log stamp-h stamp-h[0-9]* | |
371 | ||
372 | maintainer-clean-generic: | |
373 | mostlyclean-am: mostlyclean-hdr mostlyclean-binPROGRAMS \ | |
374 | mostlyclean-compile mostlyclean-tags mostlyclean-depend \ | |
375 | mostlyclean-generic | |
376 | ||
377 | mostlyclean: mostlyclean-am | |
378 | ||
379 | clean-am: clean-hdr clean-binPROGRAMS clean-compile clean-tags \ | |
380 | clean-depend clean-generic mostlyclean-am | |
381 | ||
382 | clean: clean-am | |
383 | ||
384 | distclean-am: distclean-hdr distclean-binPROGRAMS distclean-compile \ | |
385 | distclean-tags distclean-depend distclean-generic \ | |
386 | clean-am | |
387 | ||
388 | distclean: distclean-am | |
389 | -rm -f config.status | |
390 | ||
391 | maintainer-clean-am: maintainer-clean-hdr maintainer-clean-binPROGRAMS \ | |
392 | maintainer-clean-compile maintainer-clean-tags \ | |
393 | maintainer-clean-depend maintainer-clean-generic \ | |
394 | distclean-am | |
395 | @echo "This command is intended for maintainers to use;" | |
396 | @echo "it deletes files that may require special tools to rebuild." | |
397 | ||
398 | maintainer-clean: maintainer-clean-am | |
399 | -rm -f config.status | |
400 | ||
401 | .PHONY: mostlyclean-hdr distclean-hdr clean-hdr maintainer-clean-hdr \ | |
402 | mostlyclean-binPROGRAMS distclean-binPROGRAMS clean-binPROGRAMS \ | |
403 | maintainer-clean-binPROGRAMS uninstall-binPROGRAMS install-binPROGRAMS \ | |
404 | mostlyclean-compile distclean-compile clean-compile \ | |
405 | maintainer-clean-compile tags mostlyclean-tags distclean-tags \ | |
406 | clean-tags maintainer-clean-tags distdir mostlyclean-depend \ | |
407 | distclean-depend clean-depend maintainer-clean-depend info-am info \ | |
408 | dvi-am dvi check check-am installcheck-am installcheck all-recursive-am \ | |
409 | install-exec-am install-exec install-data-am install-data install-am \ | |
410 | install 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 | |
413 | ||
414 | ||
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. | |
417 | .NOEXPORT: |