CASA/c_adlib/ad_ff/native/Makefile
Manohar 28ece0abc4
2006-02-28 11:17:08 +00:00

21 lines
288 B
Makefile

#
# 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