2005-10-11 21:51:00 +02:00
|
|
|
#
|
|
|
|
# configure environment
|
|
|
|
#
|
2006-02-28 11:50:24 +01:00
|
|
|
TARGET = ad_ff
|
2005-10-11 21:51:00 +02:00
|
|
|
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
|