/[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

Diff of /lib/Makefile

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 1.2 by dpavlin, Tue Aug 5 09:52:39 2003 UTC revision 1.3 by dpavlin, Wed Aug 6 16:34:16 2003 UTC
# Line 1  Line 1 
1  PGSQL_INCLUDE=/usr/include/postgresql/  PGSQL_INCLUDE=-I/usr/include/postgresql/ -I/usr/include/postgresql/server/
2    
3  all: rserv.so  all: rserv.so
4    
# Line 6  rserv.so: rserv.o Line 6  rserv.so: rserv.o
6          gcc -shared -o rserv.so rserv.o          gcc -shared -o rserv.so rserv.o
7    
8  rserv.o: rserv.c  rserv.o: rserv.c
9          gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I. -I$(PGSQL_INCLUDE)  -c -o rserv.o rserv.c          gcc -O2 -Wall -Wmissing-prototypes -Wmissing-declarations -fpic -I. $(PGSQL_INCLUDE)  -c -o rserv.o rserv.c
10    
11  clean:  clean:
12          rm -f *~ rserv.{o,so}          rm -f *~ rserv.{o,so}

Legend:
Removed from v.1.2  
changed lines
  Added in v.1.3

  ViewVC Help
Powered by ViewVC 1.1.26