1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-28 21:29:28 +00:00
freebsd-ports/www/analog/files/patch-aa
James FitzGibbon 25eb2e8013 Upgrade to v1.92.1
Remove directories created during pkg_delete
1996-10-22 00:49:05 +00:00

21 lines
984 B
Plaintext

--- Makefile.orig Wed Oct 9 09:46:19 1996
+++ Makefile Mon Oct 21 20:37:22 1996
@@ -2,7 +2,7 @@
# Please read Readme.html, or http://www.statslab.cam.ac.uk/~sret1/analog/
CC = gcc # which compiler to use. NB Different compilers need
# different CFLAGS, e.g., -O instead of -O2.
-CFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.
+#CFLAGS = -O2 # options, e.g. for optimisation or ANSI compilation.
DEFS = # any of -DNOPIPES -DNODNS -DNODIRENT
OS = UNIX # Operating system: UNIX, DOS, MAC or VMS
LIBS = -lm # extra libraries needed; Solaris 2 (SunOS 5) needs
@@ -21,6 +21,8 @@
FORMSRC = analform.c # The source code for that program
FORMHTML = analogform.html # Where the form itself will go
FORMOPTS = # Extra analog options when constructing the form
+
+all: $(PROGRAM)
$(PROGRAM): $(OBJS) $(HEADERS) Makefile
$(CC) $(CFLAGS) $(OBJS) -o $(PROGRAM) $(LIBS)