securityanddataprivacytools/securitytools/certapp/GNUmakefile.inc
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     1 # Copyright (c) Symbian Software Ltd 2008.  All rights reserved.
       
     2 CPPFLAGS=-MMD -D_DEBUG -D_UNICODE -D__LINUX__ -D__TOOLS2_LINUX__ $(INC)
       
     3 CXXFLAGS=-g -Wall -W -fstrict-aliasing
       
     4 CFLAGS=-g -Wall -W -fstrict-aliasing
       
     5 CXX=g++-3.4
       
     6 CC=gcc-3.4
       
     7 
       
     8 TOPTARGETSNORUN=all tags cleanall
       
     9 TOPTARGETSRUN=run runtapi runapp1 runapp2 runapp3 runtcert runswi
       
    10 TOPTARGETS=$(TOPTARGETSNORUN) $(TOPTARGETSRUN) 
       
    11 
       
    12 .PHONY: force
       
    13