CASA/c_test/unx_cachetst/target

18 lines
309 B
Plaintext
Raw Normal View History

include link$(xtra).$(PLAT)
all : $(BIN_NAME)
$(BIN_NAME) : $(OBJS)
@echo Linking $@ ...
$(LINK)
@echo
#install : all
install :
@echo sscs_unxcachetst Building $< ...
@echo
clean :
@echo Cleaning ...
$(RM) *.err *.bak *.i *.res $(OBJDIR)*.$(O) $(OBJDIR)*.res