blob: 75371c352e0a95ee139865bd3dadc7fe6504b2dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
# -----------------------------------------------------------------------------
#
# (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$(exeext)
utils/mkUserGuidePart_dist_INSTALL_INPLACE = YES
utils/mkUserGuidePart_dist_PROGRAM_WAY = v
utils/mkUserGuidePart_HC_OPTS = -package ghc
utils/mkUserGuidePart/dist/build/Main.o: $(ALL_STAGE1_LIBS)
utils/mkUserGuidePart/dist/build/Main.o: $(compiler_stage2_v_LIB)
$(eval $(call build-prog,utils/mkUserGuidePart,dist,1))
|