blob: 114016ce0bb6968859061ac5a9326c8ac9e584dd (
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
|
--- Makefile.orig Sun Feb 24 20:15:21 2002
+++ Makefile Fri Mar 8 23:42:07 2002
@@ -1,10 +1,10 @@
# $Id: Makefile,v 1.56 2002/02/24 12:15:21 bw Exp $
# Linux
-CC = gcc
-CFLAGS = -pipe -O2 -Wall #-pedantic -Wpointer-arith #-g #-p
-LDFLAGS = #-g #-static -p
-LIBS = -lcrypt -lz #-lc_p
+#CC = gcc
+#CFLAGS = -pipe -O2 -Wall #-pedantic -Wpointer-arith #-g #-p
+#LDFLAGS = #-g #-static -p
+#LIBS = -lcrypt -lz #-lc_p
# Solaris
#LIBS = -lnsl -lsocket -lz -lcrypt
@@ -23,8 +23,8 @@
# FreeBSD
#CC = gcc
-#CFLAGS = -pipe -O2 -Wall -I/usr/local/include
-#LIBS = -L/usr/local/lib -lintl -lcrypt -lz
+CFLAGS += -I%%LOCALBASE%%/include
+LIBS = -L%%LOCALBASE%%/lib -lintl -lcrypt -lz
# You might want to add -DSHORT_NAMES to CFLAGS if you only intend to
# analyze log formats with short list/chain/branch/interface names like
|