diff --git a/contrib/adminpack/Makefile b/contrib/adminpack/Makefile index ba864c14179cab836df16ac53318f074d38360f6..11b5f39cd36ceaec1189dbe7689b11323f63d743 100644 --- a/contrib/adminpack/Makefile +++ b/contrib/adminpack/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 diff --git a/contrib/btree_gist/Makefile b/contrib/btree_gist/Makefile index 57c6e1f1ef55e1347c310e383633f838ea5b6b23..a165f4bb3d9f47ed38ac6f20c2d24ac4317db87b 100644 --- a/contrib/btree_gist/Makefile +++ b/contrib/btree_gist/Makefile @@ -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 diff --git a/contrib/hstore/Makefile b/contrib/hstore/Makefile index 7ac913ca893a00bb0a47a6f66db2c3cb7fb130cf..b299e6c2666f288afdd1c7ecae571e143e807953 100644 --- a/contrib/hstore/Makefile +++ b/contrib/hstore/Makefile @@ -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 - diff --git a/contrib/ltree/Makefile b/contrib/ltree/Makefile index 676dbe7ecd33dccc4b446a64c8e1d4071e8a0579..c9d3bde0bf20960b37e2450fcd7e5b0925c9b5c9 100644 --- a/contrib/ltree/Makefile +++ b/contrib/ltree/Makefile @@ -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 \ diff --git a/contrib/pg_standby/Makefile b/contrib/pg_standby/Makefile index 99abebc3a1b420da9cbe550d1c88ef00ef7ffd26..e66b1b5c118e9f0822d3434e3a6c00fc89fba75c 100644 --- a/contrib/pg_standby/Makefile +++ b/contrib/pg_standby/Makefile @@ -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 diff --git a/contrib/pg_trgm/Makefile b/contrib/pg_trgm/Makefile index 36714409c3b0fde224708a6c3ff194415902a1e3..b710df99569901be7403526c66758bdab2428b31 100644 --- a/contrib/pg_trgm/Makefile +++ b/contrib/pg_trgm/Makefile @@ -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 - diff --git a/contrib/sslinfo/Makefile b/contrib/sslinfo/Makefile index cc000d9453be38ea05043cddc03f4cc43ff594df..ea24b753f54a1ab26ef3609f01ae92886bbc6653 100644 --- a/contrib/sslinfo/Makefile +++ b/contrib/sslinfo/Makefile @@ -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 diff --git a/contrib/tablefunc/Makefile b/contrib/tablefunc/Makefile index e2e10c0c9ef5fef20f1930dafea9b290556092c9..a75dd6278711e3195d4a010f19f43bf6c9388788 100644 --- a/contrib/tablefunc/Makefile +++ b/contrib/tablefunc/Makefile @@ -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 diff --git a/contrib/xml2/Makefile b/contrib/xml2/Makefile index 0bd5b032976c790e070df682531a7cedd9dd5362..1b724c2193adf168c4cfee233de3aab97d3bf433 100644 --- a/contrib/xml2/Makefile +++ b/contrib/xml2/Makefile @@ -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 -