summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
AgeCommit message (Expand)Author
2016-07-24Make the AIX case of Makefile.shlib safe for parallel make.Noah Misch
2015-07-16AIX: Link TRANSFORM modules with their dependencies.Noah Misch
2015-04-26Add transforms featurePeter Eisentraut
2015-03-01Unlink static libraries before rebuilding them.Noah Misch
2015-01-19Install shared libraries also in bin on cygwin, mingwPeter Eisentraut
2014-11-03Clarify .def file comments.Noah Misch
2014-10-27MinGW: Include .dll extension in .def file LIBRARY commands.Noah Misch
2014-10-22MinGW: Use -static-libgcc when linking a DLL.Noah Misch
2014-06-28Remove Alpha and Tru64 support.Andres Freund
2014-02-12Tweak position of $(DLL_DEFFILE) in shared-library link commands.Tom Lane
2014-02-11Get rid of use of dlltool in Mingw builds.Tom Lane
2014-02-01fix whitespaceAndrew Dunstan
2014-02-01Don't use deprecated dllwrap on Cygwin.Andrew Dunstan
2013-10-18Remove IRIX port.Robert Haas
2013-03-31Add pkg-config files for libpq and ecpg librariesPeter Eisentraut
2012-08-30Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian
2012-05-03Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian
2012-05-01Remove dead portsPeter Eisentraut
2011-06-16Use single quotes in preference to double quotes for protecting pathnames.Tom Lane
2011-06-14Fix assorted issues with build and install paths containing spaces.Tom Lane
2010-11-23Remove useless whitespace at end of linesPeter Eisentraut
2010-11-12Improved parallel make supportPeter Eisentraut
2010-09-20Remove cvs keywords from all files.Magnus Hagander
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