OSDN Git Service

Centralized shared-library build knowledge in a new file,
authorTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Oct 1998 00:00:51 +0000 (00:00 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Mon, 19 Oct 1998 00:00:51 +0000 (00:00 +0000)
commit6d98d3737ab2fc6883c42885b128d4ace281db6d
tree89fea790967065175f0b59ba1dc5ee1a091cf450
parent6e13e0c68454939d1a3a91ece610b5af29a7d100
Centralized shared-library build knowledge in a new file,
src/Makefile.shlib.  Updated all the makefiles that try to build shlibs
to include that file instead of having duplicate (and mostly incomplete)
copies of shared-library options.  It works on HPUX, a lot better than it
did before in fact, but there's a chance I broke some other platforms.
At least now you only have to fix one place not six...
src/Makefile.global.in
src/Makefile.shlib [new file with mode: 0644]
src/interfaces/ecpg/lib/Makefile.in
src/interfaces/libpgtcl/Makefile.in
src/interfaces/libpq++/Makefile.in
src/interfaces/libpq/Makefile.in
src/interfaces/odbc/GNUmakefile.in
src/interfaces/odbc/Makefile.global.in
src/pl/plpgsql/src/Makefile.in