securityanddataprivacytools/securitytools/certapp/GNUmakefile.inc
changeset 29 ece3df019add
parent 8 35751d3474b7
equal deleted inserted replaced
19:cd501b96611d 29:ece3df019add
     1 # Copyright (c) Symbian Software Ltd 2008.  All rights reserved.
     1 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 # All rights reserved.
       
     3 # This component and the accompanying materials are made available
       
     4 # under the terms of the License "Eclipse Public License v1.0"
       
     5 # which accompanies this distribution, and is available
       
     6 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 #
       
     8 # Initial Contributors:
       
     9 # Nokia Corporation - initial contribution.
       
    10 #
       
    11 # Contributors:
       
    12 #
       
    13 # Description:
       
    14 #
       
    15 
     2 CPPFLAGS=-MMD -D_DEBUG -D_UNICODE -D__LINUX__ -D__TOOLS2_LINUX__ $(INC)
    16 CPPFLAGS=-MMD -D_DEBUG -D_UNICODE -D__LINUX__ -D__TOOLS2_LINUX__ $(INC)
     3 CXXFLAGS=-g -Wall -W -fstrict-aliasing
    17 CXXFLAGS=-g -Wall -W -fstrict-aliasing
     4 CFLAGS=-g -Wall -W -fstrict-aliasing
    18 CFLAGS=-g -Wall -W -fstrict-aliasing
     5 CXX=g++-3.4
    19 CXX=g++-3.4
     6 CC=gcc-3.4
    20 CC=gcc-3.4