summaryrefslogtreecommitdiff
path: root/rules
Commit message (Expand)AuthorAgeFilesLines
* Add a maintainer-clean ruleIan Lynagh2009-05-151-0/+2
* cleanup: remove reference to $1_$2_CONFIGURE_FLAGS, which is never usedSimon Marlow2009-05-151-1/+1
* make repeated 'make distclean' not failSimon Marlow2009-05-141-0/+3
* Fix building dph in the new build systemIan Lynagh2009-05-131-4/+4
* make it so that 'make html', 'make pdf', and 'make ps' work for docsSimon Marlow2009-05-111-3/+12
* add a .c --> .s ruleSimon Marlow2009-05-011-0/+4
* Build system tweakIan Lynagh2009-05-091-1/+1
* Add a Makefile in libraries/Ian Lynagh2009-05-081-0/+5
* Handle deciding what docs to build betterIan Lynagh2009-05-081-3/+17
* Bootstrapping fixIan Lynagh2009-05-041-0/+1
* Bootstrapping fixesIan Lynagh2009-05-041-4/+4
* Use "-x c" when compiling hc filesIan Lynagh2009-05-031-2/+2
* Makefile rules tweak for BootingFromHcIan Lynagh2009-05-031-1/+1
* More bootstrapping rulesIan Lynagh2009-05-032-0/+7
* Add a .hc building rules for bootstrappingIan Lynagh2009-05-031-0/+7
* Fix linking shared libs with parallel makeDuncan Coutts2009-04-301-1/+8
* Prevent haddock docs being built when HADDOCK_DOCS=NODuncan Coutts2009-04-291-0/+2
* Build library packages as shared libsDuncan Coutts2009-04-293-3/+20
* Add a new $way_libsuf variable for library suffix+extensionDuncan Coutts2009-04-282-1/+11
* extend the rules/c-objs macro to take the way as a parameterDuncan Coutts2009-04-284-15/+15
* Add a header to all build system files:Simon Marlow2009-04-2826-2/+314
* GHC new build system megapatchIan Lynagh2009-04-2626-0/+1052