installationservices/swi/test/tautosigning/buildsis.fil
author Simon Howkins <simonh@symbian.org>
Mon, 22 Nov 2010 12:04:39 +0000
branchRCL_3
changeset 84 e6c5e34cd9b9
parent 0 ba25891c3a9e
permissions -rw-r--r--
Adjusted to avoid exports, etc, from a top-level bld.inf

MAKEDATA :
!IF "$(PLATFORM)" == "GCCXML" || "$(PLATFORM)" == "TOOLS"
	cd
	echo ----------------
	echo  Do nothing ...
	echo ----------------
!ELSE
	cd
	echo ---------------------------
	echo Building autosigning sis files...
	echo ---------------------------

	perl buildsis.pl $(PLATFORM) $(CFG)
!ENDIF

DO_NOTHING:
	rem do nothing

#
# The targets invoked by abld...
#

MAKMAKE : DO_NOTHING
FREEZE : DO_NOTHING
LIB : DO_NOTHING
RESOURCE : DO_NOTHING
CLEANLIB : DO_NOTHING
BLD : DO_NOTHING
RELEASABLES : DO_NOTHING

SAVESPACE : BLD

FINAL : MAKEDATA

CLEAN :
	perl buildsis.pl -c $(PLATFORM) $(CFG)