securityanddataprivacytools/securitytools/certapp/GNUmakefile.inc
author William Roberts <williamr@symbian.org>
Wed, 08 Jul 2009 11:33:50 +0100
changeset 1 1c92dfe68cf2
parent 0 2c201484c85f
child 8 35751d3474b7
permissions -rw-r--r--
Add Symbian Signed root certificates

# 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