X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2Fcompiler%2FnativeGen%2FJmakefile;fp=ghc%2Fcompiler%2FnativeGen%2FJmakefile;h=d98775c0d27ad5c20fd87c060d73923b94ed0578;hb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;hp=0000000000000000000000000000000000000000;hpb=e48474bff05e6cfb506660420f025f694c870d38;p=ghc-hetmet.git diff --git a/ghc/compiler/nativeGen/Jmakefile b/ghc/compiler/nativeGen/Jmakefile new file mode 100644 index 0000000..d98775c --- /dev/null +++ b/ghc/compiler/nativeGen/Jmakefile @@ -0,0 +1,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)