[project @ 1996-01-08 20:28:12 by partain]
[ghc-hetmet.git] / ghc / compiler / nativeGen / Jmakefile
diff --git a/ghc/compiler/nativeGen/Jmakefile b/ghc/compiler/nativeGen/Jmakefile
new file mode 100644 (file)
index 0000000..d98775c
--- /dev/null
@@ -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)