diff options
author | Ian Lynagh <igloo@earth.li> | 2009-04-26 11:42:15 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2009-04-26 11:42:15 +0000 |
commit | 34cc75e1a62638f2833815746ebce0a9114dc26b (patch) | |
tree | ef21e8fd7af1356beea9cce7d6efb8a65374e24c /rules/hs-objs.mk | |
parent | 74e1368d4688ee16f6decdf2cd3ebe27506b26ba (diff) | |
download | haskell-34cc75e1a62638f2833815746ebce0a9114dc26b.tar.gz |
GHC new build system megapatch
Diffstat (limited to 'rules/hs-objs.mk')
-rw-r--r-- | rules/hs-objs.mk | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/rules/hs-objs.mk b/rules/hs-objs.mk new file mode 100644 index 0000000000..dac0bc540c --- /dev/null +++ b/rules/hs-objs.mk @@ -0,0 +1,5 @@ + +define hs-objs # args: $1 = dir, $2 = distdir, $3 = way +$1_$2_$3_HS_OBJS = $$(patsubst %,$1/$2/build/%.$$($3_osuf),$$($1_$2_SLASH_MODS)) +$1_$2_$3_HI = $$(patsubst %,$1/$2/build/%.$$($3_hisuf),$$($1_$2_SLASH_MODS)) +endef |