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