CASA/c_adlib/ad_gk/native/Makefile

21 lines
288 B
Makefile
Raw Normal View History

#
# configure environment
#
2006-02-28 12:24:52 +01:00
TARGET = ad_gk
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