From 11191edf8c77fe49a83b70904c62477c940aa5b7 Mon Sep 17 00:00:00 2001 From: Saurabh Bipin Chandra Date: Thu, 5 Sep 2013 20:58:03 +0530 Subject: [QNX-MAKE] QNX Build system changes The changes include: 1. Redirecting Include Path to packages/ folder for the CE, XDAIS, XDCTOOLS and IVAHD_CODECS. 2. Since xdc_target_types__ is defined as gnu/targets/std.h in libdce.h, the definition has been removed rom the common.mk files. This helps as the client application need not define xdc_target_types__ as a compiler option. 3. Since xdc/std.h is included in libdce.h, it is being removed from the test applications. 4. Adding trace variables to libdce make. Change-Id: I1e2675901340daefefe865a03757459e41f1d837 Signed-off-by: Saurabh Bipin Chandra --- common.mk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'common.mk') diff --git a/common.mk b/common.mk index 439f79c..5b0ed0c 100644 --- a/common.mk +++ b/common.mk @@ -10,7 +10,7 @@ include $(QCONFIG) #### Overriding qrules.mk macros before including qtargets.mk # Flags to add to the C compiler command line -CCFLAGS+=-O2 -Dxdc_target_types__=qnx/targets/arm/std.h -DBUILDOS_QNX=1 +CCFLAGS+=-O2 -DBUILDOS_QNX=1 -DDCE_DEBUG_ENABLE=1 -DDCE_DEBUG_LEVEL=1 # To get final library name as "libdce". Needed as project name is not dce NAME=dce -- cgit v1.2.3