summaryrefslogtreecommitdiff
path: root/mk/config.mk.in
Commit message (Expand)AuthorAgeFilesLines
* Make the integer library to use more configurableIan Lynagh2008-04-201-0/+3
* Use editline instead of readlineIan Lynagh2008-03-161-2/+2
* Mac OS X deployment target: piping opts through MakefilesManuel M T Chakravarty2008-02-211-2/+13
* Add configure option --with-macos-deployment-targetManuel M T Chakravarty2008-02-191-0/+5
* All installed Haskell prgms have an inplace and an installed versionManuel M T Chakravarty2008-02-181-0/+3
* First stab at an installer package for the MacManuel M T Chakravarty2008-02-021-2/+1
* Tell happy to be strictIan Lynagh2008-01-241-1/+1
* Increase the bar for bootstrapping GHC to 6.4 (HEAD only)Simon Marlow2008-01-211-6/+0
* pass -no-user-package-conf to ghc-inplaceSimon Marlow2008-01-041-3/+8
* Install dynlibs correctlyClemens Fruhwirth2007-12-281-0/+1
* BIN_DIST_INST_SUBDIR Needs to be defined in config.mk so ./Makefile can see itIan Lynagh2007-12-071-0/+15
* Don't default to stripping binaries when installingIan Lynagh2007-12-021-2/+0
* MERGED: If we have hscolour then make source code links in teh haddock docsIan Lynagh2007-11-231-0/+2
* on Windows, install to a directory with spaces (test for #1828)Simon Marlow2007-11-151-2/+0
* eliminate a bit of duplicationSimon Marlow2007-11-051-0/+5
* build ghctags-inplaceSimon Marlow2007-11-051-2/+2
* eliminate a bit of duplicationSimon Marlow2007-11-051-5/+0
* add $(GHCTAGS)Simon Marlow2007-06-251-0/+5
* default to installing runhaskell and hsc2hs again, but provide knobs to turn ...Simon Marlow2007-10-251-0/+13
* remove vestiges of way 'u' (see #1008)Simon Marlow2007-10-091-11/+2
* Use $(RelocatableBuild) rather than $(Windows)Ian Lynagh2007-09-191-1/+1
* Give Windows its own definitions of docdir (and htmldir etc)Ian Lynagh2007-09-181-4/+10
* Refer to "boot" libs, not "core" libsIan Lynagh2007-09-141-7/+1
* Define RelocatableBuild variableIan Lynagh2007-09-131-0/+8
* Add a BeConservative setting to the make systemIan Lynagh2007-09-101-0/+4
* 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
* Fix up bindist creation and publishingIan Lynagh2007-09-051-3/+12
* 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
* Fix where all the documentation gets installedIan Lynagh2007-08-301-0/+8
* Make some header-installing machinery, and use it to install gmp.hIan Lynagh2007-08-281-0/+3
* 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-081-0/+18
* Use a real binary instead of scripts for ghc-inplaceSimon Marlow2007-06-211-7/+1
* Use $(if...) to get lazy tests instead of if..endif in a few placesSimon Marlow2007-06-131-29/+14
* ghc-pkg-inplace now has .bat extension on WindowsIan Lynagh2007-06-011-1/+7
* Rework the build system a bitIan Lynagh2007-05-311-0/+1
* FIX unregisterised buildSimon Marlow2007-05-311-3/+3
* Build Windows installer when making a bindist if ISCC is setIan Lynagh2007-05-291-0/+4