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

21 lines
294 B
Makefile

#
# configure environment
#
TARGET = micasacache
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