2003-11-29 19:52:15 +00:00
|
|
|
# $PostgreSQL: pgsql/contrib/spi/Makefile,v 1.23 2003/11/29 19:51:35 pgsql Exp $
|
1997-09-11 06:51:23 +00:00
|
|
|
|
2000-07-09 13:14:19 +00:00
|
|
|
subdir = contrib/spi
|
|
|
|
top_builddir = ../..
|
2000-10-20 21:04:27 +00:00
|
|
|
include $(top_builddir)/src/Makefile.global
|
1997-09-11 06:51:23 +00:00
|
|
|
|
2001-09-06 10:49:30 +00:00
|
|
|
MODULES = autoinc insert_username moddatetime refint timetravel
|
|
|
|
DATA_built = $(addsuffix .sql, $(MODULES))
|
|
|
|
DOCS = README.spi $(addsuffix .example, $(MODULES))
|
1997-09-11 09:08:31 +00:00
|
|
|
|
2002-10-03 18:40:02 +00:00
|
|
|
# this is needed for the regression tests;
|
|
|
|
# comment out if you want a quieter refint package for other uses
|
2001-09-06 10:49:30 +00:00
|
|
|
PG_CPPFLAGS = -DREFINT_VERBOSE
|
1997-09-11 06:51:23 +00:00
|
|
|
|
2001-09-06 10:49:30 +00:00
|
|
|
include $(top_srcdir)/contrib/contrib-global.mk
|