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>
18 lines
443 B
Text
18 lines
443 B
Text
--- ../../work/cocktail-9309//./specs/c/occam/Makefile Tue Feb 15 14:28:32 1994
|
|
+++ ./specs/c/occam/Makefile Wed Mar 31 22:35:08 2004
|
|
@@ -1,6 +1,3 @@
|
|
-LIB = $(HOME)/lib
|
|
-INCDIR = $(LIB)/include
|
|
-CC = cc
|
|
#
|
|
# Makefile for occam recogniser - pjmp @ hrc 22/7/86
|
|
#
|
|
@@ -43,7 +40,4 @@
|
|
clean:
|
|
rm -f *.o occam2.c occam.c lex2.h lex.h Parser.h occam occam2
|
|
|
|
-.SUFFIXES: .c .o
|
|
-
|
|
-.c.o:
|
|
- $(CC) $(CFLAGS) -c $*.c
|
|
+.include "../../../Makefile.inc"
|