installationservices/swi/test/tautosigning/buildsis.fil
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Wed, 14 Apr 2010 16:05:45 +0300
branchRCL_3
changeset 14 09e5ea190d07
parent 0 ba25891c3a9e
permissions -rw-r--r--
Revision: 201013 Kit: 201015

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)