diff options
Diffstat (limited to 'src/interfaces/ecpg/test/Makefile')
-rw-r--r-- | src/interfaces/ecpg/test/Makefile | 10 |
1 files changed, 2 insertions, 8 deletions
diff --git a/src/interfaces/ecpg/test/Makefile b/src/interfaces/ecpg/test/Makefile index 50217b52aea..a4238fcc383 100644 --- a/src/interfaces/ecpg/test/Makefile +++ b/src/interfaces/ecpg/test/Makefile @@ -1,4 +1,4 @@ -all: stp.so test1 test2 test3 test4 test5 perftest dyntest +all: test1 test2 test3 test4 perftest dyntest #LDFLAGS=-g -I /usr/local/pgsql/include -L/usr/local/pgsql/lib -lecpg -lpq -lcrypt LDFLAGS=-g -I../include -I/usr/include/postgresql -L/usr/lib/postgresql -L../lib -lecpg -lpq -lcrypt @@ -14,17 +14,11 @@ test1: test1.c test2: test2.c test3: test3.c test4: test4.c -test5: test5.c perftest: perftest.c dyntest: dyntest.c .pgc.c: $(ECPG) $? -stp.so: stp.c - cc -fPIC -I../include -I/usr/include/postgresql -c -o stp.o stp.c - ld -Bdynamic -shared -soname stp.so -o stp.so stp.o -lpq -lecpg -lc - - clean: - -/bin/rm test1 test2 test3 test4 test5 perftest *.c log stp.o stp.so dyntest + -/bin/rm test1 test2 test3 test4 perftest *.c log dyntest |