/[pgmemcache]/trunk/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 /trunk/Makefile

Parent Directory Parent Directory | Revision Log Revision Log


Revision 6 - (hide annotations)
Thu Jul 20 11:29:50 2006 UTC (17 years, 9 months ago) by dpavlin
File size: 261 byte(s)
PostgreSQL 8.1 doesn't need full path to functions
1 dpavlin 4 dir=`pwd`
2     code=pgmemcache
3    
4     install: ${code}.so
5     sudo cp ${code}.so `pg_config --pkglibdir`
6 dpavlin 6 psql test < pgmemcache.sql
7 dpavlin 4
8     %.o: %.c
9     @echo $@ $< $^
10     cc -Wall -I`pg_config --includedir-server` -fpic -c $<
11    
12     %.so: %.o
13     @echo $@ $< $^
14     cc -shared -o $@ $< -lmemcache
15    

  ViewVC Help
Powered by ViewVC 1.1.26