sl@0: ifeq "$(PLATFORM)" "WINSCW" sl@0: ZDIR:=$(EPOCROOT)epoc32\release\$(PLATFORM)\$(CFG)\z sl@0: SISFILE=$(ZDIR)\system\install\testupsromstub.sis sl@0: endif sl@0: sl@0: ifeq "$(PLATFORM)" "ARMV5" sl@0: ZDIR:=$(EPOCROOT)epoc32\data\z sl@0: SISFILE=$(ZDIR)\system\install\testupsromstub.sis sl@0: endif sl@0: sl@0: # sl@0: # The targets invoked by abld... sl@0: # sl@0: sl@0: MAKMAKE : DO_NOTHING sl@0: FREEZE : DO_NOTHING sl@0: LIB : DO_NOTHING sl@0: RESOURCE : DO_NOTHING sl@0: CLEANLIB : DO_NOTHING sl@0: FINAL : DO_NOTHING sl@0: SAVESPACE : BLD sl@0: BLD : MAKEDATA sl@0: sl@0: DO_NOTHING: sl@0: sl@0: sl@0: ifndef SISFILE sl@0: # sl@0: # Not supported on this target so nothing to do sl@0: # sl@0: MAKEDATA : sl@0: @echo ---------------- sl@0: @echo Do nothing ... sl@0: @echo ---------------- sl@0: sl@0: CLEAN: sl@0: sl@0: RELEASABLES: sl@0: sl@0: else sl@0: # sl@0: # WINSCW or ARM sl@0: # sl@0: MAKEDATA : $(SISFILE) sl@0: sl@0: $(SISFILE) : testupsromstub.pkg sl@0: @cd sl@0: @echo --------------------------- sl@0: @echo Building Test UPS ROM stub sl@0: @echo --------------------------- sl@0: @echo nb. The stub does not contain any exes, just mentions them. sl@0: makesis -s $< $@ sl@0: sl@0: DO_NOTHING: sl@0: rem do nothing sl@0: sl@0: CLEAN : sl@0: -@erase $(SISFILE) /f sl@0: sl@0: RELEASABLES : sl@0: @echo $(SISFILE) sl@0: endif