[project @ 2001-08-22 11:45:06 by sewardj]
[ghc-hetmet.git] / ghc / tests / rename / should_compile / Makefile
1 TOP = ../..
2 include $(TOP)/mk/boilerplate.mk
3 include $(TOP)/mk/should_compile.mk
4
5 SRC_HC_OPTS += -dcore-lint
6 # There used to be a -noC flag, but I removed it because
7 # Rn037Help needs to generate an interface file, and
8 # if -noC is on I can't see how to.  (Driver grottiness.)
9
10 # rn017_HC_OPTS = -hi -hi-with-exports
11 # rn025_HC_OPTS = -hi -hi-with-exports
12 # Rn037Help_HC_OPTS = -hi
13
14 CLEAN_FILES += Confused.hi Foo.hi Imp10.hi Imp100.hi Imp1000.hi \
15         Imp500.hi Main.hi Mod10.hi OK.hi ShouldSucceed.hi Silly.hi Test.hi
16
17 include $(TOP)/mk/target.mk
18
19