summaryrefslogtreecommitdiffstats
path: root/Makefile.shared
AgeCommit message (Expand)Author
2003-02-22Allow building applications against static libraries with Makefile.shared.Richard Levitte
2003-02-13Add full support for -rpath/-R, both in shared libraries andRichard Levitte
2002-12-19To avoid any future programming glitches, let's make each and everyRichard Levitte
2002-12-16'a=b c=$a; echo $c' doesn't necessarily prints "b", '' vs. "", $s inAndy Polyakov
2002-12-16Transfer the Solaris shared library building changes fromRichard Levitte
2002-12-14Solaris shared build fix-ups. See RT#238,239 for details.Andy Polyakov
2002-12-14New DETECT_GNU_LD procedure.Andy Polyakov
2002-11-15Add the INHIBIT_SYMLINKS flag variable to help Cygwin.Richard Levitte
2002-11-06Keep on using ${CC}, since gcc may act in disguise.Richard Levitte
2002-10-16Eh, -Wl,--whole-archive disappeared from the GNU targets. I've noRichard Levitte
2002-10-15A much better idea, of course, is not to do a submake at all...Richard Levitte
2002-10-14Add missing quotes.Richard Levitte
2002-10-13Targeting the solaris platform for specific tests. Something is goingRichard Levitte
2002-10-12Chase down the missing backslashes.Richard Levitte
2002-10-11For the platforms where version info is inserted separately into theRichard Levitte
2002-10-11Make sure it's properly detected when there's no version informationRichard Levitte
2002-10-11Fix inconsistencies in the Darwin targets.Richard Levitte
2002-10-11Add a suffix for Darwin's sake, since it seems like .dylib comes afterRichard Levitte
2002-10-11Move the shared library construction stuff to Makefile.shared, aRichard Levitte