securityanddataprivacytools/securitytools/certapp/GNUmakefile.inc
author Santosh V Patil <santosh.v.patil@nokia.com>
Wed, 11 Nov 2009 15:30:58 +0530
changeset 20 445614b8b140
parent 8 35751d3474b7
child 19 ece3df019add
permissions -rw-r--r--
Fix for bug 5329. Added browserrootcertificates to package_definition.xml file. Also correcte the wrong spelling.

# 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