summaryrefslogtreecommitdiff
path: root/www/analog/files/patch-aa
diff options
context:
space:
mode:
Diffstat (limited to 'www/analog/files/patch-aa')
-rw-r--r--www/analog/files/patch-aa28
1 files changed, 11 insertions, 17 deletions
diff --git a/www/analog/files/patch-aa b/www/analog/files/patch-aa
index 241af7985c45..88c825d62027 100644
--- a/www/analog/files/patch-aa
+++ b/www/analog/files/patch-aa
@@ -1,36 +1,30 @@
---- Makefile.orig Wed Sep 1 17:24:44 1999
-+++ Makefile Fri Sep 10 01:02:27 1999
+--- Makefile.orig Sun Nov 14 17:17:21 1999
++++ Makefile Thu Dec 9 06:48:56 1999
@@ -1,11 +1,15 @@
- # Makefile for analog 3.32
+ # Makefile for analog 4.0
# Please read docs/Readme.html, or http://www.statslab.cam.ac.uk/~sret1/analog/
-CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different
-+CC ?= gcc # which compiler to use: eg cc, acc, gcc. NB Different
++#CC = gcc # which compiler to use: eg cc, acc, gcc. NB Different
# compilers need different CFLAGS, e.g., -O instead of -O2.
-CEXTRAFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.
+#CEXTRAFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.
# HP/UX cc requires CEXTRAFLAGS = -Aa (HP/UX 9) or ...
# -Ae (HP/UX 10); BS2000/OSD requires -XLLML -XLLMK
--DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN -DEBCDIC ...
-+#DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN -DEBCDIC ...
+-DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN -DNOREGEX ...
++#DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT -DNOOPEN -DNOREGEX ...
+DEFS = -DANALOGDIR=\"$(PREFIX)/lib/analog/\" \
+ -DLOGFILE=\"/var/log/httpd-access.log\" \
+ -DIMAGEDIR=\"/images/\" \
+ -DDEFAULTCONFIGFILE=\"$(PREFIX)/etc/analog.cfg\"
- # ... -DNEED_STRCMP -DNEED_MEMMOVE -DNEED_STRTOUL ...
- # ... -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H
+ # ... -DEBCDIC -DNEED_STRCMP -DNEED_MEMMOVE ...
+ # ... -DNEED_STRTOUL -DNEED_DIFFTIME -DNEED_FLOATINGPOINT_H
# Solaris 2 (SunOS 5) might need DEFS = -DNEED_STRCMP
-@@ -25,11 +29,13 @@
- macinput.o macstuff.o output.o output2.o process.o settings.o \
+@@ -25,7 +29,7 @@
+ input.o macinput.o macstuff.o output.o output2.o process.o settings.o \
sort.o tree.o utils.o win32.o
- HEADERS = analhead.h analhea2.h macdir.h
+ HEADERS = anlghead.h anlghea2.h anlghea3.h anlghea4.h macdir.h
-CFLAGS = $(CEXTRAFLAGS) $(DEFS) -D$(OS)
+CFLAGS += $(CEXTRAFLAGS) $(DEFS) -D$(OS)
- # Form interface options:
- FORMPROG = anlgform.cgi # The program that processes the data from the form
- FORMSRC = anlgform.c # The source code for that program
-+
-+all: $(PROGRAM)
-
$(PROGRAM): $(OBJS) $(HEADERS) Makefile
$(CC) $(CEXTRAFLAGS) $(OBJS) -o $(PROGRAM) $(LIBS)