CASA/c_test/c_sample/Makefile
2005-10-11 19:51:00 +00:00

20 lines
241 B
Makefile

#
# configure environment
#
TARGET = cSample
include global.mak
include defaults.$(PLAT)
include rules.mak
BIN_NAME = $(TARGET).exe
#
# target object and source files
#
include objs.$(PLAT)
#
# targets
#
include target