From: <to...@us...> - 2004-01-14 18:10:58
|
Update of /cvsroot/ro-oslib/OSLib/!OsLib/Tools/DefMod2 In directory sc8-pr-cvs1:/tmp/cvs-serv31394/!OsLib/Tools/DefMod2 Added Files: Tag: unix-build GNUmakefile Log Message: Unix Build --- NEW FILE: GNUmakefile --- # # Makefile for defmod for UNIX. # #------------------------------------------------------------------------ #------------------------------------------------------------------------ # tools CC = gcc CFLAGS = -Wall -funsigned-char LD = gcc LDFLAGS = YACC = bison YFLAGS = CP = cp -f #------------------------------------------------------------------------ #targets .PHONY: all clean all: ;${MAKE} -C defmod/Build_GNU all clean: ;${MAKE} -C defmod/Build_GNU clean |