c0150116c3
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>
16 lines
482 B
Text
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"
|