1 # Process this with automake to create Makefile.in
3 # Work around what appears to be a GNU make bug handling MAKEFLAGS
4 # values defined in terms of make variables, as is the case for CC and
5 # friends when we are called from the top level Makefile.
7 "AR_FLAGS=$(AR_FLAGS)" \
8 "CC_FOR_BUILD=$(CC_FOR_BUILD)" \
10 "CXXFLAGS=$(CXXFLAGS)" \
11 "CFLAGS_FOR_BUILD=$(CFLAGS_FOR_BUILD)" \
12 "CFLAGS_FOR_TARGET=$(CFLAGS_FOR_TARGET)" \
13 "INSTALL=$(INSTALL)" \
14 "INSTALL_DATA=$(INSTALL_DATA)" \
15 "INSTALL_PROGRAM=$(INSTALL_PROGRAM)" \
16 "INSTALL_SCRIPT=$(INSTALL_SCRIPT)" \
17 "JC1FLAGS=$(JC1FLAGS)" \
18 "LDFLAGS=$(LDFLAGS)" \
19 "LIBCFLAGS=$(LIBCFLAGS)" \
20 "LIBCFLAGS_FOR_TARGET=$(LIBCFLAGS_FOR_TARGET)" \
22 "MAKEINFO=$(MAKEINFO) $(MAKEINFOFLAGS)" \
23 "PICFLAG=$(PICFLAG)" \
24 "PICFLAG_FOR_TARGET=$(PICFLAG_FOR_TARGET)" \
26 "exec_prefix=$(exec_prefix)" \
27 "infodir=$(infodir)" \
35 "LIBCFLAGS=$(LIBCFLAGS)" \
37 "PICFLAG=$(PICFLAG)" \
41 INCLUDES = -I. -I$(top_srcdir) $(ZINCS)
44 EXTRA_PROGRAMS = grepjar
45 jar_SOURCES = jartool.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
47 jar_DEPENDENCIES = $(ZDEPS)
48 grepjar_SOURCES = jargrep.c dostime.c compress.c pushback.c jartool.h zipfile.h dostime.h compress.h pushback.h
49 grepjar_LDADD = $(ZLIBS)
50 grepjar_DEPENDENCIES = $(ZDEPS)
52 AM_CFLAGS = @fastjar_warn_cflags@