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...
Showing
- src/Makefile.global.in 8 additions, 1 deletionsrc/Makefile.global.in
- src/Makefile.shlib 180 additions, 0 deletionssrc/Makefile.shlib
- src/interfaces/ecpg/lib/Makefile.in 30 additions, 102 deletionssrc/interfaces/ecpg/lib/Makefile.in
- src/interfaces/libpgtcl/Makefile.in 15 additions, 122 deletionssrc/interfaces/libpgtcl/Makefile.in
- src/interfaces/libpq++/Makefile.in 13 additions, 131 deletionssrc/interfaces/libpq++/Makefile.in
- src/interfaces/libpq/Makefile.in 5 additions, 115 deletionssrc/interfaces/libpq/Makefile.in
- src/interfaces/odbc/GNUmakefile.in 17 additions, 56 deletionssrc/interfaces/odbc/GNUmakefile.in
- src/interfaces/odbc/Makefile.global.in 8 additions, 1 deletionsrc/interfaces/odbc/Makefile.global.in
- src/pl/plpgsql/src/Makefile.in 24 additions, 97 deletionssrc/pl/plpgsql/src/Makefile.in
Loading
Please register or sign in to comment