postgresql/src/interfaces/ecpg/test/Makefile

22 lines
474 B
Makefile
Raw Normal View History

1999-11-02 13:11:53 +01:00
all: test1 test2 test3 test4 perftest
1999-12-16 07:53:12 +01:00
#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
#ECPG=/usr/local/pgsql/bin/ecpg
ECPG=../preproc/ecpg -I../include
1999-11-02 13:11:53 +01:00
.SUFFIXES: .pgc .c
1999-11-02 13:11:53 +01:00
test1: test1.c
test2: test2.c
1999-03-05 10:38:51 +01:00
test3: test3.c
1999-11-02 13:11:53 +01:00
test4: test4.c
perftest: perftest.c
1999-11-02 13:11:53 +01:00
.pgc.c:
1999-12-16 07:53:12 +01:00
$(ECPG) $?
clean:
1999-11-02 13:11:53 +01:00
-/bin/rm test1 test2 test3 test4 perftest *.c log