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

Diff of /trunk/Makefile

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

revision 13 by dpavlin, Sat Feb 19 16:01:46 2005 UTC revision 14 by dpavlin, Sat Feb 19 20:59:17 2005 UTC
# Line 3  code=pgswish Line 3  code=pgswish
3    
4  all: pgswish install  all: pgswish install
5          psql test < pgswish.sql          psql test < pgswish.sql
6          psql -c "select * from pgswish('"${dir}"/index/test', 'a* or b* or c*', '', '') order by size" test          #psql -c "select * from pgswish('"${dir}"/index/test', 'a* or b* or c*', '') order by size" test
7  #       cat test.sql | sed "s,##dir##,${dir}," | psql test          cat test.sql | sed "s,##dir##,${dir}," | psql test
8    
9  pgswish:  pgswish:
10          cc -I`pg_config --includedir-server` -fpic -c ${code}.c          cc -I`pg_config --includedir-server` -fpic -c ${code}.c

Legend:
Removed from v.13  
changed lines
  Added in v.14

  ViewVC Help
Powered by ViewVC 1.1.26