[project @ 2001-08-23 10:51:19 by simonmar]
[ghc-hetmet.git] / ghc / tests / specialise / clausify000 / Jmakefile
1 HC_OPTS=-v -O -fglasgow-exts \
2         -keep-hc-files-too -dcore-lint -ftrace-specialisations -ddump-simpl -ddump-stg -odump clausify000.dump
3
4 SRCS_HS=Main.hs
5 OBJS_O= Main.o 
6
7 NoFibMultiModuleCompileAndRun(clausify000,-i clausify000.stdin -o1 clausify000.stdout)
8
9 NoFibHaskellCompile(clausify000,Main,hs)
10
11 HaskellDependTarget( $(SRCS_HS) )