Use the FAKE_SOURCES feature for proper distribution of contents
[oota-llvm.git] / runtime / GCCLibraries / crtend / Makefile
2004-12-04 Reid SpencerUse the FAKE_SOURCES feature for proper distribution...
2004-12-02 Reid SpencerStandardize the makefiles with space around = to match...
2004-12-02 Reid SpencerFor PR466:
2004-11-14 Reid SpencerUse llvm-ar not ar for constructing archive. Wrap at...
2004-10-30 Reid SpencerInternalize variable names to prevent recursive assignm...
2004-10-26 Reid Spencer* Make the libcrtend.a installation depend on the bytec...
2004-10-26 Reid SpencerAdd the export symbols list files as extra distribution...
2004-10-22 Reid SpencerAdjust to changes in Makefile.rules
2004-08-05 Chris LattnerC++ support does not live in the C runtime any longer
2004-03-11 Brian GaekeMake sure libcrtend.a gets installed when you make...
2004-01-21 Brian GaekeAdd DESTDIR support for installing. Use (and depend...
2003-11-30 Chris Lattneradd missing dependency
2003-11-29 Chris LattnerBuild _lib_crtend.a, not crtend.a
2003-11-29 Chris LattnerDon't print out tons of crap
2003-11-29 Chris LattnerRewrite makefile logic to build an archive instead...
2003-11-29 Chris LattnerAdd readme and spiff up makefile header
2003-10-20 John CriswellAdded LLVM copyright to Makefiles.
2003-09-15 Chris LattnerFix building outside the srcdir, again
2003-09-15 Chris LattnerFix building into a different obj directory
2003-09-15 Chris LattnerMove the exception handling runtime stuff into this...
2003-08-15 Chris LattnerConvert libraries into the BYTECODE_LIBRARY style
2003-05-22 Chris LattnerSpecify a list of symbols that should be exported by...
2003-05-14 Chris LattnerInitial checkin of crtend.o implementation