summaryrefslogtreecommitdiff
path: root/ghc/compiler/nativeGen/Jmakefile
blob: d98775c0d27ad5c20fd87c060d73923b94ed0578 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
/* this is a standalone Jmakefile; NOT part of ghc "make world" */


LitStuffNeededHere(docs depend)
InfoStuffNeededHere(docs)
HaskellSuffixRules()

LitSuffixRule(.lit,/*none*/)	/* no language really */
LitSuffixRule(.lhs,.hs)		/* Haskell */
LitSuffixRule(.lhc,.hc)		/* Haskell assembler (C) */
LitSuffixRule(.lprl,.prl)	/* Perl */
LitSuffixRule(.lsh,.sh)		/* Bourne shell */
LitSuffixRule(.lc,.c)		/* C */
LitSuffixRule(.lh,.h)
LitSuffixRule(.llex,.lex)	/* Lex */
LitSuffixRule(.lflex,.flex)	/* Flex */



LIT2LATEX_OPTS=-ttgrind

LitDocRootTarget(root,lit)