#//////////////////////////////////////////////////////////////////////////// #// #// XBox samplebank makefile - define 'BANKNAME' and then include this file #// #//////////////////////////////////////////////////////////////////////////// include ../../makefile.platform include ../../../makefile.generic DEST_DIR=$(DATA_ROOT)/Sound DEST_BANK = $(DEST_DIR)/$(BANKNAME).xwb DEPS = $(DEST_DIR)/$(BANKNAME)/dir.exists \ $(DEST_DIR)/$(BANKNAME)/samplebank.xwb \ all: messageStart $(DEPS) messageEnd clean: @$(RM) $(DEST_DIR)/*.* messageStart: @echo Building $(BANKNAME) samplebank from $(MY_RESOURCE_ROOT) messageEnd: @echo Done $(MY_RESOURCE_ROOT) $(DEST_DIR)/$(BANKNAME)/samplebank.xwb: $(wildcard *.wav) samplebank.xwp @echo Updating $@ @wavbndlr.exe samplebank.xwp @$(RM) *.h