File tree Expand file tree Collapse file tree 9 files changed +14
-8
lines changed
Expand file tree Collapse file tree 9 files changed +14
-8
lines changed Original file line number Diff line number Diff line change 1+ # $PostgreSQL: pgsql/contrib/adminpack/Makefile,v 1.4 2007/02/09 17:03:59 petere Exp $
2+
13MODULE_big = adminpack
24PG_CPPFLAGS = -I$(libpq_srcdir )
35DATA_built = adminpack.sql
Original file line number Diff line number Diff line change 1+ # $PostgreSQL: pgsql/contrib/btree_gist/Makefile,v 1.10 2007/02/09 17:03:59 petere Exp $
12
23MODULE_big = btree_gist
34
Original file line number Diff line number Diff line change 1+ # $PostgreSQL: pgsql/contrib/hstore/Makefile,v 1.3 2007/02/09 17:04:00 petere Exp $
2+
13subdir = contrib/hstore
24top_builddir = ../..
35include $(top_builddir ) /src/Makefile.global
@@ -14,5 +16,3 @@ DOCS = README.hstore
1416REGRESS = hstore
1517
1618include $(top_srcdir ) /contrib/contrib-global.mk
17- # DO NOT DELETE
18-
Original file line number Diff line number Diff line change 1+ # $PostgreSQL: pgsql/contrib/ltree/Makefile,v 1.6 2007/02/09 17:04:00 petere Exp $
2+
13PG_CPPFLAGS = -DLOWER_NODE
24MODULE_big = ltree
35OBJS = ltree_io.o ltree_op.o lquery_op.o _ltree_op.o crc32.o \
Original file line number Diff line number Diff line change 1+ # $PostgreSQL: pgsql/contrib/pg_standby/Makefile,v 1.2 2007/02/09 17:04:00 petere Exp $
12
23PROGRAM = pg_standby
34OBJS = pg_standby.o
Original file line number Diff line number Diff line change 1+ # $PostgreSQL: pgsql/contrib/pg_trgm/Makefile,v 1.5 2007/02/09 17:04:00 petere Exp $
12
23PG_CPPFLAGS = -I.
34
@@ -19,7 +20,3 @@ top_builddir = ../..
1920include $(top_builddir ) /src/Makefile.global
2021include $(top_srcdir ) /contrib/contrib-global.mk
2122endif
22-
23-
24- # DO NOT DELETE
25-
Original file line number Diff line number Diff line change 1+ # $PostgreSQL: pgsql/contrib/sslinfo/Makefile,v 1.8 2007/02/09 17:04:00 petere Exp $
2+
13MODULE_big = sslinfo
24OBJS = sslinfo.o
35DATA_built = sslinfo.sql
Original file line number Diff line number Diff line change 1+ # $PostgreSQL: pgsql/contrib/tablefunc/Makefile,v 1.7 2007/02/09 17:04:00 petere Exp $
2+
13MODULES = tablefunc
24DATA_built = tablefunc.sql
35DATA = uninstall_tablefunc.sql
Original file line number Diff line number Diff line change 1- # This makefile will build the new XML and XSLT routines.
1+ # $PostgreSQL: pgsql/contrib/xml2/Makefile,v 1.9 2007/02/09 17:04:00 petere Exp $
22
33MODULE_big = pgxml
44
@@ -23,4 +23,3 @@ top_builddir = ../..
2323include $(top_builddir ) /src/Makefile.global
2424include $(top_srcdir ) /contrib/contrib-global.mk
2525endif
26-
You can’t perform that action at this time.
0 commit comments