freebsd-ports/devel/cocktail/files/patch-specs-c-occam-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

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"