aboutsummaryrefslogtreecommitdiff
path: root/news/plor/files/patch-aa
blob: 461886f5c908d60dd2e8e4587c399aaadf754215 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
--- Makefile.orig	Thu Oct 31 06:36:14 1996
+++ Makefile	Fri Jan 17 22:56:42 1997
@@ -14,12 +14,12 @@
 INCLUDE = ./include/
 #LIBS =
 
-ifdef DEBUG
+.ifdef DEBUG
 #CFLAGS = -g -Wall -m486 -O2 -ansi -pedantic -finline-functions
-FLAGS = -g -Wall -m486 -O3 -ansi -pedantic -fomit-frame-pointer 
-else
-FLAGS = -m486 -O3 -fomit-frame-pointer  
-endif
+FLAGS = -g -Wall -m486 -O3 -ansi -pedantic -fomit-frame-pointer -D_HAVE_PARAM_H
+.else
+FLAGS = -m486 -O3 -fomit-frame-pointer -D_HAVE_PARAM_H
+.endif
 
 CFLAGS = -I$(INCLUDE) $(FLAGS)
 
@@ -28,18 +28,18 @@
 
 ############# END USER CONFIGURATION ##################
 
-ifdef DEBUG
+.ifdef DEBUG
 all: TODO $(OBJECTS) del plor 
-else
+.else
 all: $(OBJECTS) del plor
-endif
+.endif
 
 plor: $(OBJECTS) 
 	$(CC) $(FLAGS) $(OBJECTS) $(LIBS) -o plor 
-ifdef DEBUG
-else
+.ifdef DEBUG
+.else
 	strip plor
-endif
+.endif
 
 # OBJECTS to compile
 main.o: main.c