Add $PostgreSQL$ marker to contrib makefiles.

REL8_3_STABLE
Peter Eisentraut 20 years ago
parent f44271176e
commit 994b1cb59e
  1. 2
      contrib/adminpack/Makefile
  2. 1
      contrib/btree_gist/Makefile
  3. 4
      contrib/hstore/Makefile
  4. 2
      contrib/ltree/Makefile
  5. 1
      contrib/pg_standby/Makefile
  6. 5
      contrib/pg_trgm/Makefile
  7. 2
      contrib/sslinfo/Makefile
  8. 2
      contrib/tablefunc/Makefile
  9. 3
      contrib/xml2/Makefile

@ -1,3 +1,5 @@
# $PostgreSQL: pgsql/contrib/adminpack/Makefile,v 1.4 2007/02/09 17:03:59 petere Exp $
MODULE_big = adminpack
PG_CPPFLAGS = -I$(libpq_srcdir)
DATA_built = adminpack.sql

@ -1,3 +1,4 @@
# $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.10 2007/02/09 17:03:59 petere Exp $
MODULE_big = btree_gist

@ -1,3 +1,5 @@
# $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.3 2007/02/09 17:04:00 petere Exp $
subdir = contrib/hstore
top_builddir = ../..
include $(top_builddir)/src/Makefile.global
@ -14,5 +16,3 @@ DOCS = README.hstore
REGRESS = hstore
include $(top_srcdir)/contrib/contrib-global.mk
# DO NOT DELETE

@ -1,3 +1,5 @@
# $PostgreSQL: pgsql/contrib/ltree/Makefile,v 1.6 2007/02/09 17:04:00 petere Exp $
PG_CPPFLAGS = -DLOWER_NODE
MODULE_big = ltree
OBJS = ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o \

@ -1,3 +1,4 @@
# $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.2 2007/02/09 17:04:00 petere Exp $
PROGRAM = pg_standby
OBJS = pg_standby.o

@ -1,3 +1,4 @@
# $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.5 2007/02/09 17:04:00 petere Exp $
PG_CPPFLAGS = -I.
@ -19,7 +20,3 @@ top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif
# DO NOT DELETE

@ -1,3 +1,5 @@
# $PostgreSQL: pgsql/contrib/sslinfo/Makefile,v 1.8 2007/02/09 17:04:00 petere Exp $
MODULE_big = sslinfo
OBJS = sslinfo.o
DATA_built = sslinfo.sql

@ -1,3 +1,5 @@
# $PostgreSQL: pgsql/contrib/tablefunc/Makefile,v 1.7 2007/02/09 17:04:00 petere Exp $
MODULES = tablefunc
DATA_built = tablefunc.sql
DATA = uninstall_tablefunc.sql

@ -1,4 +1,4 @@
# This makefile will build the new XML and XSLT routines.
# $PostgreSQL: pgsql/contrib/xml2/Makefile,v 1.9 2007/02/09 17:04:00 petere Exp $
MODULE_big = pgxml
@ -23,4 +23,3 @@ top_builddir = ../..
include $(top_builddir)/src/Makefile.global
include $(top_srcdir)/contrib/contrib-global.mk
endif

Loading…
Cancel
Save