From 6de89c9ab78a557f98dc02dca97795d27a4112d2 Mon Sep 17 00:00:00 2001 From: Peter Eisentraut Date: Sat, 10 Jun 2000 18:02:12 +0000 Subject: Moved the intricacies of the perl interface build into its own makefile that now functions as a wrapper around the MakeMaker stuff. It might even behave sensically when we have separate build dirs. Same for plperl, which of course still doesn't work very well. Made sure that plperl respects the choice of --libdir. Added --with-python to automatically build and install the Python interface. Works similarly to the Perl5 stuff. Moved the burden of the distclean targets lower down into the source tree. Eventually, each make file should have its own. Added automatic remaking of makefiles and configure. Currently only for the top-level because of a bug(?) in Autoconf. Use GNU `missing' to work around missing autoconf and aclocal. Start factoring out macros into their own config/*.m4 files to increase readability and organization. --- src/interfaces/python/Setup.in.raw | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 src/interfaces/python/Setup.in.raw (limited to 'src/interfaces/python/Setup.in.raw') diff --git a/src/interfaces/python/Setup.in.raw b/src/interfaces/python/Setup.in.raw new file mode 100644 index 00000000000..dddb5588102 --- /dev/null +++ b/src/interfaces/python/Setup.in.raw @@ -0,0 +1,3 @@ +*shared* + +_pg pgmodule.c -I__LIBPQ__ -I__INCLUDES__ -L__LIBPQ__ -lpq __EXTRA_LIBS__ -- cgit v1.2.3