summaryrefslogtreecommitdiff
path: root/Makefile.shared
Commit message (Expand)AuthorAgeFilesLines
* IRIX 6.x shared build fix-up.Andy Polyakov2004-03-121-4/+8
* Correct a few typos.Richard Levitte2003-04-081-10/+49
* A single quote too many.Richard Levitte2003-04-081-2/+2
* I forgot to continuation mark.Richard Levitte2003-04-081-2/+2
* It seems like OpenUnix's ld uses LD_LIBRARY_PATH to search forRichard Levitte2003-04-081-5/+12
* It seems like gcc-drivven shared library building on OpenUnix 8 requiresRichard Levitte2003-04-011-2/+6
* Allow building applications against static libraries with Makefile.shared.Richard Levitte2003-02-221-0/+12
* Add full support for -rpath/-R, both in shared libraries andRichard Levitte2003-02-131-34/+167
* To avoid any future programming glitches, let's make each and everyRichard Levitte2002-12-191-161/+162
* 'a=b c=$a; echo $c' doesn't necessarily prints "b", '' vs. "", $s inAndy Polyakov2002-12-161-38/+38
* Transfer the Solaris shared library building changes fromRichard Levitte2002-12-161-4/+8
* Solaris shared build fix-ups. See RT#238,239 for details.Andy Polyakov2002-12-141-2/+2
* New DETECT_GNU_LD procedure.Andy Polyakov2002-12-141-4/+2
* Add the INHIBIT_SYMLINKS flag variable to help Cygwin.Richard Levitte2002-11-151-20/+27
* Keep on using ${CC}, since gcc may act in disguise.Richard Levitte2002-11-061-2/+2
* Eh, -Wl,--whole-archive disappeared from the GNU targets. I've noRichard Levitte2002-10-161-0/+1
* A much better idea, of course, is not to do a submake at all...Richard Levitte2002-10-151-110/+42
* Add missing quotes.Richard Levitte2002-10-141-38/+38
* Targeting the solaris platform for specific tests. Something is goingRichard Levitte2002-10-131-2/+2
* Chase down the missing backslashes.Richard Levitte2002-10-121-12/+12
* For the platforms where version info is inserted separately into theRichard Levitte2002-10-111-8/+38
* Make sure it's properly detected when there's no version informationRichard Levitte2002-10-111-2/+7
* Fix inconsistencies in the Darwin targets.Richard Levitte2002-10-111-3/+4
* Add a suffix for Darwin's sake, since it seems like .dylib comes afterRichard Levitte2002-10-111-23/+54
* Move the shared library construction stuff to Makefile.shared, aRichard Levitte2002-10-111-0/+577