]> granicus.if.org Git - postgresql/commit
PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with
authorPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Jul 2004 12:26:40 +0000 (12:26 +0000)
committerPeter Eisentraut <peter_e@gmx.net>
Fri, 30 Jul 2004 12:26:40 +0000 (12:26 +0000)
commitadf57cd7e2dca8ded31645e2f2b2deb5e4515c83
tree72c1613e63e10b296d23cc402f776e25f7f72326
parentf82d99be7ef98bc252bb90da05801b4a2b51fad8
PostgreSQL extension makefile framework ("pgxs"), by Fabien Coelho, with
some massaging by Peter Eisentraut.  This is basically a simple
generalization of the existing contrib makefiles.
GNUmakefile.in
config/Makefile [new file with mode: 0644]
contrib/contrib-global.mk
doc/src/sgml/xfunc.sgml
src/Makefile
src/Makefile.global.in
src/bin/pg_config/Makefile
src/bin/pg_config/pg_config.sh
src/makefiles/Makefile [new file with mode: 0644]
src/makefiles/pgxs.mk [new file with mode: 0644]
src/utils/Makefile