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>
8 lines
303 B
Text
8 lines
303 B
Text
--- ../../work/cocktail-9309//./common/c/Makefile Tue Feb 15 14:21:28 1994
|
|
+++ ./common/c/Makefile Wed Mar 31 22:35:04 2004
|
|
@@ -1,3 +1,5 @@
|
|
Timer.o: Timer.c Timer.h ; cc Timer.c
|
|
libcommon.a: SysErr.o Timer.o ; ar ruv libcommon.a Timer.o
|
|
clean: ; rm -f Timer.o
|
|
+
|
|
+.include "../../Makefile.inc"
|