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.
Showing
- GNUmakefile.in 18 additions, 2 deletionsGNUmakefile.in
- Makefile 34 additions, 14 deletionsMakefile
- aclocal.m4 79 additions, 0 deletionsaclocal.m4
- config/missing 265 additions, 0 deletionsconfig/missing
- config/python.m4 50 additions, 0 deletionsconfig/python.m4
- configure 586 additions, 491 deletionsconfigure
- configure.in 40 additions, 17 deletionsconfigure.in
- src/GNUmakefile.in 20 additions, 40 deletionssrc/GNUmakefile.in
- src/Makefile 0 additions, 16 deletionssrc/Makefile
- src/Makefile.global.in 1 addition, 14 deletionssrc/Makefile.global.in
- src/bin/psql/Makefile.in 2 additions, 1 deletionsrc/bin/psql/Makefile.in
- src/interfaces/Makefile 0 additions, 65 deletionssrc/interfaces/Makefile
- src/interfaces/Makefile.in 65 additions, 0 deletionssrc/interfaces/Makefile.in
- src/interfaces/perl5/GNUmakefile.in 71 additions, 0 deletionssrc/interfaces/perl5/GNUmakefile.in
- src/interfaces/perl5/Makefile.PL 8 additions, 8 deletionssrc/interfaces/perl5/Makefile.PL
- src/interfaces/python/GNUmakefile.in 74 additions, 0 deletionssrc/interfaces/python/GNUmakefile.in
- src/interfaces/python/Setup.in.raw 3 additions, 0 deletionssrc/interfaces/python/Setup.in.raw
- src/interfaces/python/pgmodule.c 1 addition, 1 deletionsrc/interfaces/python/pgmodule.c
- src/pl/Makefile.in 42 additions, 0 deletionssrc/pl/Makefile.in
- src/pl/plperl/GNUmakefile.in 40 additions, 0 deletionssrc/pl/plperl/GNUmakefile.in
Loading
Please register or sign in to comment