summaryrefslogtreecommitdiff
path: root/src/Makefile.shlib
Commit message (Expand)AuthorAgeFilesLines
* Fix typos in comments.Heikki Linnakangas2017-02-061-1/+1
* Make the AIX case of Makefile.shlib safe for parallel make.Noah Misch2016-07-231-1/+10
* Unlink static libraries before rebuilding them.Noah Misch2015-03-011-0/+3
* MinGW: Include .dll extension in .def file LIBRARY commands.Noah Misch2014-10-271-2/+2
* MinGW: Use -static-libgcc when linking a DLL.Noah Misch2014-10-211-2/+8
* Tweak position of $(DLL_DEFFILE) in shared-library link commands.Tom Lane2014-02-121-1/+1
* Get rid of use of dlltool in Mingw builds.Tom Lane2014-02-111-21/+20
* fix whitespaceAndrew Dunstan2014-02-011-1/+1
* Don't use deprecated dllwrap on Cygwin.Andrew Dunstan2014-02-011-0/+12
* Remove IRIX port.Robert Haas2013-10-181-10/+0
* Add pkg-config files for libpq and ecpg librariesPeter Eisentraut2013-03-311-3/+27
* Remove configure flag --disable-shared, as it is no longer used by anyBruce Momjian2012-08-301-18/+0
* Remove BSD/OS (BSDi) port. There are no known users upgrading toBruce Momjian2012-05-031-13/+0
* Remove dead portsPeter Eisentraut2012-05-011-12/+0
* Use single quotes in preference to double quotes for protecting pathnames.Tom Lane2011-06-151-1/+1
* Fix assorted issues with build and install paths containing spaces.Tom Lane2011-06-141-1/+1
* Remove useless whitespace at end of linesPeter Eisentraut2010-11-231-1/+1
* Improved parallel make supportPeter Eisentraut2010-11-121-5/+6
* Remove cvs keywords from all files.Magnus Hagander2010-09-201-1/+1
* Still more third thoughts: when linking shared libraries, LDFLAGS probablyTom Lane2010-07-061-7/+4
* Split the LDFLAGS make variable into two parts: LDFLAGS is now used forTom Lane2010-07-051-19/+12
* Derived files that are shipped in the distribution used to be built in thePeter Eisentraut2009-08-281-7/+7
* Make the .DEF file generation rules safe against tabs in exports.txt.Tom Lane2009-08-271-6/+6
* Update of install-sh, mkinstalldirs, and associated configuryPeter Eisentraut2009-08-261-3/+3
* Allow out-of-tree builds on mingw and cygwinPeter Eisentraut2009-01-051-3/+4
* Append major version number and for libraries soname major version numberPeter Eisentraut2008-12-111-1/+5
* Move FAQ_AIX information to installation instructions.Peter Eisentraut2008-11-241-1/+2
* Synchronize the shared object build rules in Makefile.port with Makefile.shlibPeter Eisentraut2008-09-011-4/+3
* On cygwin and win32, don't override the shlib name when building a module.Peter Eisentraut2008-04-081-3/+7
* Always define stlib, since some platforms need it for building modules.Peter Eisentraut2008-04-071-2/+2
* Implement a few changes to how shared libraries and dynamically loadablePeter Eisentraut2008-04-071-60/+148
* Don't build the win32 support files in the all target, only in distprep andPeter Eisentraut2008-02-261-8/+2
* Reorganize some of the exports list generation code. It seems that thisPeter Eisentraut2008-02-261-46/+27
* Escape # character in variable assignmentPeter Eisentraut2008-02-261-2/+2
* Refactor the code that creates the shared library export files to appearPeter Eisentraut2008-02-261-6/+77
* Change $(CC) to $(COMPILER) on Solaris gcc so -m64 is passed into theBruce Momjian2007-02-201-2/+2
* Fix another erroneous =-for-:= substitution.Tom Lane2007-02-111-2/+2
* Replace useless uses of := by = in makefiles.Peter Eisentraut2007-02-091-6/+6
* Indent comments in makefiles better so they don't appear in the output.Peter Eisentraut2007-01-071-3/+5
* Fix shared library creation to work properly on AIX. Albe LaurenzTom Lane2006-09-191-5/+11
* Arrange to strip libpq.so of symbols that aren't officially supposed toTom Lane2006-04-281-4/+4
* Remove use of lorder and tsort while building static libraries. There'sTom Lane2006-04-191-9/+1
* Remove BEOS port.Bruce Momjian2006-01-051-17/+1
* Add support for Solaris x86_64 using Sun's compiler.Bruce Momjian2005-12-301-2/+2
* Allow installation into directories containing spaces in the name.Peter Eisentraut2005-12-091-11/+11
* Fix out-of-order inclusion of -L switches from LDFLAGS on AIX and HPUX.Tom Lane2005-12-031-3/+6
* Clean up AIX build to avoid 'duplicate symbol' warnings, by moving useTom Lane2005-10-281-2/+2
* Cygwin no longer needs to hack SHLIB_LINK, now that Rocco AltierTom Lane2005-08-081-3/+1
* Set shlib naming convention on Cygwin to 'cygFOO.dll', which appearsTom Lane2005-08-071-2/+2
* Fix unwanted side-effects of recent SHLIB_LINK -L patch on existingTom Lane2005-07-131-6/+9