]> granicus.if.org Git - postgresql/commitdiff
Add $PostgreSQL$ marker to contrib makefiles.
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 9 Feb 2007 17:04:00 +0000 (17:04 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 9 Feb 2007 17:04:00 +0000 (17:04 +0000)
contrib/adminpack/Makefile
contrib/btree_gist/Makefile
contrib/hstore/Makefile
contrib/ltree/Makefile
contrib/pg_standby/Makefile
contrib/pg_trgm/Makefile
contrib/sslinfo/Makefile
contrib/tablefunc/Makefile
contrib/xml2/Makefile

index ba864c14179cab836df16ac53318f074d38360f6..11b5f39cd36ceaec1189dbe7689b11323f63d743 100644 (file)
@@ -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
index 57c6e1f1ef55e1347c310e383633f838ea5b6b23..a165f4bb3d9f47ed38ac6f20c2d24ac4317db87b 100644 (file)
@@ -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
 
index 7ac913ca893a00bb0a47a6f66db2c3cb7fb130cf..b299e6c2666f288afdd1c7ecae571e143e807953 100644 (file)
@@ -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
-
index 676dbe7ecd33dccc4b446a64c8e1d4071e8a0579..c9d3bde0bf20960b37e2450fcd7e5b0925c9b5c9 100644 (file)
@@ -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 \
index 99abebc3a1b420da9cbe550d1c88ef00ef7ffd26..e66b1b5c118e9f0822d3434e3a6c00fc89fba75c 100644 (file)
@@ -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
index 36714409c3b0fde224708a6c3ff194415902a1e3..b710df99569901be7403526c66758bdab2428b31 100644 (file)
@@ -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
-
index cc000d9453be38ea05043cddc03f4cc43ff594df..ea24b753f54a1ab26ef3609f01ae92886bbc6653 100644 (file)
@@ -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
index e2e10c0c9ef5fef20f1930dafea9b290556092c9..a75dd6278711e3195d4a010f19f43bf6c9388788 100644 (file)
@@ -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
index 0bd5b032976c790e070df682531a7cedd9dd5362..1b724c2193adf168c4cfee233de3aab97d3bf433 100644 (file)
@@ -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
-