The orignal port only ran on i386, since there were some 64bit conversion problems. The included tar file replaces the compete devel/cocktail tree currently in the ports tree. (lots of patches!) PR: ports/71940 Submitted by: Willem Jan Withagen <wjw@withagen.nl>
22 lines
558 B
Text
22 lines
558 B
Text
--- /usr/ports/devel/cocktail/work/cocktail-9309//./cg/hag-c/Makefile Tue Feb 15 14:21:25 1994
|
|
+++ ./cg/hag-c/Makefile Thu Aug 5 18:48:47 2004
|
|
@@ -1,7 +1,3 @@
|
|
-LIB = $(HOME)/lib
|
|
-INCDIR = $(LIB)/include
|
|
-CFLAGS = -I$(INCDIR)
|
|
-CC = cc
|
|
|
|
Main: Main.o Tree.o Eval.o
|
|
$(CC) -o Main Main.o Eval.o Tree.o $(LIB)/libreuse.a
|
|
@@ -45,9 +41,6 @@
|
|
echo 2 0 | Main
|
|
|
|
clean:
|
|
- rm -f TraceTab Main Tree.* Eval.* Main.o yyTree.w
|
|
+ -rm -f TraceTab Main Tree.* Eval.* Main.o yyTree.w
|
|
|
|
-.SUFFIXES: .c .o
|
|
-
|
|
-.c.o:
|
|
- $(CC) $(CFLAGS) -c $*.c
|
|
+.include "../../Makefile.inc"
|