X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=utils%2FmkUserGuidePart%2Fghc.mk;fp=utils%2FmkUserGuidePart%2Fghc.mk;h=ef91767183b06836b5ea915b3a53e4a61a32c519;hb=ab90e5fa171913fe777b2b6909030e3967e72bc6;hp=0000000000000000000000000000000000000000;hpb=c07d7849d440a1ff371690654205c02c06b56fd0;p=ghc-hetmet.git diff --git a/utils/mkUserGuidePart/ghc.mk b/utils/mkUserGuidePart/ghc.mk new file mode 100644 index 0000000..ef91767 --- /dev/null +++ b/utils/mkUserGuidePart/ghc.mk @@ -0,0 +1,19 @@ +# ----------------------------------------------------------------------------- +# +# (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 +# +# ----------------------------------------------------------------------------- + +utils/mkUserGuidePart_dist_MODULES = Main +utils/mkUserGuidePart_dist_PROG = mkUserGuidePart +utils/mkUserGuidePart_HC_OPTS = -package ghc + +utils/mkUserGuidePart/dist/build/Main.o: $(compiler_stage2_v_LIB) + +$(eval $(call build-prog,utils/mkUserGuidePart,dist,1))