[project @ 1996-07-19 18:36:04 by partain]
[ghc-hetmet.git] / ghc / compiler / reader / Jmakefile
diff --git a/ghc/compiler/reader/Jmakefile b/ghc/compiler/reader/Jmakefile
deleted file mode 100644 (file)
index 905d494..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-/* 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 */
-
-LitDocRootTargetWithNamedOutput(reader,lit,reader-standalone)