freebsd-ports/devel/cocktail/files/patch-specs-modula-modula2.ell-Makefile
Pav Lucistnik c0150116c3 Add cocktail, a set of program generators or compiler construction tools
for nearly all phases of a compiler. It has been developed until 1993
at the Karlsruhe research lab of GMD, the German National Research Center
for Information Technology.

PR:		ports/65164
Submitted by:	Willem Jan Withagen <wjw@withagen.nl>
2004-05-04 21:07:46 +00:00

16 lines
482 B
Text

--- ../../work/cocktail-9309//./specs/modula/modula2.ell/Makefile Tue Feb 15 14:29:00 1994
+++ ./specs/modula/modula2.ell/Makefile Wed Mar 31 23:08:43 2004
@@ -5,10 +5,11 @@
echo p ParserDrv | mc
Scanner.md Scanner.mi ScannerDrv.mi: modula.rex
- rex -sd modula.rex;
+ $(REX) -sd modula.rex;
Parser.md Parser.mi ParserDrv.mi: modula.ell
- ell -dip modula.ell;
+ $(ELL) -dip modula.ell;
clean:
rm -f *Drv *.m? *.[dimor] _Debug core *.bak
+.include "../../Makefile.inc"