X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=ghc%2FCONTRIB%2Fpphs%2FJmakefile;fp=ghc%2FCONTRIB%2Fpphs%2FJmakefile;h=24d546c7e719cac07b30f9e85f8f2e2314ebf0dd;hb=e7d21ee4f8ac907665a7e170c71d59e13a01da09;hp=0000000000000000000000000000000000000000;hpb=e48474bff05e6cfb506660420f025f694c870d38;p=ghc-hetmet.git diff --git a/ghc/CONTRIB/pphs/Jmakefile b/ghc/CONTRIB/pphs/Jmakefile new file mode 100644 index 0000000..24d546c --- /dev/null +++ b/ghc/CONTRIB/pphs/Jmakefile @@ -0,0 +1,16 @@ +SuffixRule_c_o() + +BuildPgmFromOneCFile(pphs) + +InstallBinaryTarget(pphs,$(INSTBINDIR_GHC)) + +/* These .dvi-ish rules are not right, but so what? [WDP 94/09] */ + +docs/UserGuide.dvi: docs/UserGuide.tex + $(RM) $@ + (cd docs && ../$(LTX) UserGuide.tex) + +/* Student project final report */ +docs/Report.dvi: docs/Report.tex + $(RM) $@ + (cd docs && ../$(LTX) Report.tex)