qt/com.nokia.carbide.cpp.qt.test/Data/TestProject1/Makefile
author tzelaw
Tue, 14 Apr 2009 15:03:19 -0500
changeset 94 d74b720418db
parent 2 d760517a8095
permissions -rw-r--r--
Test framework support: Ask debugger to remember DebugTarget so test framework can use it to setup test framework related utility. With this we can use the DebugUI way of launching while keeping test framework functionality

# ==============================================================================
# Generated by qmake (2.01a) (Qt 4.4.4) on: Tue Jan 13 10:32:50 2009
# This file is generated by qmake and should not be modified by the
# user.
#  Name        : Makefile
#  Description : Wrapper Makefile for calling Symbian build tools
#
# ==============================================================================


first: default

QMAKE             = c:\Qt\qt-embedded-s60-commercial-src-4.4.4-snapshot-20081204\bin\qmake
DEL_FILE          = del
ABLD              = ABLD.BAT
DEBUG_PLATFORMS   = winscw gcce armv5
RELEASE_PLATFORMS = gcce armv5

default: debug

all: debug release

$(DEBUG_PLATFORMS):
	$(ABLD) build $@ udeb

bld.inf:
	$(QMAKE) -spec symbian-abld -o Makefile	C:/dev/Tommy/debug/eclipse/workspace/com.nokia.carbide.cpp.qt.test/Data/TestProject1/good.pro

$(ABLD): bld.inf
	bldmake bldfiles

debug: $(ABLD) $(DEBUG_PLATFORMS)

release: $(RELEASE_PLATFORMS) $(ABLD)
	$(ABLD) build $< urel

confclean: clean

clean:
	-$(ABLD) reallyclean
	-bldmake clean
	### TODO Delete qmake generated files