blob: cae7084d2bfa163f0e9204c47490f919c86b35e5 (
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
|
--- makefile-- Thu Mar 1 12:44:27 2001
+++ makefile Thu Mar 1 12:46:38 2001
@@ -33,15 +33,15 @@
# package installed AOLserver and PostgreSQL
# Location of the PostgreSQL libraries
-#PGLIB=/usr/local/pgsql/lib
+PGLIB=/usr/local/pgsql/lib
# Location of the PostgreSQL includes
-#PGINC=/usr/local/pgsql/include
+PGINC=/usr/local/pgsql/include
# Location of the AOLserver files (normally the ~nsadmin directory):
#NSHOME=/opt/aolserver
# Alternate location for AOLserver
-#NSHOME=/usr/local/AOLserver
+NSHOME=/usr/local/aolserver
CC=gcc
COPTS=-Wall -fpic -shared -I/usr/local/pgsql/include -I/home/nsadmin/include -I-/usr/include
@@ -82,8 +82,8 @@
# FreeBSD 3
# The make install target isn't what you want---just copy postgres.so to
# /usr/local/libexec/aolserver
-#COPTS=-g -Wall -fpic -pthread -D_THREAD_SAFE -I/usr/local/include/aolserver -I/usr/local/pgsql/include
-#LDFLAGS=-pthread -Wl,-E
+COPTS=-g -Wall -fpic -pthread -D_THREAD_SAFE -I${NSHOME}/include -I${PGINC}
+LDFLAGS=-pthread -Wl,-E
# You should not need to edit anything below this line.
|