secureswitools/swianalysistoolkit/source/chainvalidityandinstallfilestatustools/dumpchainvaliditytool/dumpchainvaliditytool2.fil
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:20:15 +0200
changeset 5 aba6b8104af3
parent 0 ba25891c3a9e
permissions -rw-r--r--
Revision: 201003 Kit: 201005

# Build WLDCOMP, a strange WINC/Win32 hybrid
#

TOOLNAME=dumpchainvaliditytool
SRCDIR=..\dumpchainvaliditytool

!if "$(CFG)" == "REL"
VC_CFG="$(TOOLNAME) - Win32 Release"
TARGETDIR=$(EPOCROOT)epoc32\tools
!else
VC_CFG="$(TOOLNAME) - Win32 Debug"
CFG=DEB
TARGETDIR=$(EPOCROOT)epoc32\release\winc\$(CFG)
!endif

TOOL=$(TARGETDIR)\$(TOOLNAME).exe

maketool :
	cd $(SRCDIR)
	echo NMAKE /S /NOLOGO /f $(SRCDIR)\$(TOOLNAME)2.MAK CFG=$(VC_CFG)
	NMAKE /S /NOLOGO /f $(SRCDIR)\$(TOOLNAME)2.MAK CFG=$(VC_CFG)

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
FINAL : do_nothing

SAVESPACE : BLD

BLD : maketool

CLEAN : 
	cd $(SRCDIR)
	echo NMAKE /S /NOLOGO /f $(SRCDIR)\$(TOOLNAME)2.MAK CLEAN CFG=$(VC_CFG)
	NMAKE /S /NOLOGO /f $(SRCDIR)\$(TOOLNAME)2.MAK CLEAN CFG=$(VC_CFG)
	-@erase $(TOOL)

RELEASABLES : 
	@echo $(TOOL)