X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=mk%2Fconfig.mk.in;h=4e8790fe4b9af62d3287585114cc1ec649445625;hb=31442604c1d4ee4102a459a64e4afc39c49fc8a2;hp=a28b1bf57e32d2ef51d8ccdadc72576b8e33c1a9;hpb=c6cda1d5e6c797b4913970ea1e3ad43f4f0c7a7f;p=ghc-hetmet.git diff --git a/mk/config.mk.in b/mk/config.mk.in index a28b1bf..4e8790f 100644 --- a/mk/config.mk.in +++ b/mk/config.mk.in @@ -535,7 +535,6 @@ ifeq "$(strip $(mandir))" "" mandir = $(prefix)/man endif - ################################################################################ # # Utilities programs: flags @@ -685,6 +684,11 @@ LibGmp = @LibGmp@ HaveLibMingwEx = @HaveLibMingwEx@ #----------------------------------------------------------------------------- +# HaskellSupport framework (Mac OS X) +# +HaveFrameworkHaskellSupport = @HaveFrameworkHaskellSupport@ + +#----------------------------------------------------------------------------- # Regex libraries # (if present in libc use that one, otherwise use the one in the tree) # @@ -747,7 +751,6 @@ PERL = @PerlCmd@ PYTHON = @PythonCmd@ PIC = pic PREPROCESSCMD = $(CC) -E -PRINTER = lpr RANLIB = @RANLIB@ RM = rm -f SED = @SedCmd@ @@ -788,11 +791,6 @@ TAR = @TarCmd@ ZIP = zip # -# Under Windows, we have to deal with .exe suffixes -# -EXE_SUFFIX=@exeext@ - -# # This is special to literate/, ToDo: add literate-specific # configure setup to literate/. # @@ -881,8 +879,8 @@ LIT2TEXT = $(LITERATE_PREFIX)lit2text # # Stuff from fptools/ghc/utils # -UNLIT = $(UNLIT_PREFIX)unlit$(EXE_SUFFIX) -HP2PS = $(HP2PS_PREFIX)hp2ps$(EXE_SUFFIX) +UNLIT = $(UNLIT_PREFIX)unlit$(exeext) +HP2PS = $(HP2PS_PREFIX)hp2ps$(exeext) HSTAGS = $(HSTAGS_PREFIX)hstags HSC2HS = $(HSC2HS_PREFIX)hsc2hs-inplace