summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
AgeCommit message (Expand)Author
2010-07-06Still more third thoughts: when linking shared libraries, LDFLAGS probablyTom Lane
2010-07-05Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane
2009-08-28Derived files that are shipped in the distribution used to be built in thePeter Eisentraut
2009-08-27Make the .DEF file generation rules safe against tabs in exports.txt.Tom Lane
2009-08-26Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut
2009-01-05Allow out-of-tree builds on mingw and cygwinPeter Eisentraut
2008-12-11Append major version number and for libraries soname major version numberPeter Eisentraut
2008-11-24Move FAQ_AIX information to installation instructions.Peter Eisentraut
2008-09-01Synchronize the shared object build rules in Makefile.port with Makefile.shlibPeter Eisentraut
2008-04-08On cygwin and win32, don't override the shlib name when building a module.Peter Eisentraut
2008-04-07Always define stlib, since some platforms need it for building modules.Peter Eisentraut
2008-04-07Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut
2008-02-26Don't build the win32 support files in the all target, only in distprep andPeter Eisentraut
2008-02-26Reorganize some of the exports list generation code. It seems that thisPeter Eisentraut
2008-02-26Escape # character in variable assignmentPeter Eisentraut
2008-02-26Refactor the code that creates the shared library export files to appearPeter Eisentraut
2007-02-20Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into theBruce Momjian
2007-02-11Fix another erroneous =-for-:= substitution.Tom Lane
2007-02-09Replace useless uses of := by = in makefiles.Peter Eisentraut
2007-01-07Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut
2006-09-19Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane
2006-04-28Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane
2006-04-19Remove use of lorder and tsort while building static libraries. There'sTom Lane
2006-01-05Remove BEOS port.Bruce Momjian
2005-12-30Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian
2005-12-09Allow installation into directories containing spaces in the name.Peter Eisentraut
2005-12-03Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.Tom Lane
2005-10-28Clean up AIX build to avoid 'duplicate symbol' warnings, by moving useTom Lane
2005-08-08Cygwin no longer needs to hack SHLIB_LINK, now that Rocco AltierTom Lane
2005-08-07Set shlib naming convention on Cygwin to 'cygFOO.dll', which appearsTom Lane
2005-07-13Fix unwanted side-effects of recent SHLIB_LINK -L patch on existingTom Lane
2005-07-13Move -L flag around for shared builds:Bruce Momjian
2005-07-12Hack around the discrepancy between default library search paths forTom Lane
2005-07-04Reverse this patch:Bruce Momjian
2005-07-02> A quick look shows that when you use --with-libraries=/foo/bar theBruce Momjian
2004-11-20Fix up makefile dependencies for pg_config_paths.h.Tom Lane
2004-11-19Clean up rpath handling for HPUX --- we can't use the cc-style rpathTom Lane
2004-11-17Adjust SHLIB_LINK for cygwin case.Tom Lane
2004-11-16Suppress duplicate rules for lib$(NAME).a on WIN32 and Cygwin.Tom Lane
2004-10-16Export only required symbols in libpq on Win32.Bruce Momjian
2004-10-15> This lets you do something like:Bruce Momjian
2004-10-13Allow compiles for Cygwin /contrib modules.Bruce Momjian
2004-10-13Enable static lib builds on Win32 and Cygwin.Bruce Momjian
2004-10-12Update Cygwin build to not use DLLINIT, per Cygwin report from ReiniBruce Momjian
2004-10-12Fix vpath build break, induced by Bruce's recent commit.Neil Conway
2004-10-12Add some pg_config_path.h dependencies for places that includeBruce Momjian
2004-10-08Tweak HPUX shared-library build flags, per Shinji Teragaito.Tom Lane
2004-09-02Fix shared library linking operations to work properly on all (or atTom Lane
2004-07-13Cause libpq and ecpg libraries to be built as proper shared librariesTom Lane
2004-05-19Rename irix5 port to irix.Bruce Momjian