/[rserv]/lib/Makefile
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Annotation of /lib/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1.3 - (hide annotations)
Wed Aug 6 16:34:16 2003 UTC (20 years, 7 months ago) by dpavlin
Branch: MAIN
CVS Tags: before_onlytables, before_multmaster, r_0_3, HEAD
Changes since 1.2: +2 -2 lines
two includes, helps compile on Debian

1 dpavlin 1.3 PGSQL_INCLUDE=-I/usr/include/postgresql/ -I/usr/include/postgresql/server/
2 dpavlin 1.1
3 dpavlin 1.2 all: rserv.so
4 dpavlin 1.1
5 dpavlin 1.2 rserv.so: rserv.o
6     gcc -shared -o rserv.so rserv.o
7 dpavlin 1.1
8 dpavlin 1.2 rserv.o: rserv.c
9 dpavlin 1.3 gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I. $(PGSQL_INCLUDE) -c -o rserv.o rserv.c
10 dpavlin 1.1
11     clean:
12 dpavlin 1.2 rm -f *~ rserv.{o,so}

  ViewVC Help
Powered by ViewVC 1.1.26