1999-05-04 22:40:43 +00:00
|
|
|
--- Makefile.in.orig Wed Apr 14 18:28:16 1999
|
|
|
|
+++ Makefile.in Thu Apr 15 22:55:00 1999
|
1999-05-03 02:55:20 +00:00
|
|
|
@@ -12,7 +12,7 @@
|
|
|
|
# for gzip because otherwise the load on the web server
|
|
|
|
# grows without having big benefits.
|
|
|
|
# COMPRESSION = -DCOMPRESSION=4
|
|
|
|
-COMPRESSION = -DCOMPRESSION=1
|
|
|
|
+COMPRESSION ?= -DCOMPRESSION=1
|
|
|
|
|
|
|
|
# Dont change things beyond this line.
|
1999-05-04 22:40:43 +00:00
|
|
|
TARGET = java2html
|
|
|
|
@@ -43,7 +43,7 @@
|
1999-05-03 02:55:20 +00:00
|
|
|
srcdir = @srcdir@
|
|
|
|
CPPFLAGS = @CPPFLAGS@
|
|
|
|
|
1999-05-04 22:40:43 +00:00
|
|
|
-CFLAGS += -O2 -Wall -pedantic
|
|
|
|
+CFLAGS ?= -O2 -Wall -pedantic
|
|
|
|
ALL_CFLAGS = $(CFLAGS) -I$(srcdir) $(COMPRESSION)
|
1999-05-03 02:55:20 +00:00
|
|
|
|
|
|
|
all: $(TARGET)
|