Makefile 489 B

1234567891011121314151617
  1. # $Id$
  2. #
  3. # WARNING: do not run this directly, it should be run by the master Makefile
  4. include ../../Makefile.defs
  5. auto_gen=
  6. NAME=postgres.so
  7. # libpq-fe.h locations
  8. #DEFS += -DPG_TEST
  9. DEFS +=-I$(LOCALBASE)/include -I$(LOCALBASE)/pgsql/include \
  10. -I$(LOCALBASE)/include/postgresql \
  11. -I/usr/include/postgresql -I/usr/include/postgresql/8.0 \
  12. -I/usr/include/pgsql/
  13. LIBS=-L$(LOCALBASE)/lib -L$(LOCALBASE)/pgsql/lib -L$(LOCALBASE)/lib/pgsql -L /usr/lib -lpq
  14. include ../../Makefile.modules