This commit is contained in:
Manohar
2006-02-28 11:17:08 +00:00
parent 5afdbdf39a
commit 28ece0abc4
15 changed files with 3630 additions and 0 deletions

View File

@@ -0,0 +1,20 @@
#
# configure environment
#
TARGET = ad_ff
include global.mak
include defaults.$(PLAT)
include rules.mak
BIN_NAME = $(TARGET)$(xtra).$(BIN)
LIB_NAME = $(TARGET)$(xtra).$(LIB)
#
# target object and source files
#
include objs.$(PLAT)
#
# targets
#
include target.cl