securityanddataprivacytools/securitytools/certapp/GNUmakefile.inc
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 10 Sep 2009 14:01:51 +0300
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 29 ece3df019add
permissions -rw-r--r--
Revision: 200935

# Copyright (c) Symbian Software Ltd 2008.  All rights reserved.
CPPFLAGS=-MMD -D_DEBUG -D_UNICODE -D__LINUX__ -D__TOOLS2_LINUX__ $(INC)
CXXFLAGS=-g -Wall -W -fstrict-aliasing
CFLAGS=-g -Wall -W -fstrict-aliasing
CXX=g++-3.4
CC=gcc-3.4

TOPTARGETSNORUN=all tags cleanall
TOPTARGETSRUN=run runtapi runapp1 runapp2 runapp3 runtcert runswi
TOPTARGETS=$(TOPTARGETSNORUN) $(TOPTARGETSRUN) 

.PHONY: force