Handle EXTRA_LIBRARIES when building programs
[ghc-hetmet.git] / rules / build-prog.mk
2010-09-30 Ian LynaghHandle EXTRA_LIBRARIES when building programs
2010-09-21 Simon Marlowadd a simple trace facility to the build system
2010-07-16 Ian LynaghLink programs that have no Haskell objects with gcc...
2010-07-16 Ian LynaghUse gcc to build C programs for stages >= 1
2010-07-04 Ian LynaghUse Cabal to configure the dist-install ghc-pkg; fixes...
2010-05-09 Ian LynaghDon't include inter-package dependencies when compiling...
2010-05-04 Ian LynaghIn build system, call package-config after including...
2010-04-24 Ian LynaghMake sure all the clean rules are always included
2009-12-09 Ian LynaghEliminate mkdependC
2009-10-25 Ian LynaghEscape some $s in makefiles for consistency
2009-10-02 Ian LynaghUse "order only constraints" for directories
2009-09-14 Simon MarlowFix collateral damage after distdir-opts.mk was refacto...
2009-09-11 Ian LynaghFix some makefile logic, and remove the now unused...
2009-09-09 Simon Marlowrefactor *_OPTS settings in the build system; no functi...
2009-08-14 Ian LynaghMake our install variables etc compliant with GNU stand...
2009-06-16 Simon Marloweliminate "warning: overriding commnds..." from make...
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-17 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghMove the fixed paths out of config.mk, so cleaning...
2009-05-14 Simon Marlowmake repeated 'make distclean' not fail
2009-05-13 Ian LynaghFix building dph in the new build system
2009-04-28 Duncan Couttsextend the rules/c-objs macro to take the way as a...
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch