X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=driver%2Fhaddock%2Fghc.mk;fp=driver%2Fhaddock%2Fghc.mk;h=f95559ce8f92e26c7ee17c3034c1e7b14bde6556;hp=0000000000000000000000000000000000000000;hb=daf5b615e497ab2fc9457c86f2c5c4cb00a14213;hpb=7e25751e8ba0704e23fcf6fff1c23af3ac5af696 diff --git a/driver/haddock/ghc.mk b/driver/haddock/ghc.mk new file mode 100644 index 0000000..f95559c --- /dev/null +++ b/driver/haddock/ghc.mk @@ -0,0 +1,24 @@ +# ----------------------------------------------------------------------------- +# +# (c) 2009 The University of Glasgow +# +# This file is part of the GHC build system. +# +# To understand how the build system works and how to modify it, see +# http://hackage.haskell.org/trac/ghc/wiki/Building/Architecture +# http://hackage.haskell.org/trac/ghc/wiki/Building/Modifying +# +# ----------------------------------------------------------------------------- + +ifeq "$(Windows)" "YES" + +driver/haddock_dist_C_SRCS = haddock.c ../utils/cwrapper.c ../utils/getLocation.c +driver/haddock_dist_CC_OPTS += -I driver/utils +driver/haddock_dist_PROG = haddock-$(ProjectVersion) +driver/haddock_dist_INSTALL = YES +driver/haddock_dist_INSTALL_INPLACE = NO + +$(eval $(call build-prog,driver/haddock,dist,0)) + +endif +