File tree 9 files changed +14
-8
lines changed
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
+
1
3
MODULE_big = adminpack
2
4
PG_CPPFLAGS = -I$(libpq_srcdir )
3
5
DATA_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 $
1
2
2
3
MODULE_big = btree_gist
3
4
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
+
1
3
subdir = contrib/hstore
2
4
top_builddir = ../..
3
5
include $(top_builddir ) /src/Makefile.global
@@ -14,5 +16,3 @@ DOCS = README.hstore
14
16
REGRESS = hstore
15
17
16
18
include $(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
+
1
3
PG_CPPFLAGS = -DLOWER_NODE
2
4
MODULE_big = ltree
3
5
OBJS = 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 $
1
2
2
3
PROGRAM = pg_standby
3
4
OBJS = 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 $
1
2
2
3
PG_CPPFLAGS = -I.
3
4
@@ -19,7 +20,3 @@ top_builddir = ../..
19
20
include $(top_builddir ) /src/Makefile.global
20
21
include $(top_srcdir ) /contrib/contrib-global.mk
21
22
endif
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
+
1
3
MODULE_big = sslinfo
2
4
OBJS = sslinfo.o
3
5
DATA_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
+
1
3
MODULES = tablefunc
2
4
DATA_built = tablefunc.sql
3
5
DATA = 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 $
2
2
3
3
MODULE_big = pgxml
4
4
@@ -23,4 +23,3 @@ top_builddir = ../..
23
23
include $(top_builddir ) /src/Makefile.global
24
24
include $(top_srcdir ) /contrib/contrib-global.mk
25
25
endif
26
-
You can’t perform that action at this time.
0 commit comments