summaryrefslogtreecommitdiff
path: root/mk
Commit message (Expand)AuthorAgeFilesLines
...
* Call windres with explicit preprocessor path in case gcc is not in $PATHClemens Fruhwirth2007-08-061-1/+1
* Add a BeConservative setting to the make systemIan Lynagh2007-09-101-0/+4
* Removed install-dirs target, it is unnecessary and leads to stray empty direc...sven.panne@aedion.de2007-09-091-14/+1
* Removed setting of default values for variables which are never emptysven.panne@aedion.de2007-09-081-34/+0
* Use := for PACKAGE_TARNAME, no reason for not doing sosven.panne@aedion.de2007-09-081-3/+3
* Removed unused oldincludedir, things are already complicated enoughsven.panne@aedion.de2007-09-081-4/+0
* Added comment about GNU coding standards/autoconf historysven.panne@aedion.de2007-09-081-5/+26
* Remove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORMIan Lynagh2007-09-061-3/+2
* Set GhcBootLibs=YES in mk/validate-settings.mkIan Lynagh2007-09-061-2/+3
* Build settings for validation are now in mk/validate-settings.mkIan Lynagh2007-09-052-0/+17
* Fix up bindist creation and publishingIan Lynagh2007-09-052-4/+13
* make the GhcThreaded setting lazy, because GhcUnregisterised might not be set...Simon Marlow2007-09-041-5/+1
* Set datarootdir to the value configure gives us (if any) so datadir worksIan Lynagh2007-09-051-1/+3
* Use := rather than = when assigning make variables to avoid cyclesIan Lynagh2007-09-031-26/+26
* Don't use autoconf's datarootdir as <2.60 doesn't have itIan Lynagh2007-09-031-3/+10
* GhcThreaded was bogusly off by default due to things being in the wrong orderSimon Marlow2007-09-031-5/+7
* Don't use the --docdir etc that autoconf providesIan Lynagh2007-08-311-5/+15
* Make rts docs obey DESTDIRIan Lynagh2007-08-311-1/+1
* Fix where all the documentation gets installedIan Lynagh2007-08-303-19/+27
* Remove INSTALL_INCLUDES; no longer usedIan Lynagh2007-08-281-8/+0
* Use DESTDIR when installingIan Lynagh2007-08-282-61/+62
* Make some header-installing machinery, and use it to install gmp.hIan Lynagh2007-08-282-0/+11
* Add a bindisttest directoryIan Lynagh2007-08-221-0/+1
* Add a GhcDebugged build setting, for whether GHC is linked with -debugIan Lynagh2007-08-171-0/+1
* Make dependencies of source files on Makefiles disableableIan Lynagh2007-08-161-0/+2
* Get closer to GhcCompilerWays=p workingIan Lynagh2007-08-121-0/+7
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-083-124/+60
* Fix a problem with package.mk being included too earlySimon Marlow2007-06-201-0/+7
* Use a real binary instead of scripts for ghc-inplaceSimon Marlow2007-06-211-7/+1
* Make building haddock docs opt-in rather than opt-outIan Lynagh2007-06-201-2/+2
* Use $(if...) to get lazy tests instead of if..endif in a few placesSimon Marlow2007-06-131-29/+14
* Install the RTS from a bindist correctlyIan Lynagh2007-06-052-27/+17
* ghc-pkg-inplace now has .bat extension on WindowsIan Lynagh2007-06-011-1/+7
* Add omitted files (mk/{install,recurse}.mk)Ian Lynagh2007-06-012-0/+412
* Fix bindist creationIan Lynagh2007-06-011-367/+2
* Rework the build system a bitIan Lynagh2007-05-314-106/+3
* FIX unregisterised buildSimon Marlow2007-05-311-3/+3
* Build Windows installer when making a bindist if ISCC is setIan Lynagh2007-05-291-0/+4
* don't build the threaded RTS when GhcUnregisterised=YESSimon Marlow2007-05-291-3/+9
* add $(ghc_ge_607)Simon Marlow2007-05-251-0/+2
* Remove non-functional uninstall Makefile targetIan Lynagh2007-05-131-37/+3
* Move the libraries bindist generation code into libraries/MakefileIan Lynagh2007-05-131-0/+4
* Tweak generation of generated filesIan Lynagh2007-05-122-4/+6
* Remove ghc_ge_504 (it's required to be true now anyway)Ian Lynagh2007-05-091-2/+0
* Add WAY_debug_t_NAME and WAY_debug_t_HC_OPTSsimonpj@microsoft.com2007-04-241-0/+4
* Pass configure arguments to the library configure scriptsIan Lynagh2007-04-181-0/+8
* Re-working of the breakpoint supportSimon Marlow2007-04-171-3/+0
* Allow ProjectTags to be specified in mk/build.mkIan Lynagh2007-04-131-1/+2
* add comments about ticky RTS waysSimon Marlow2007-04-041-0/+2
* Use a sensible set of compiler options for building dynamic libraries on Mac ...wolfgang.thaller@gmx.net2007-03-271-11/+22