[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / codeGen / Jmakefile
1 /* this is a standalone Jmakefile; NOT part of ghc "make world" */
2
3 LitStuffNeededHere(docs depend)
4 InfoStuffNeededHere(docs)
5 HaskellSuffixRules()
6
7 LitSuffixRule(.lit,/*none*/)    /* no language really */
8 LitSuffixRule(.lhs,.hs)         /* Haskell */
9 LitSuffixRule(.lhc,.hc)         /* Haskell assembler (C) */
10 LitSuffixRule(.lprl,.prl)       /* Perl */
11 LitSuffixRule(.lsh,.sh)         /* Bourne shell */
12 LitSuffixRule(.lc,.c)           /* C */
13 LitSuffixRule(.lh,.h)
14 LitSuffixRule(.llex,.lex)       /* Lex */
15 LitSuffixRule(.lflex,.flex)     /* Flex */
16
17 LIT2LATEX_OPTS=-ttgrind
18
19 LitDocRootTargetWithNamedOutput(codegen,lit,codegen-standalone)