]> Gitweb @ Texas Instruments - Open Source Git Repositories - git.TI.com/gitweb - tiesr/tiesr.git/commitdiff
Preparation for [#1443] saving Netbeans development environment master
authorlnetsch <lnetsch@mycompany.com>
Wed, 4 Oct 2017 16:39:51 +0000 (16:39 +0000)
committerlnetsch <lnetsch@mycompany.com>
Wed, 4 Oct 2017 16:39:51 +0000 (16:39 +0000)
git-svn-id: https://gforge.ti.com/svn/tiesr/trunk@164 469fd053-429d-4955-9e4c-93c0d7a8ff27

56 files changed:
TIesrEngine/TIesrEngineCoreso/nbproject/Makefile-LinuxDebugGnu.mk
TIesrEngine/TIesrEngineCoreso/nbproject/Makefile-impl.mk
TIesrEngine/TIesrEngineCoreso/nbproject/Makefile-variables.mk
TIesrEngine/TIesrEngineCoreso/nbproject/Package-LinuxDebugGnu.bash
TIesrEngine/TIesrEngineCoreso/nbproject/configurations.xml
TIesrEngine/TIesrEngineCoreso/nbproject/private/configurations.xml
TIesrEngine/TIesrEngineCoreso/nbproject/private/private.xml
TIesrEngine/TIesrEngineCoreso/nbproject/project.xml
TIesrEngine/TIesrEngineSIso/nbproject/Makefile-LinuxDebugGnu.mk
TIesrEngine/TIesrEngineSIso/nbproject/Makefile-impl.mk
TIesrEngine/TIesrEngineSIso/nbproject/Makefile-variables.mk
TIesrEngine/TIesrEngineSIso/nbproject/Package-LinuxDebugGnu.bash
TIesrEngine/TIesrEngineSIso/nbproject/configurations.xml
TIesrEngine/TIesrEngineSIso/nbproject/private/configurations.xml
TIesrEngine/TIesrEngineSIso/nbproject/private/private.xml
TIesrEngine/TIesrEngineSIso/nbproject/project.xml
TIesrFA/TIesrFAWinso/nbproject/Makefile-WindowsDebugMinGW.mk
TIesrFA/TIesrFAWinso/nbproject/Makefile-WindowsReleaseMinGW.mk
TIesrFA/TIesrFAWinso/nbproject/Makefile-impl.mk
TIesrFA/TIesrFAWinso/nbproject/Makefile-variables.mk
TIesrFA/TIesrFAWinso/nbproject/Package-WindowsDebugMinGW.bash
TIesrFA/TIesrFAWinso/nbproject/Package-WindowsReleaseMinGW.bash
TIesrFA/TIesrFAWinso/nbproject/private/private.xml
TIesrFA/TIesrFA_ALSAso/nbproject/Makefile-LinuxDebugGnu.mk
TIesrFA/TIesrFA_ALSAso/nbproject/Makefile-LinuxReleaseGnu.mk
TIesrFA/TIesrFA_ALSAso/nbproject/Makefile-impl.mk
TIesrFA/TIesrFA_ALSAso/nbproject/Makefile-variables.mk
TIesrFA/TIesrFA_ALSAso/nbproject/Package-LinuxDebugGnu.bash
TIesrFA/TIesrFA_ALSAso/nbproject/Package-LinuxReleaseGnu.bash
TIesrFA/TIesrFA_ALSAso/nbproject/configurations.xml
TIesrFA/TIesrFA_ALSAso/nbproject/private/configurations.xml
TIesrFA/TIesrFA_ALSAso/nbproject/private/private.xml
TIesrFA/TIesrFA_ALSAso/nbproject/project.xml
TIesrFA/TestTIesrFA/nbproject/Makefile-WindowsDebugMinGW.mk
TIesrFA/TestTIesrFA/nbproject/Makefile-WindowsReleaseMinGW.mk
TIesrFA/TestTIesrFA/nbproject/Makefile-impl.mk
TIesrFA/TestTIesrFA/nbproject/Makefile-variables.mk
TIesrFA/TestTIesrFA/nbproject/Package-WindowsDebugMinGW.bash
TIesrFA/TestTIesrFA/nbproject/Package-WindowsReleaseMinGW.bash
TIesrFA/TestTIesrFA/nbproject/private/private.xml
TIesrSI/TIesrSIso/nbproject/Makefile-LinuxDebugGnu.mk
TIesrSI/TIesrSIso/nbproject/Makefile-impl.mk
TIesrSI/TIesrSIso/nbproject/Makefile-variables.mk
TIesrSI/TIesrSIso/nbproject/Package-LinuxDebugGnu.bash
TIesrSI/TIesrSIso/nbproject/configurations.xml
TIesrSI/TIesrSIso/nbproject/private/configurations.xml
TIesrSI/TIesrSIso/nbproject/private/private.xml
TIesrSI/TIesrSIso/nbproject/project.xml
TIesrSI/TestTIesrSI/nbproject/Makefile-LinuxDebugGnu.mk
TIesrSI/TestTIesrSI/nbproject/Makefile-impl.mk
TIesrSI/TestTIesrSI/nbproject/Makefile-variables.mk
TIesrSI/TestTIesrSI/nbproject/Package-LinuxDebugGnu.bash
TIesrSI/TestTIesrSI/nbproject/configurations.xml
TIesrSI/TestTIesrSI/nbproject/private/configurations.xml
TIesrSI/TestTIesrSI/nbproject/private/private.xml
TIesrSI/TestTIesrSI/nbproject/project.xml

index d97f687f12352e67cbf2dc91406761dc9d1478ab..fa466f94cd78110d0f548657592d06e27f6ab407 100644 (file)
@@ -10,6 +10,8 @@
 # Environment
 MKDIR=mkdir
 CP=cp
+GREP=grep
+NM=nm
 CCADMIN=CCadmin
 RANLIB=ranlib
 CC=gcc
@@ -19,31 +21,34 @@ FC=gfortran
 AS=as
 
 # Macros
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
+CND_DLIB_EXT=so
 CND_CONF=LinuxDebugGnu
 CND_DISTDIR=dist
+CND_BUILDDIR=build
 
 # Include project Makefile
 include Makefile
 
 # Object Directory
-OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
+OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
 
 # Object Files
 OBJECTFILES= \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/gmhmm_type_common.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/noise_sub.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/rapidsearch.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/pmc_f.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/uttdet.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/obsprob.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/mfcc_f.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/load.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/pack.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/dist.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/sbc.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/search.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/volume.o
+       ${OBJECTDIR}/_ext/1360937237/dist.o \
+       ${OBJECTDIR}/_ext/1360937237/gmhmm_type_common.o \
+       ${OBJECTDIR}/_ext/1360937237/load.o \
+       ${OBJECTDIR}/_ext/1360937237/mfcc_f.o \
+       ${OBJECTDIR}/_ext/1360937237/noise_sub.o \
+       ${OBJECTDIR}/_ext/1360937237/obsprob.o \
+       ${OBJECTDIR}/_ext/1360937237/pack.o \
+       ${OBJECTDIR}/_ext/1360937237/pmc_f.o \
+       ${OBJECTDIR}/_ext/1360937237/rapidsearch.o \
+       ${OBJECTDIR}/_ext/1360937237/sbc.o \
+       ${OBJECTDIR}/_ext/1360937237/search.o \
+       ${OBJECTDIR}/_ext/1360937237/uttdet.o \
+       ${OBJECTDIR}/_ext/1360937237/volume.o
+
 
 # C Compiler Flags
 CFLAGS=
@@ -63,84 +68,84 @@ LDLIBSOPTIONS=
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
-       ${MAKE}  -f nbproject/Makefile-LinuxDebugGnu.mk ../../Dist/LinuxDebugGnu/lib/libTIesrEngineCore.so.1
+       "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1
 
-../../Dist/LinuxDebugGnu/lib/libTIesrEngineCore.so.1: ${OBJECTFILES}
-       ${MKDIR} -p ../../Dist/LinuxDebugGnu/lib
-       ${LINK.cc} -Wl,-znow,-zdefs -Wl,-h,libTIesrEngineCore.so.1 -Wl,--version-script=../resource/TIesrEngineCore.ver -shared -o ../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1 -fPIC ${OBJECTFILES} ${LDLIBSOPTIONS} 
+../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1: ${OBJECTFILES}
+       ${MKDIR} -p ../../Dist/${CND_CONF}/lib
+       ${LINK.cc} -o ../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1 ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,-znow,-zdefs -Wl,-h,libTIesrEngineCore.so.1 -Wl,--version-script=../resource/TIesrEngineCore.ver -shared -fPIC
 
-${OBJECTDIR}/_ext/_DOTDOT/src/gmhmm_type_common.o: nbproject/Makefile-${CND_CONF}.mk ../src/gmhmm_type_common.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/dist.o: ../src/dist.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/gmhmm_type_common.o ../src/gmhmm_type_common.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/dist.o ../src/dist.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/noise_sub.o: nbproject/Makefile-${CND_CONF}.mk ../src/noise_sub.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/gmhmm_type_common.o: ../src/gmhmm_type_common.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/noise_sub.o ../src/noise_sub.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/gmhmm_type_common.o ../src/gmhmm_type_common.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/rapidsearch.o: nbproject/Makefile-${CND_CONF}.mk ../src/rapidsearch.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/load.o: ../src/load.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/rapidsearch.o ../src/rapidsearch.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/load.o ../src/load.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/pmc_f.o: nbproject/Makefile-${CND_CONF}.mk ../src/pmc_f.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/mfcc_f.o: ../src/mfcc_f.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/pmc_f.o ../src/pmc_f.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/mfcc_f.o ../src/mfcc_f.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/uttdet.o: nbproject/Makefile-${CND_CONF}.mk ../src/uttdet.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/noise_sub.o: ../src/noise_sub.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/uttdet.o ../src/uttdet.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/noise_sub.o ../src/noise_sub.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/obsprob.o: nbproject/Makefile-${CND_CONF}.mk ../src/obsprob.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/obsprob.o: ../src/obsprob.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/obsprob.o ../src/obsprob.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/obsprob.o ../src/obsprob.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/mfcc_f.o: nbproject/Makefile-${CND_CONF}.mk ../src/mfcc_f.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/pack.o: ../src/pack.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/mfcc_f.o ../src/mfcc_f.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/pack.o ../src/pack.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/load.o: nbproject/Makefile-${CND_CONF}.mk ../src/load.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/pmc_f.o: ../src/pmc_f.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/load.o ../src/load.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/pmc_f.o ../src/pmc_f.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/pack.o: nbproject/Makefile-${CND_CONF}.mk ../src/pack.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/rapidsearch.o: ../src/rapidsearch.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/pack.o ../src/pack.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/rapidsearch.o ../src/rapidsearch.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/dist.o: nbproject/Makefile-${CND_CONF}.mk ../src/dist.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/sbc.o: ../src/sbc.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/dist.o ../src/dist.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/sbc.o ../src/sbc.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/sbc.o: nbproject/Makefile-${CND_CONF}.mk ../src/sbc.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/search.o: ../src/search.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/sbc.o ../src/sbc.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/search.o ../src/search.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/search.o: nbproject/Makefile-${CND_CONF}.mk ../src/search.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/uttdet.o: ../src/uttdet.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/search.o ../src/search.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/uttdet.o ../src/uttdet.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/volume.o: nbproject/Makefile-${CND_CONF}.mk ../src/volume.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/volume.o: ../src/volume.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/volume.o ../src/volume.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/volume.o ../src/volume.cpp
 
 # Subprojects
 .build-subprojects:
 
 # Clean Targets
-.clean-conf:
-       ${RM} -r build/LinuxDebugGnu
-       ${RM} ../../Dist/LinuxDebugGnu/lib/libTIesrEngineCore.so.1
+.clean-conf: ${CLEAN_SUBPROJECTS}
+       ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
+       ${RM} ../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1
 
 # Subprojects
 .clean-subprojects:
index d71dd61057430634f79a236d58b09b6c1b9b4f53..b5a181dbe0056baf6d1b3ca9c5a8059b57f1d968 100644 (file)
@@ -37,13 +37,13 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
 # build
 .build-impl: .build-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf
 
 
 # clean
 .clean-impl: .clean-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf
 
 
 # clobber 
@@ -51,7 +51,7 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
        done
 
 # all 
@@ -59,9 +59,19 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \
        done
 
+# build tests
+.build-tests-impl: .build-impl .build-tests-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf
+
+# run tests
+.test-impl: .build-tests-impl .test-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf
+
 # dependency checking support
 .depcheck-impl:
        @echo "# This code depends on make tool being used" >.dep.inc
index 83a4e00f29a597d0b38facfa731ce622952a67df..8157a3dcb51d1afe90f301348ea055bf29900775 100644 (file)
@@ -23,13 +23,13 @@ CND_PACKAGE_DIR_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Linux-x86/pa
 CND_PACKAGE_NAME_WindowsReleaseMinGW=libTIesrEngineCoreso.so.tar
 CND_PACKAGE_PATH_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Linux-x86/package/libTIesrEngineCoreso.so.tar
 # LinuxDebugGnu configuration
-CND_PLATFORM_LinuxDebugGnu=GNU_current-Linux-x86
+CND_PLATFORM_LinuxDebugGnu=GNU-Linux-x86
 CND_ARTIFACT_DIR_LinuxDebugGnu=../../Dist/LinuxDebugGnu/lib
 CND_ARTIFACT_NAME_LinuxDebugGnu=libTIesrEngineCore.so.1
 CND_ARTIFACT_PATH_LinuxDebugGnu=../../Dist/LinuxDebugGnu/lib/libTIesrEngineCore.so.1
-CND_PACKAGE_DIR_LinuxDebugGnu=dist/LinuxDebugGnu/GNU_current-Linux-x86/package
+CND_PACKAGE_DIR_LinuxDebugGnu=dist/LinuxDebugGnu/GNU-Linux-x86/package
 CND_PACKAGE_NAME_LinuxDebugGnu=libTIesrEngineCoreso.so.tar
-CND_PACKAGE_PATH_LinuxDebugGnu=dist/LinuxDebugGnu/GNU_current-Linux-x86/package/libTIesrEngineCoreso.so.tar
+CND_PACKAGE_PATH_LinuxDebugGnu=dist/LinuxDebugGnu/GNU-Linux-x86/package/libTIesrEngineCoreso.so.tar
 # LinuxReleaseGnu configuration
 CND_PLATFORM_LinuxReleaseGnu=GNU_current-Linux-x86
 CND_ARTIFACT_DIR_LinuxReleaseGnu=../../Dist/LinuxReleaseGnu/lib
@@ -70,3 +70,14 @@ CND_ARTIFACT_PATH_ArmLinuxReleaseGnueabiWinHost=../../Dist/ArmLinuxReleaseGnueab
 CND_PACKAGE_DIR_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package
 CND_PACKAGE_NAME_ArmLinuxReleaseGnueabiWinHost=libTIesrEngineCoreso.so.tar
 CND_PACKAGE_PATH_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package/libTIesrEngineCoreso.so.tar
+#
+# include compiler specific variables
+#
+# dmake command
+ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
+       (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
+#
+# gmake command
+.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
+#
+include nbproject/private/Makefile-variables.mk
index 6ff240449f4044a02e2e6d9ba4df261219794ddc..7c5e8054b1d8bff3f8893953628c146e204b3493 100644 (file)
@@ -6,10 +6,11 @@
 
 # Macros
 TOP=`pwd`
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
 CND_CONF=LinuxDebugGnu
 CND_DISTDIR=dist
-TMPDIR=build/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
+CND_BUILDDIR=build
+NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
 TMPDIRNAME=tmp-packaging
 OUTPUT_PATH=../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1
 OUTPUT_BASENAME=libTIesrEngineCore.so.1
@@ -53,22 +54,22 @@ function copyFileToTmpDir
 # Setup
 cd "${TOP}"
 mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${TMPDIR}
-mkdir -p ${TMPDIR}
+rm -rf ${NBTMPDIR}
+mkdir -p ${NBTMPDIR}
 
 # Copy files and create directories and links
 cd "${TOP}"
-makeDirectory ${TMPDIR}/libTIesrEngineCoreso.so/lib
-copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
+makeDirectory "${NBTMPDIR}/libTIesrEngineCoreso.so/lib"
+copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
 
 
 # Generate tar file
 cd "${TOP}"
 rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrEngineCoreso.so.tar
-cd ${TMPDIR}
+cd ${NBTMPDIR}
 tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrEngineCoreso.so.tar *
 checkReturnCode
 
 # Cleanup
 cd "${TOP}"
-rm -rf ${TMPDIR}
+rm -rf ${NBTMPDIR}
index 3bc6cdee963db95e9642c6a3c0b0c4b4fc531f54..46a581b7efceb325e1b3dc40435d436e360f3ac0 100755 (executable)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="62">
-  <logicalFolder name="root" displayName="root" projectFiles="true">
+<configurationDescriptor version="88">
+  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
     <logicalFolder name="HeaderFiles"
                    displayName="Header Files"
                    projectFiles="true">
@@ -70,9 +70,8 @@
   <confs>
     <conf name="WindowsDebugMinGW" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>Cygwin|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
         </ccTool>
         <linkerTool>
           <output>../../Dist/${CND_CONF}/libTIesrEngineCore.dll</output>
-          <linkerLibItems>
-          </linkerLibItems>
           <commandLine>-v</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineCore.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/dist.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/dist_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/filename.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/hlr_status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/load.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/load_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_def_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/obsprob.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/obsprob_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pack.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pack_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/search.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/search_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/uttdet.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/volume.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/volume_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="WindowsReleaseMinGW" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>Cygwin|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
         </fortranCompilerTool>
         <linkerTool>
           <output>../../Dist/${CND_CONF}/libTIesrEngineCore.dll</output>
-          <linkerLibItems>
-          </linkerLibItems>
           <commandLine>-v</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineCore.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/dist.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/dist_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/filename.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/hlr_status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/load.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/load_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_def_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/obsprob.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/obsprob_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pack.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pack_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/search.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/search_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/uttdet.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/volume.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/volume_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="LinuxDebugGnu" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
-        <compilerSet>GNU_current|GNU</compilerSet>
-        <platform>2</platform>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
+        <compilerSet>GNU|GNU</compilerSet>
       </toolsSet>
       <compileType>
         <ccTool>
         </ccTool>
         <linkerTool>
           <output>../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1</output>
-          <linkerLibItems>
-          </linkerLibItems>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineCore.so.1 -Wl,--version-script=../resource/TIesrEngineCore.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineCore.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/dist.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/dist_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/filename.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/hlr_status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/load.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/load_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_def_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/obsprob.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/obsprob_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pack.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pack_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/search.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/search_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/uttdet.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/volume.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/volume_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="LinuxReleaseGnu" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>GNU_current|GNU</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
         </ccTool>
         <linkerTool>
           <output>../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1</output>
-          <linkerLibItems>
-          </linkerLibItems>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineCore.so.1 -Wl,--version-script=../resource/TIesrEngineCore.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineCore.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/dist.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/dist_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/filename.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/hlr_status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/load.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/load_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_def_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/obsprob.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/obsprob_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pack.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pack_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/search.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/search_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/uttdet.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/volume.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/volume_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxDebugGnueabi" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-none-linux-gnueabi|Unknown</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
         </ccTool>
         <linkerTool>
           <output>../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1</output>
-          <linkerLibItems>
-          </linkerLibItems>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineCore.so.1 -Wl,--version-script=../resource/TIesrEngineCore.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineCore.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/dist.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/dist_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/filename.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/hlr_status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/load.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/load_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_def_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/obsprob.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/obsprob_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pack.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pack_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/search.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/search_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/uttdet.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/volume.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/volume_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxReleaseGnueabi" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-none-linux-gnueabi|Unknown</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
         </ccTool>
         <linkerTool>
           <output>../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1</output>
-          <linkerLibItems>
-          </linkerLibItems>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineCore.so.1 -Wl,--version-script=../resource/TIesrEngineCore.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineCore.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/dist.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/dist_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/filename.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/hlr_status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/load.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/load_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_def_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/obsprob.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/obsprob_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pack.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pack_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/search.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/search_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/uttdet.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/volume.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/volume_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxDebugGnueabiWinHost" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-linux_win_host|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
         </ccTool>
         <linkerTool>
           <output>../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1</output>
-          <linkerLibItems>
-          </linkerLibItems>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineCore.so.1 -Wl,--version-script=../resource/TIesrEngineCore.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineCore.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/dist.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/dist_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/filename.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/hlr_status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/load.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/load_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_def_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/obsprob.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/obsprob_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pack.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pack_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/search.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/search_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/uttdet.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/volume.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/volume_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxReleaseGnueabiWinHost" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-linux_win_host|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
         </ccTool>
         <linkerTool>
           <output>../../Dist/${CND_CONF}/lib/libTIesrEngineCore.so.1</output>
-          <linkerLibItems>
-          </linkerLibItems>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineCore.so.1 -Wl,--version-script=../resource/TIesrEngineCore.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineCore.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/confidence_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/dist.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/dist_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/filename.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/hlr_status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/load.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/load_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_def_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/mfcc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/noise_sub.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/noise_sub_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/obsprob.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/obsprob_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pack.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pack_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/pmc_f.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/pmc_f_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/rapidsearch_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_struct_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/search.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/search_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/uttdet.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/uttdet_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/volume.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/volume_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
   </confs>
 </configurationDescriptor>
index 76c1a18e3fc71e8251c6c70bb290bb391aeccff4..77acbaf2529fa477a2bdc107b335607da39ae19c 100755 (executable)
 <?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="62">
+<configurationDescriptor version="88">
   <projectmakefile>Makefile</projectmakefile>
-  <defaultConf>2</defaultConf>
   <confs>
     <conf name="WindowsDebugMinGW" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="WindowsReleaseMinGW" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="LinuxDebugGnu" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="LinuxReleaseGnu" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxDebugGnueabi" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxReleaseGnueabi" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxDebugGnueabiWinHost" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxReleaseGnueabiWinHost" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
index c1f155a782bd6f432a8846f3d3b308ba6fa6856c..493eb1763240a9d76de2684ca02dddb1ee9ae1d9 100755 (executable)
@@ -1,4 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project-private xmlns="http://www.netbeans.org/ns/project-private/1">
+    <data xmlns="http://www.netbeans.org/ns/make-project-private/1">
+        <activeConfTypeElem>2</activeConfTypeElem>
+        <activeConfIndexElem>2</activeConfIndexElem>
+    </data>
     <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
+    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
 </project-private>
index 2b2999b242819c07d70dcfed33c9b95cf0dce909..b44666e21e616d09c3ee86ccff67adcf056f0ae1 100755 (executable)
             <header-extensions>h</header-extensions>
             <sourceEncoding>UTF-8</sourceEncoding>
             <make-dep-projects/>
+            <sourceRootList/>
+            <confList>
+                <confElem>
+                    <name>WindowsDebugMinGW</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>WindowsReleaseMinGW</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>LinuxDebugGnu</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>LinuxReleaseGnu</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxDebugGnueabi</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxReleaseGnueabi</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxDebugGnueabiWinHost</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxReleaseGnueabiWinHost</name>
+                    <type>2</type>
+                </confElem>
+            </confList>
         </data>
     </configuration>
 </project>
index 7a7a8ac8e2c42f947dccfcee0d67b76a9cfc1a81..9909a1499bbd3451bedf70278d05af5136fafa56 100644 (file)
@@ -10,6 +10,8 @@
 # Environment
 MKDIR=mkdir
 CP=cp
+GREP=grep
+NM=nm
 CCADMIN=CCadmin
 RANLIB=ranlib
 CC=gcc
@@ -19,24 +21,27 @@ FC=gfortran
 AS=as
 
 # Macros
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
+CND_DLIB_EXT=so
 CND_CONF=LinuxDebugGnu
 CND_DISTDIR=dist
+CND_BUILDDIR=build
 
 # Include project Makefile
 include Makefile
 
 # Object Directory
-OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
+OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
 
 # Object Files
 OBJECTFILES= \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/siproc.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/engine_sireco_init.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/siinit.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/jac-estm.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/liveproc.o \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/jac_one.o
+       ${OBJECTDIR}/_ext/1360937237/engine_sireco_init.o \
+       ${OBJECTDIR}/_ext/1360937237/jac-estm.o \
+       ${OBJECTDIR}/_ext/1360937237/jac_one.o \
+       ${OBJECTDIR}/_ext/1360937237/liveproc.o \
+       ${OBJECTDIR}/_ext/1360937237/siinit.o \
+       ${OBJECTDIR}/_ext/1360937237/siproc.o
+
 
 # C Compiler Flags
 CFLAGS=
@@ -52,47 +57,47 @@ FFLAGS=
 ASFLAGS=
 
 # Link Libraries and Options
-LDLIBSOPTIONS=-Wl,-rpath ${CND_BASEDIR}/../../Dist/${CND_CONF}/lib ../TIesrEngineCoreso/../../Dist/LinuxDebugGnu/lib/libTIesrEngineCore.so.1
+LDLIBSOPTIONS=-Wl,-rpath,${CND_BASEDIR}/../../Dist/${CND_CONF}/lib ../TIesrEngineCoreso/../../Dist/LinuxDebugGnu/lib/libTIesrEngineCore.so.1
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
-       ${MAKE}  -f nbproject/Makefile-LinuxDebugGnu.mk ../../Dist/LinuxDebugGnu/lib/libTIesrEngineSI.so.1
+       "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ../../Dist/${CND_CONF}/lib/libTIesrEngineSI.so.1
 
-../../Dist/LinuxDebugGnu/lib/libTIesrEngineSI.so.1: ../TIesrEngineCoreso/../../Dist/LinuxDebugGnu/lib/libTIesrEngineCore.so.1
+../../Dist/${CND_CONF}/lib/libTIesrEngineSI.so.1: ../TIesrEngineCoreso/../../Dist/LinuxDebugGnu/lib/libTIesrEngineCore.so.1
 
-../../Dist/LinuxDebugGnu/lib/libTIesrEngineSI.so.1: ${OBJECTFILES}
-       ${MKDIR} -p ../../Dist/LinuxDebugGnu/lib
-       ${LINK.cc} -Wl,-znow,-zdefs -Wl,-h,libTIesrEngineSI.so.1 -Wl,--version-script=../resource/TIesrEngineSI.ver -shared -o ../../Dist/${CND_CONF}/lib/libTIesrEngineSI.so.1 -fPIC ${OBJECTFILES} ${LDLIBSOPTIONS} 
+../../Dist/${CND_CONF}/lib/libTIesrEngineSI.so.1: ${OBJECTFILES}
+       ${MKDIR} -p ../../Dist/${CND_CONF}/lib
+       ${LINK.cc} -o ../../Dist/${CND_CONF}/lib/libTIesrEngineSI.so.1 ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,-znow,-zdefs -Wl,-h,libTIesrEngineSI.so.1 -Wl,--version-script=../resource/TIesrEngineSI.ver -shared -fPIC
 
-${OBJECTDIR}/_ext/_DOTDOT/src/siproc.o: nbproject/Makefile-${CND_CONF}.mk ../src/siproc.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/engine_sireco_init.o: ../src/engine_sireco_init.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/siproc.o ../src/siproc.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/engine_sireco_init.o ../src/engine_sireco_init.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/engine_sireco_init.o: nbproject/Makefile-${CND_CONF}.mk ../src/engine_sireco_init.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/jac-estm.o: ../src/jac-estm.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/engine_sireco_init.o ../src/engine_sireco_init.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/jac-estm.o ../src/jac-estm.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/siinit.o: nbproject/Makefile-${CND_CONF}.mk ../src/siinit.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/jac_one.o: ../src/jac_one.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/siinit.o ../src/siinit.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/jac_one.o ../src/jac_one.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/jac-estm.o: nbproject/Makefile-${CND_CONF}.mk ../src/jac-estm.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/liveproc.o: ../src/liveproc.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/jac-estm.o ../src/jac-estm.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/liveproc.o ../src/liveproc.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/liveproc.o: nbproject/Makefile-${CND_CONF}.mk ../src/liveproc.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/siinit.o: ../src/siinit.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/liveproc.o ../src/liveproc.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/siinit.o ../src/siinit.cpp
 
-${OBJECTDIR}/_ext/_DOTDOT/src/jac_one.o: nbproject/Makefile-${CND_CONF}.mk ../src/jac_one.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/siproc.o: ../src/siproc.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/jac_one.o ../src/jac_one.cpp
+       $(COMPILE.cc) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/siproc.o ../src/siproc.cpp
 
 # Subprojects
 .build-subprojects:
@@ -100,8 +105,8 @@ ${OBJECTDIR}/_ext/_DOTDOT/src/jac_one.o: nbproject/Makefile-${CND_CONF}.mk ../sr
 
 # Clean Targets
 .clean-conf: ${CLEAN_SUBPROJECTS}
-       ${RM} -r build/LinuxDebugGnu
-       ${RM} ../../Dist/LinuxDebugGnu/lib/libTIesrEngineSI.so.1
+       ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
+       ${RM} ../../Dist/${CND_CONF}/lib/libTIesrEngineSI.so.1
 
 # Subprojects
 .clean-subprojects:
index d87663252154f4c542ee7cee70d803b16d897a05..5fd61aede866801140c2d8a7797a3b706669ddc8 100644 (file)
@@ -37,13 +37,13 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
 # build
 .build-impl: .build-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf
 
 
 # clean
 .clean-impl: .clean-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf
 
 
 # clobber 
@@ -51,7 +51,7 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
        done
 
 # all 
@@ -59,9 +59,19 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \
        done
 
+# build tests
+.build-tests-impl: .build-impl .build-tests-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf
+
+# run tests
+.test-impl: .build-tests-impl .test-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf
+
 # dependency checking support
 .depcheck-impl:
        @echo "# This code depends on make tool being used" >.dep.inc
index a71d8d7e6692f3bc11a067f942bbd552bc5fd62f..0b281bfc5c4d6cd0fe8ef18aeda16d003fc9dda8 100644 (file)
@@ -23,13 +23,13 @@ CND_PACKAGE_DIR_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Linux-x86/pa
 CND_PACKAGE_NAME_WindowsReleaseMinGW=libTIesrEngineSIso.so.tar
 CND_PACKAGE_PATH_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Linux-x86/package/libTIesrEngineSIso.so.tar
 # LinuxDebugGnu configuration
-CND_PLATFORM_LinuxDebugGnu=GNU_current-Linux-x86
+CND_PLATFORM_LinuxDebugGnu=GNU-Linux-x86
 CND_ARTIFACT_DIR_LinuxDebugGnu=../../Dist/LinuxDebugGnu/lib
 CND_ARTIFACT_NAME_LinuxDebugGnu=libTIesrEngineSI.so.1
 CND_ARTIFACT_PATH_LinuxDebugGnu=../../Dist/LinuxDebugGnu/lib/libTIesrEngineSI.so.1
-CND_PACKAGE_DIR_LinuxDebugGnu=dist/LinuxDebugGnu/GNU_current-Linux-x86/package
+CND_PACKAGE_DIR_LinuxDebugGnu=dist/LinuxDebugGnu/GNU-Linux-x86/package
 CND_PACKAGE_NAME_LinuxDebugGnu=libTIesrEngineSIso.so.tar
-CND_PACKAGE_PATH_LinuxDebugGnu=dist/LinuxDebugGnu/GNU_current-Linux-x86/package/libTIesrEngineSIso.so.tar
+CND_PACKAGE_PATH_LinuxDebugGnu=dist/LinuxDebugGnu/GNU-Linux-x86/package/libTIesrEngineSIso.so.tar
 # LinuxReleaseGnu configuration
 CND_PLATFORM_LinuxReleaseGnu=GNU_current-Linux-x86
 CND_ARTIFACT_DIR_LinuxReleaseGnu=../../Dist/LinuxReleaseGnu/lib
@@ -70,3 +70,14 @@ CND_ARTIFACT_PATH_ArmLinuxReleaseGnueabiWinHost=../../Dist/ArmLinuxReleaseGnueab
 CND_PACKAGE_DIR_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package
 CND_PACKAGE_NAME_ArmLinuxReleaseGnueabiWinHost=libTIesrEngineSIso.so.tar
 CND_PACKAGE_PATH_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package/libTIesrEngineSIso.so.tar
+#
+# include compiler specific variables
+#
+# dmake command
+ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
+       (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
+#
+# gmake command
+.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
+#
+include nbproject/private/Makefile-variables.mk
index 27b38a3743e0d0b9c4f43ea5c44b07004df0836e..a495c1a056156bc82a464d010a0e32e89d4b3679 100644 (file)
@@ -6,10 +6,11 @@
 
 # Macros
 TOP=`pwd`
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
 CND_CONF=LinuxDebugGnu
 CND_DISTDIR=dist
-TMPDIR=build/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
+CND_BUILDDIR=build
+NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
 TMPDIRNAME=tmp-packaging
 OUTPUT_PATH=../../Dist/${CND_CONF}/lib/libTIesrEngineSI.so.1
 OUTPUT_BASENAME=libTIesrEngineSI.so.1
@@ -53,22 +54,22 @@ function copyFileToTmpDir
 # Setup
 cd "${TOP}"
 mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${TMPDIR}
-mkdir -p ${TMPDIR}
+rm -rf ${NBTMPDIR}
+mkdir -p ${NBTMPDIR}
 
 # Copy files and create directories and links
 cd "${TOP}"
-makeDirectory ${TMPDIR}/libTIesrEngineSIso.so/lib
-copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
+makeDirectory "${NBTMPDIR}/libTIesrEngineSIso.so/lib"
+copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
 
 
 # Generate tar file
 cd "${TOP}"
 rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrEngineSIso.so.tar
-cd ${TMPDIR}
+cd ${NBTMPDIR}
 tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrEngineSIso.so.tar *
 checkReturnCode
 
 # Cleanup
 cd "${TOP}"
-rm -rf ${TMPDIR}
+rm -rf ${NBTMPDIR}
index f4f2f45fc79c5bbf0be2804794222bdac6a7e6e3..2679a31131a94ba3925d4c937a84dcdc17cde74d 100755 (executable)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="62">
-  <logicalFolder name="root" displayName="root" projectFiles="true">
+<configurationDescriptor version="88">
+  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
     <logicalFolder name="HeaderFiles"
                    displayName="Header Files"
                    projectFiles="true">
@@ -45,9 +45,8 @@
   <confs>
     <conf name="WindowsDebugMinGW" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>Cygwin|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-v</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineSI.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/engine_sireco_init.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_si_api.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac_one.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/liveproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siinit.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/siinit.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_engine_api_sireco.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="WindowsReleaseMinGW" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>Cygwin|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-v</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineSI.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/engine_sireco_init.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_si_api.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac_one.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/liveproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siinit.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/siinit.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_engine_api_sireco.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="LinuxDebugGnu" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
-        <compilerSet>GNU_current|GNU</compilerSet>
-        <platform>2</platform>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
+        <compilerSet>GNU|GNU</compilerSet>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineSI.so.1 -Wl,--version-script=../resource/TIesrEngineSI.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineSI.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/engine_sireco_init.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_si_api.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac_one.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/liveproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siinit.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/siinit.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_engine_api_sireco.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="LinuxReleaseGnu" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>GNU_current|GNU</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineSI.so.1 -Wl,--version-script=../resource/TIesrEngineSI.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineSI.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/engine_sireco_init.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_si_api.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac_one.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/liveproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siinit.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/siinit.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_engine_api_sireco.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxDebugGnueabi" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-none-linux-gnueabi|Unknown</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineSI.so.1 -Wl,--version-script=../resource/TIesrEngineSI.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineSI.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/engine_sireco_init.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_si_api.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac_one.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/liveproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siinit.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/siinit.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_engine_api_sireco.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxReleaseGnueabi" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-none-linux-gnueabi|Unknown</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineSI.so.1 -Wl,--version-script=../resource/TIesrEngineSI.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineSI.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/engine_sireco_init.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_si_api.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac_one.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/liveproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siinit.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/siinit.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_engine_api_sireco.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxDebugGnueabiWinHost" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-linux_win_host|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineSI.so.1 -Wl,--version-script=../resource/TIesrEngineSI.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineSI.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/engine_sireco_init.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_si_api.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac_one.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/liveproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siinit.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/siinit.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_engine_api_sireco.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxReleaseGnueabiWinHost" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-linux_win_host|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrEngineSI.so.1 -Wl,--version-script=../resource/TIesrEngineSI.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrEngineSI.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/engine_sireco_init.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/gmhmm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_si_api.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/gmhmm_type_common_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac-estm.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac-estm_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/jac_one.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/jac_one_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/liveproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/sbc_user.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siinit.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/siinit.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/siproc.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/status.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_config.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesr_engine_api_sireco.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/tiesrcommonmacros.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/winlen.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
   </confs>
 </configurationDescriptor>
index 76c1a18e3fc71e8251c6c70bb290bb391aeccff4..77acbaf2529fa477a2bdc107b335607da39ae19c 100755 (executable)
 <?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="62">
+<configurationDescriptor version="88">
   <projectmakefile>Makefile</projectmakefile>
-  <defaultConf>2</defaultConf>
   <confs>
     <conf name="WindowsDebugMinGW" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="WindowsReleaseMinGW" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="LinuxDebugGnu" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="LinuxReleaseGnu" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxDebugGnueabi" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxReleaseGnueabi" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxDebugGnueabiWinHost" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxReleaseGnueabiWinHost" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
index c1f155a782bd6f432a8846f3d3b308ba6fa6856c..493eb1763240a9d76de2684ca02dddb1ee9ae1d9 100755 (executable)
@@ -1,4 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project-private xmlns="http://www.netbeans.org/ns/project-private/1">
+    <data xmlns="http://www.netbeans.org/ns/make-project-private/1">
+        <activeConfTypeElem>2</activeConfTypeElem>
+        <activeConfIndexElem>2</activeConfIndexElem>
+    </data>
     <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
+    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
 </project-private>
index 24499aeb78ef7be745624cfdebde11a688c590a7..97822bdfe145e8da1f3f57832b31ec4c53de8cfb 100755 (executable)
             <make-dep-projects>
                 <make-dep-project>../TIesrEngineCoreso</make-dep-project>
             </make-dep-projects>
+            <sourceRootList/>
+            <confList>
+                <confElem>
+                    <name>WindowsDebugMinGW</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>WindowsReleaseMinGW</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>LinuxDebugGnu</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>LinuxReleaseGnu</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxDebugGnueabi</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxReleaseGnueabi</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxDebugGnueabiWinHost</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxReleaseGnueabiWinHost</name>
+                    <type>2</type>
+                </confElem>
+            </confList>
         </data>
     </configuration>
 </project>
index 88f3d8ae48709a531970697006c4f89690dc97c3..202cfce072778953d47418e94d1d09682d1ab86d 100755 (executable)
 # Environment
 MKDIR=mkdir
 CP=cp
+GREP=grep
+NM=nm
 CCADMIN=CCadmin
 RANLIB=ranlib
-CC=gcc.exe
-CCC=g++.exe
-CXX=g++.exe
-FC=
-AS=as.exe
+CC=gcc
+CCC=g++
+CXX=g++
+FC=gfortran
+AS=as
 
 # Macros
 CND_PLATFORM=Cygwin-Windows
+CND_DLIB_EXT=dll
 CND_CONF=WindowsDebugMinGW
 CND_DISTDIR=dist
+CND_BUILDDIR=build
 
 # Include project Makefile
 include Makefile
 
 # Object Directory
-OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
+OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
 
 # Object Files
 OBJECTFILES= \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_WM5.o
+       ${OBJECTDIR}/_ext/1360937237/TIesrFA_WM5.o
+
 
 # C Compiler Flags
 CFLAGS=-v -mno-cygwin
@@ -51,24 +56,24 @@ LDLIBSOPTIONS=-lwinmm
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
-       ${MAKE}  -f nbproject/Makefile-WindowsDebugMinGW.mk ../../Dist/WindowsDebugMinGW/libTIesrFAWin.dll
+       "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ../../Dist/${CND_CONF}/libTIesrFAWin.dll
 
-../../Dist/WindowsDebugMinGW/libTIesrFAWin.dll: ${OBJECTFILES}
-       ${MKDIR} -p ../../Dist/WindowsDebugMinGW
-       ${LINK.cc} -v -mno-cygwin -shared -o ../../Dist/${CND_CONF}/libTIesrFAWin.dll -fPIC ${OBJECTFILES} ${LDLIBSOPTIONS} 
+../../Dist/${CND_CONF}/libTIesrFAWin.dll: ${OBJECTFILES}
+       ${MKDIR} -p ../../Dist/${CND_CONF}
+       ${LINK.cc} -o ../../Dist/${CND_CONF}/libTIesrFAWin.dll ${OBJECTFILES} ${LDLIBSOPTIONS} -v -mno-cygwin -shared
 
-${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_WM5.o: nbproject/Makefile-${CND_CONF}.mk ../src/TIesrFA_WM5.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/TIesrFA_WM5.o: ../src/TIesrFA_WM5.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -DTIESRFA_EXPORTS -DWIN32 -DCYGWIN -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_WM5.o ../src/TIesrFA_WM5.cpp
+       $(COMPILE.cc) -g -Wall -DTIESRFA_EXPORTS -DWIN32 -DCYGWIN -v -mno-cygwin  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/TIesrFA_WM5.o ../src/TIesrFA_WM5.cpp
 
 # Subprojects
 .build-subprojects:
 
 # Clean Targets
-.clean-conf:
-       ${RM} -r build/WindowsDebugMinGW
-       ${RM} ../../Dist/WindowsDebugMinGW/libTIesrFAWin.dll
+.clean-conf: ${CLEAN_SUBPROJECTS}
+       ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
+       ${RM} ../../Dist/${CND_CONF}/libTIesrFAWin.dll
 
 # Subprojects
 .clean-subprojects:
index e663b23ec90f3d289aa4b5e90a7f821e1ece7912..1ec7ecebc4a0a893ea74a592e723daf3e9533c33 100755 (executable)
 # Environment
 MKDIR=mkdir
 CP=cp
+GREP=grep
+NM=nm
 CCADMIN=CCadmin
 RANLIB=ranlib
-CC=gcc.exe
-CCC=g++.exe
-CXX=g++.exe
-FC=
-AS=as.exe
+CC=gcc
+CCC=g++
+CXX=g++
+FC=gfortran
+AS=as
 
 # Macros
 CND_PLATFORM=Cygwin-Windows
+CND_DLIB_EXT=dll
 CND_CONF=WindowsReleaseMinGW
 CND_DISTDIR=dist
+CND_BUILDDIR=build
 
 # Include project Makefile
 include Makefile
 
 # Object Directory
-OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
+OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
 
 # Object Files
 OBJECTFILES= \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_WM5.o
+       ${OBJECTDIR}/_ext/1360937237/TIesrFA_WM5.o
+
 
 # C Compiler Flags
 CFLAGS=-v -mno-cygwin
@@ -51,24 +56,24 @@ LDLIBSOPTIONS=-lwinmm
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
-       ${MAKE}  -f nbproject/Makefile-WindowsReleaseMinGW.mk ../../Dist/WindowsReleaseMinGW/libTIesrFAWin.dll
+       "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ../../Dist/${CND_CONF}/libTIesrFAWin.dll
 
-../../Dist/WindowsReleaseMinGW/libTIesrFAWin.dll: ${OBJECTFILES}
-       ${MKDIR} -p ../../Dist/WindowsReleaseMinGW
-       ${LINK.cc} -v -mno-cygwin -shared -o ../../Dist/${CND_CONF}/libTIesrFAWin.dll -fPIC ${OBJECTFILES} ${LDLIBSOPTIONS} 
+../../Dist/${CND_CONF}/libTIesrFAWin.dll: ${OBJECTFILES}
+       ${MKDIR} -p ../../Dist/${CND_CONF}
+       ${LINK.cc} -o ../../Dist/${CND_CONF}/libTIesrFAWin.dll ${OBJECTFILES} ${LDLIBSOPTIONS} -v -mno-cygwin -shared
 
-${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_WM5.o: nbproject/Makefile-${CND_CONF}.mk ../src/TIesrFA_WM5.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/TIesrFA_WM5.o: ../src/TIesrFA_WM5.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -O2 -Wall -DTIESRFA_EXPORTS -DWIN32 -DCYGWIN -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_WM5.o ../src/TIesrFA_WM5.cpp
+       $(COMPILE.cc) -O2 -Wall -DTIESRFA_EXPORTS -DWIN32 -DCYGWIN -v -mno-cygwin  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/TIesrFA_WM5.o ../src/TIesrFA_WM5.cpp
 
 # Subprojects
 .build-subprojects:
 
 # Clean Targets
-.clean-conf:
-       ${RM} -r build/WindowsReleaseMinGW
-       ${RM} ../../Dist/WindowsReleaseMinGW/libTIesrFAWin.dll
+.clean-conf: ${CLEAN_SUBPROJECTS}
+       ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
+       ${RM} ../../Dist/${CND_CONF}/libTIesrFAWin.dll
 
 # Subprojects
 .clean-subprojects:
index bab302e5f5401997d71e83c542b457a9e287d5fd..42965ccf40a993fecd8d84b75e1361b568305677 100755 (executable)
@@ -37,13 +37,13 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW
 # build
 .build-impl: .build-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf
 
 
 # clean
 .clean-impl: .clean-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf
 
 
 # clobber 
@@ -51,7 +51,7 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
        done
 
 # all 
@@ -59,9 +59,19 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \
        done
 
+# build tests
+.build-tests-impl: .build-impl .build-tests-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf
+
+# run tests
+.test-impl: .build-tests-impl .test-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf
+
 # dependency checking support
 .depcheck-impl:
        @echo "# This code depends on make tool being used" >.dep.inc
index e6114976112a4dc1f5d06efdf3231f83e5aa05e9..387d23789237f863ded4293b38a62640982f51c9 100755 (executable)
@@ -22,3 +22,14 @@ CND_ARTIFACT_PATH_WindowsReleaseMinGW=../../Dist/WindowsReleaseMinGW/libTIesrFAW
 CND_PACKAGE_DIR_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Windows/package
 CND_PACKAGE_NAME_WindowsReleaseMinGW=libTIesrFAWinso.dll.tar
 CND_PACKAGE_PATH_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Windows/package/libTIesrFAWinso.dll.tar
+#
+# include compiler specific variables
+#
+# dmake command
+ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
+       (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
+#
+# gmake command
+.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
+#
+include nbproject/private/Makefile-variables.mk
index 4b7420080d702b8710c54015faa3f7badcbcde98..b8656594d99bf6e4fc9cbadf8d9efe47e08bb492 100755 (executable)
@@ -9,7 +9,8 @@ TOP=`pwd`
 CND_PLATFORM=Cygwin-Windows
 CND_CONF=WindowsDebugMinGW
 CND_DISTDIR=dist
-TMPDIR=build/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
+CND_BUILDDIR=build
+NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
 TMPDIRNAME=tmp-packaging
 OUTPUT_PATH=../../Dist/${CND_CONF}/libTIesrFAWin.dll
 OUTPUT_BASENAME=libTIesrFAWin.dll
@@ -53,22 +54,22 @@ function copyFileToTmpDir
 # Setup
 cd "${TOP}"
 mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${TMPDIR}
-mkdir -p ${TMPDIR}
+rm -rf ${NBTMPDIR}
+mkdir -p ${NBTMPDIR}
 
 # Copy files and create directories and links
 cd "${TOP}"
-makeDirectory ${TMPDIR}/libTIesrFAWinso.dll/lib
-copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
+makeDirectory "${NBTMPDIR}/libTIesrFAWinso.dll/lib"
+copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
 
 
 # Generate tar file
 cd "${TOP}"
 rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrFAWinso.dll.tar
-cd ${TMPDIR}
+cd ${NBTMPDIR}
 tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrFAWinso.dll.tar *
 checkReturnCode
 
 # Cleanup
 cd "${TOP}"
-rm -rf ${TMPDIR}
+rm -rf ${NBTMPDIR}
index ac61cc72de0e18281ed1470c6efdf78d39c8aae1..46f3582615da008c547b6cc663128c839ead1cfb 100755 (executable)
@@ -9,7 +9,8 @@ TOP=`pwd`
 CND_PLATFORM=Cygwin-Windows
 CND_CONF=WindowsReleaseMinGW
 CND_DISTDIR=dist
-TMPDIR=build/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
+CND_BUILDDIR=build
+NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
 TMPDIRNAME=tmp-packaging
 OUTPUT_PATH=../../Dist/${CND_CONF}/libTIesrFAWin.dll
 OUTPUT_BASENAME=libTIesrFAWin.dll
@@ -53,22 +54,22 @@ function copyFileToTmpDir
 # Setup
 cd "${TOP}"
 mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${TMPDIR}
-mkdir -p ${TMPDIR}
+rm -rf ${NBTMPDIR}
+mkdir -p ${NBTMPDIR}
 
 # Copy files and create directories and links
 cd "${TOP}"
-makeDirectory ${TMPDIR}/libTIesrFAWinso.dll/lib
-copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
+makeDirectory "${NBTMPDIR}/libTIesrFAWinso.dll/lib"
+copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
 
 
 # Generate tar file
 cd "${TOP}"
 rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrFAWinso.dll.tar
-cd ${TMPDIR}
+cd ${NBTMPDIR}
 tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrFAWinso.dll.tar *
 checkReturnCode
 
 # Cleanup
 cd "${TOP}"
-rm -rf ${TMPDIR}
+rm -rf ${NBTMPDIR}
index cc2c0e57c4f9286a6ee78a9b3557c26caca57415..ffae4a4da413870aa52c61bc1e1b9ecd0fa9e5ac 100755 (executable)
@@ -1,4 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>\r
 <project-private xmlns="http://www.netbeans.org/ns/project-private/1">\r
+    <data xmlns="http://www.netbeans.org/ns/make-project-private/1">\r
+        <activeConfTypeElem>2</activeConfTypeElem>\r
+        <activeConfIndexElem>0</activeConfIndexElem>\r
+    </data>\r
     <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>\r
+    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>\r
 </project-private>\r
index 38f6a1feba08e4a3fedbaca8644892f7d9d03312..36139b7bcfd1b445a013a3cf79aed4886f99bd05 100644 (file)
@@ -10,6 +10,8 @@
 # Environment
 MKDIR=mkdir
 CP=cp
+GREP=grep
+NM=nm
 CCADMIN=CCadmin
 RANLIB=ranlib
 CC=gcc
@@ -19,19 +21,22 @@ FC=gfortran
 AS=as
 
 # Macros
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
+CND_DLIB_EXT=so
 CND_CONF=LinuxDebugGnu
 CND_DISTDIR=dist
+CND_BUILDDIR=build
 
 # Include project Makefile
 include Makefile
 
 # Object Directory
-OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
+OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
 
 # Object Files
 OBJECTFILES= \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_ALSA.o
+       ${OBJECTDIR}/_ext/1360937237/TIesrFA_ALSA.o
+
 
 # C Compiler Flags
 CFLAGS=-v
@@ -51,24 +56,24 @@ LDLIBSOPTIONS=-lpthread -lasound
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
-       ${MAKE}  -f nbproject/Makefile-LinuxDebugGnu.mk ../../Dist/LinuxDebugGnu/lib/libTIesrFA_ALSA.so.1
+       "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1
 
-../../Dist/LinuxDebugGnu/lib/libTIesrFA_ALSA.so.1: ${OBJECTFILES}
-       ${MKDIR} -p ../../Dist/LinuxDebugGnu/lib
-       ${LINK.c} -Wl,-znow,-zdefs -Wl,-h,libTIesrFA_ALSA.so.1 -Wl,--version-script=../resource/TIesrFAso.ver -shared -o ../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1 -fPIC ${OBJECTFILES} ${LDLIBSOPTIONS} 
+../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1: ${OBJECTFILES}
+       ${MKDIR} -p ../../Dist/${CND_CONF}/lib
+       ${LINK.c} -o ../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1 ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,-znow,-zdefs -Wl,-h,libTIesrFA_ALSA.so.1 -Wl,--version-script=../resource/TIesrFAso.ver -shared -fPIC
 
-${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_ALSA.o: nbproject/Makefile-${CND_CONF}.mk ../src/TIesrFA_ALSA.c 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/TIesrFA_ALSA.o: ../src/TIesrFA_ALSA.c 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.c) -g -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_ALSA.o ../src/TIesrFA_ALSA.c
+       $(COMPILE.c) -g -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/TIesrFA_ALSA.o ../src/TIesrFA_ALSA.c
 
 # Subprojects
 .build-subprojects:
 
 # Clean Targets
-.clean-conf:
-       ${RM} -r build/LinuxDebugGnu
-       ${RM} ../../Dist/LinuxDebugGnu/lib/libTIesrFA_ALSA.so.1
+.clean-conf: ${CLEAN_SUBPROJECTS}
+       ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
+       ${RM} ../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1
 
 # Subprojects
 .clean-subprojects:
index 4b818df9009410b8b0ab5136e33f635d20ee8d1d..7ef3257c7e4ee244f9eab3f55dcfd739103bc933 100644 (file)
@@ -10,6 +10,8 @@
 # Environment
 MKDIR=mkdir
 CP=cp
+GREP=grep
+NM=nm
 CCADMIN=CCadmin
 RANLIB=ranlib
 CC=gcc
@@ -19,19 +21,22 @@ FC=gfortran
 AS=as
 
 # Macros
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
+CND_DLIB_EXT=so
 CND_CONF=LinuxReleaseGnu
 CND_DISTDIR=dist
+CND_BUILDDIR=build
 
 # Include project Makefile
 include Makefile
 
 # Object Directory
-OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
+OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
 
 # Object Files
 OBJECTFILES= \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_ALSA.o
+       ${OBJECTDIR}/_ext/1360937237/TIesrFA_ALSA.o
+
 
 # C Compiler Flags
 CFLAGS=-v
@@ -51,24 +56,24 @@ LDLIBSOPTIONS=-lpthread -lasound
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
-       ${MAKE}  -f nbproject/Makefile-LinuxReleaseGnu.mk ../../Dist/LinuxReleaseGnu/lib/libTIesrFA_ALSA.so.1
+       "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1
 
-../../Dist/LinuxReleaseGnu/lib/libTIesrFA_ALSA.so.1: ${OBJECTFILES}
-       ${MKDIR} -p ../../Dist/LinuxReleaseGnu/lib
-       ${LINK.c} -Wl,-znow,-zdefs -Wl,-h,libTIesrFA_ALSA.so.1 -Wl,--version-script=../resource/TIesrFAso.ver -shared -o ../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1 -fPIC ${OBJECTFILES} ${LDLIBSOPTIONS} 
+../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1: ${OBJECTFILES}
+       ${MKDIR} -p ../../Dist/${CND_CONF}/lib
+       ${LINK.c} -o ../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1 ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,-znow,-zdefs -Wl,-h,libTIesrFA_ALSA.so.1 -Wl,--version-script=../resource/TIesrFAso.ver -shared -fPIC
 
-${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_ALSA.o: nbproject/Makefile-${CND_CONF}.mk ../src/TIesrFA_ALSA.c 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/TIesrFA_ALSA.o: ../src/TIesrFA_ALSA.c 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.c) -O2 -Wall -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/TIesrFA_ALSA.o ../src/TIesrFA_ALSA.c
+       $(COMPILE.c) -O2 -Wall -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/TIesrFA_ALSA.o ../src/TIesrFA_ALSA.c
 
 # Subprojects
 .build-subprojects:
 
 # Clean Targets
-.clean-conf:
-       ${RM} -r build/LinuxReleaseGnu
-       ${RM} ../../Dist/LinuxReleaseGnu/lib/libTIesrFA_ALSA.so.1
+.clean-conf: ${CLEAN_SUBPROJECTS}
+       ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
+       ${RM} ../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1
 
 # Subprojects
 .clean-subprojects:
index 557292f532da33765105645d3206109ad513b82e..79a7ccbb50f6832657a5b8cb2be4b279b9fffa1d 100644 (file)
@@ -37,13 +37,13 @@ ALLCONFS=LinuxDebugGnu LinuxReleaseGnu ArmLinuxDebugGnueabi ArmLinuxReleaseGnuea
 # build
 .build-impl: .build-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf
 
 
 # clean
 .clean-impl: .clean-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf
 
 
 # clobber 
@@ -51,7 +51,7 @@ ALLCONFS=LinuxDebugGnu LinuxReleaseGnu ArmLinuxDebugGnueabi ArmLinuxReleaseGnuea
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
        done
 
 # all 
@@ -59,9 +59,19 @@ ALLCONFS=LinuxDebugGnu LinuxReleaseGnu ArmLinuxDebugGnueabi ArmLinuxReleaseGnuea
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \
        done
 
+# build tests
+.build-tests-impl: .build-impl .build-tests-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf
+
+# run tests
+.test-impl: .build-tests-impl .test-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf
+
 # dependency checking support
 .depcheck-impl:
        @echo "# This code depends on make tool being used" >.dep.inc
index 585406feb03c67274013a07926d2a81f09d90121..631ffd546ff30151ed71159eac1a10cacc798051 100644 (file)
@@ -7,21 +7,21 @@ CND_BASEDIR=`pwd`
 CND_BUILDDIR=build
 CND_DISTDIR=dist
 # LinuxDebugGnu configuration
-CND_PLATFORM_LinuxDebugGnu=GNU_current-Linux-x86
+CND_PLATFORM_LinuxDebugGnu=GNU-Linux-x86
 CND_ARTIFACT_DIR_LinuxDebugGnu=../../Dist/LinuxDebugGnu/lib
 CND_ARTIFACT_NAME_LinuxDebugGnu=libTIesrFA_ALSA.so.1
 CND_ARTIFACT_PATH_LinuxDebugGnu=../../Dist/LinuxDebugGnu/lib/libTIesrFA_ALSA.so.1
-CND_PACKAGE_DIR_LinuxDebugGnu=dist/LinuxDebugGnu/GNU_current-Linux-x86/package
+CND_PACKAGE_DIR_LinuxDebugGnu=dist/LinuxDebugGnu/GNU-Linux-x86/package
 CND_PACKAGE_NAME_LinuxDebugGnu=libTIesrFAALSAso.so.tar
-CND_PACKAGE_PATH_LinuxDebugGnu=dist/LinuxDebugGnu/GNU_current-Linux-x86/package/libTIesrFAALSAso.so.tar
+CND_PACKAGE_PATH_LinuxDebugGnu=dist/LinuxDebugGnu/GNU-Linux-x86/package/libTIesrFAALSAso.so.tar
 # LinuxReleaseGnu configuration
-CND_PLATFORM_LinuxReleaseGnu=GNU_current-Linux-x86
+CND_PLATFORM_LinuxReleaseGnu=GNU-Linux-x86
 CND_ARTIFACT_DIR_LinuxReleaseGnu=../../Dist/LinuxReleaseGnu/lib
 CND_ARTIFACT_NAME_LinuxReleaseGnu=libTIesrFA_ALSA.so.1
 CND_ARTIFACT_PATH_LinuxReleaseGnu=../../Dist/LinuxReleaseGnu/lib/libTIesrFA_ALSA.so.1
-CND_PACKAGE_DIR_LinuxReleaseGnu=dist/LinuxReleaseGnu/GNU_current-Linux-x86/package
+CND_PACKAGE_DIR_LinuxReleaseGnu=dist/LinuxReleaseGnu/GNU-Linux-x86/package
 CND_PACKAGE_NAME_LinuxReleaseGnu=libTIesrFAALSAso.so.tar
-CND_PACKAGE_PATH_LinuxReleaseGnu=dist/LinuxReleaseGnu/GNU_current-Linux-x86/package/libTIesrFAALSAso.so.tar
+CND_PACKAGE_PATH_LinuxReleaseGnu=dist/LinuxReleaseGnu/GNU-Linux-x86/package/libTIesrFAALSAso.so.tar
 # ArmLinuxDebugGnueabi configuration
 CND_PLATFORM_ArmLinuxDebugGnueabi=arm-none-linux-gnueabi-Linux-x86
 CND_ARTIFACT_DIR_ArmLinuxDebugGnueabi=../../Dist/ArmLinuxDebugGnueabi/lib
@@ -54,3 +54,14 @@ CND_ARTIFACT_PATH_ArmLinuxReleaseGnueabiWinHost=../../Dist/ArmLinuxReleaseGnueab
 CND_PACKAGE_DIR_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package
 CND_PACKAGE_NAME_ArmLinuxReleaseGnueabiWinHost=libTIesrFAALSAso.so.tar
 CND_PACKAGE_PATH_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package/libTIesrFAALSAso.so.tar
+#
+# include compiler specific variables
+#
+# dmake command
+ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
+       (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
+#
+# gmake command
+.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
+#
+include nbproject/private/Makefile-variables.mk
index 98a58406b242b2a9859f3d20e7de28158f43c595..711a6b4b078cbd0d5b2370df7b2e402b2db08141 100644 (file)
@@ -6,10 +6,11 @@
 
 # Macros
 TOP=`pwd`
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
 CND_CONF=LinuxDebugGnu
 CND_DISTDIR=dist
-TMPDIR=build/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
+CND_BUILDDIR=build
+NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
 TMPDIRNAME=tmp-packaging
 OUTPUT_PATH=../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1
 OUTPUT_BASENAME=libTIesrFA_ALSA.so.1
@@ -53,22 +54,22 @@ function copyFileToTmpDir
 # Setup
 cd "${TOP}"
 mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${TMPDIR}
-mkdir -p ${TMPDIR}
+rm -rf ${NBTMPDIR}
+mkdir -p ${NBTMPDIR}
 
 # Copy files and create directories and links
 cd "${TOP}"
-makeDirectory ${TMPDIR}/libTIesrFAALSAso.so/lib
-copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
+makeDirectory "${NBTMPDIR}/libTIesrFAALSAso.so/lib"
+copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
 
 
 # Generate tar file
 cd "${TOP}"
 rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrFAALSAso.so.tar
-cd ${TMPDIR}
+cd ${NBTMPDIR}
 tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrFAALSAso.so.tar *
 checkReturnCode
 
 # Cleanup
 cd "${TOP}"
-rm -rf ${TMPDIR}
+rm -rf ${NBTMPDIR}
index c3c375a0330915450eb0d3777828f6a2944b806a..285f7203a4fe74932d22e622c633c37e069d5fbd 100644 (file)
@@ -6,10 +6,11 @@
 
 # Macros
 TOP=`pwd`
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
 CND_CONF=LinuxReleaseGnu
 CND_DISTDIR=dist
-TMPDIR=build/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
+CND_BUILDDIR=build
+NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
 TMPDIRNAME=tmp-packaging
 OUTPUT_PATH=../../Dist/${CND_CONF}/lib/libTIesrFA_ALSA.so.1
 OUTPUT_BASENAME=libTIesrFA_ALSA.so.1
@@ -53,22 +54,22 @@ function copyFileToTmpDir
 # Setup
 cd "${TOP}"
 mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${TMPDIR}
-mkdir -p ${TMPDIR}
+rm -rf ${NBTMPDIR}
+mkdir -p ${NBTMPDIR}
 
 # Copy files and create directories and links
 cd "${TOP}"
-makeDirectory ${TMPDIR}/libTIesrFAALSAso.so/lib
-copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
+makeDirectory "${NBTMPDIR}/libTIesrFAALSAso.so/lib"
+copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
 
 
 # Generate tar file
 cd "${TOP}"
 rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrFAALSAso.so.tar
-cd ${TMPDIR}
+cd ${NBTMPDIR}
 tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrFAALSAso.so.tar *
 checkReturnCode
 
 # Cleanup
 cd "${TOP}"
-rm -rf ${TMPDIR}
+rm -rf ${NBTMPDIR}
index 88340dba34403c48cb5e9662655bcced42a026db..be199bd94e037b43fb935fe882960de1c5613c69 100644 (file)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="62">
-  <logicalFolder name="root" displayName="root" projectFiles="true">
+<configurationDescriptor version="88">
+  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
     <logicalFolder name="HeaderFiles"
                    displayName="Header Files"
                    projectFiles="true">
@@ -27,9 +27,8 @@
   <confs>
     <conf name="LinuxDebugGnu" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
-        <compilerSet>GNU_current|GNU</compilerSet>
-        <platform>2</platform>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
+        <compilerSet>GNU|GNU</compilerSet>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrFA_ALSA.so.1 -Wl,--version-script=../resource/TIesrFAso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrFAso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="LinuxReleaseGnu" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
-        <compilerSet>GNU_current|GNU</compilerSet>
-        <platform>2</platform>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
+        <compilerSet>GNU|GNU</compilerSet>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrFA_ALSA.so.1 -Wl,--version-script=../resource/TIesrFAso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrFAso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxDebugGnueabi" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-none-linux-gnueabi|Unknown</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrFA_ALSA.so.1 -Wl,--version-script=../resource/TIesrFAso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrFAso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxReleaseGnueabi" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-none-linux-gnueabi|Unknown</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrFA_ALSA.so.1 -Wl,--version-script=../resource/TIesrFAso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrFAso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxDebugGnueabiWinHost" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-linux_win_host|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrFA_ALSA.so.1 -Wl,--version-script=../resource/TIesrFAso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrFAso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxReleaseGnueabiWinHost" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-linux_win_host|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrFA_ALSA.so.1 -Wl,--version-script=../resource/TIesrFAso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrFAso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_ALSA.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrFA_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
   </confs>
 </configurationDescriptor>
index 064e151856a87518f2183108623dc94b1eab41d2..13df1b63242970bf08c869ac4b6ace99300efe1c 100644 (file)
 <?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="62">
+<configurationDescriptor version="88">
   <projectmakefile>Makefile</projectmakefile>
-  <defaultConf>0</defaultConf>
   <confs>
     <conf name="LinuxDebugGnu" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="LinuxReleaseGnu" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxDebugGnueabi" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxReleaseGnueabi" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxDebugGnueabiWinHost" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxReleaseGnueabiWinHost" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
index c1f155a782bd6f432a8846f3d3b308ba6fa6856c..6c23f5144dc42fb4bcbb9707da655cbc3dd1b5eb 100644 (file)
@@ -1,4 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project-private xmlns="http://www.netbeans.org/ns/project-private/1">
+    <data xmlns="http://www.netbeans.org/ns/make-project-private/1">
+        <activeConfTypeElem>2</activeConfTypeElem>
+        <activeConfIndexElem>1</activeConfIndexElem>
+    </data>
     <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
+    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
 </project-private>
index 29bfde3ad52d348aecfe377fff472ce7e7c6f9a1..5cabf7a5cd2fb6b08f0dcd99942512b83c74fbd7 100644 (file)
             <header-extensions>h</header-extensions>
             <sourceEncoding>UTF-8</sourceEncoding>
             <make-dep-projects/>
+            <sourceRootList/>
+            <confList>
+                <confElem>
+                    <name>LinuxDebugGnu</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>LinuxReleaseGnu</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxDebugGnueabi</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxReleaseGnueabi</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxDebugGnueabiWinHost</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxReleaseGnueabiWinHost</name>
+                    <type>2</type>
+                </confElem>
+            </confList>
         </data>
     </configuration>
 </project>
index 6c2cbbe38ab743bcfa1268e48e9e6e7913bc24cb..e364cbb07727b04395c33c8223510f9d2c190c82 100644 (file)
 # Environment
 MKDIR=mkdir
 CP=cp
+GREP=grep
+NM=nm
 CCADMIN=CCadmin
 RANLIB=ranlib
-CC=
-CCC=
-CXX=
-FC=
-AS=
+CC=gcc
+CCC=g++
+CXX=g++
+FC=gfortran
+AS=as
 
 # Macros
-CND_PLATFORM=Cygwin-Linux-x86
+CND_PLATFORM=Cygwin-Windows
+CND_DLIB_EXT=dll
 CND_CONF=WindowsDebugMinGW
 CND_DISTDIR=dist
+CND_BUILDDIR=build
 
 # Include project Makefile
 include Makefile
 
 # Object Directory
-OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
+OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
 
 # Object Files
 OBJECTFILES= \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/TestTIesrFA.o
+       ${OBJECTDIR}/_ext/1360937237/TestTIesrFA.o
+
 
 # C Compiler Flags
 CFLAGS=-v -mno-cygwin
@@ -51,24 +56,24 @@ LDLIBSOPTIONS=-L../../Dist/${CND_CONF} -lTIesrFAWin
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
-       ${MAKE}  -f nbproject/Makefile-WindowsDebugMinGW.mk ../../Dist/WindowsDebugMinGW/testtiesrfa.exe
+       "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ../../Dist/${CND_CONF}/testtiesrfa.exe
 
-../../Dist/WindowsDebugMinGW/testtiesrfa.exe: ${OBJECTFILES}
-       ${MKDIR} -p ../../Dist/WindowsDebugMinGW
-       ${LINK.cc} -v -mno-cygwin -o ../../Dist/${CND_CONF}/testtiesrfa.exe ${OBJECTFILES} ${LDLIBSOPTIONS} 
+../../Dist/${CND_CONF}/testtiesrfa.exe: ${OBJECTFILES}
+       ${MKDIR} -p ../../Dist/${CND_CONF}
+       ${LINK.cc} -o ../../Dist/${CND_CONF}/testtiesrfa.exe ${OBJECTFILES} ${LDLIBSOPTIONS} -v -mno-cygwin
 
-${OBJECTDIR}/_ext/_DOTDOT/src/TestTIesrFA.o: nbproject/Makefile-${CND_CONF}.mk ../src/TestTIesrFA.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/TestTIesrFA.o: ../src/TestTIesrFA.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -DWIN32 -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/TestTIesrFA.o ../src/TestTIesrFA.cpp
+       $(COMPILE.cc) -g -Wall -DWIN32 -v -mno-cygwin -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/TestTIesrFA.o ../src/TestTIesrFA.cpp
 
 # Subprojects
 .build-subprojects:
 
 # Clean Targets
-.clean-conf:
-       ${RM} -r build/WindowsDebugMinGW
-       ${RM} ../../Dist/WindowsDebugMinGW/testtiesrfa.exe
+.clean-conf: ${CLEAN_SUBPROJECTS}
+       ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
+       ${RM} ../../Dist/${CND_CONF}/testtiesrfa.exe
 
 # Subprojects
 .clean-subprojects:
index 269bdc50efa1b2511721185d25b021b962e34174..8add4f0eb5289279aa9c1b5179ad1d8d19f4d022 100644 (file)
 # Environment
 MKDIR=mkdir
 CP=cp
+GREP=grep
+NM=nm
 CCADMIN=CCadmin
 RANLIB=ranlib
-CC=
-CCC=
-CXX=
-FC=
-AS=
+CC=gcc
+CCC=g++
+CXX=g++
+FC=gfortran
+AS=as
 
 # Macros
-CND_PLATFORM=Cygwin-Linux-x86
+CND_PLATFORM=Cygwin-Windows
+CND_DLIB_EXT=dll
 CND_CONF=WindowsReleaseMinGW
 CND_DISTDIR=dist
+CND_BUILDDIR=build
 
 # Include project Makefile
 include Makefile
 
 # Object Directory
-OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
+OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
 
 # Object Files
 OBJECTFILES= \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/TestTIesrFA.o
+       ${OBJECTDIR}/_ext/1360937237/TestTIesrFA.o
+
 
 # C Compiler Flags
 CFLAGS=-v -mno-cygwin
@@ -51,24 +56,24 @@ LDLIBSOPTIONS=-L../../Dist/${CND_CONF} -lTIesrFAWin
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
-       ${MAKE}  -f nbproject/Makefile-WindowsReleaseMinGW.mk ../../Dist/WindowsReleaseMinGW/testtiesrfa.exe
+       "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ../../Dist/${CND_CONF}/testtiesrfa.exe
 
-../../Dist/WindowsReleaseMinGW/testtiesrfa.exe: ${OBJECTFILES}
-       ${MKDIR} -p ../../Dist/WindowsReleaseMinGW
-       ${LINK.cc} -v -mno-cygwin -o ../../Dist/${CND_CONF}/testtiesrfa.exe ${OBJECTFILES} ${LDLIBSOPTIONS} 
+../../Dist/${CND_CONF}/testtiesrfa.exe: ${OBJECTFILES}
+       ${MKDIR} -p ../../Dist/${CND_CONF}
+       ${LINK.cc} -o ../../Dist/${CND_CONF}/testtiesrfa.exe ${OBJECTFILES} ${LDLIBSOPTIONS} -v -mno-cygwin
 
-${OBJECTDIR}/_ext/_DOTDOT/src/TestTIesrFA.o: nbproject/Makefile-${CND_CONF}.mk ../src/TestTIesrFA.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/TestTIesrFA.o: ../src/TestTIesrFA.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -O2 -Wall -DWIN32 -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/TestTIesrFA.o ../src/TestTIesrFA.cpp
+       $(COMPILE.cc) -O2 -Wall -DWIN32 -v -mno-cygwin -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/TestTIesrFA.o ../src/TestTIesrFA.cpp
 
 # Subprojects
 .build-subprojects:
 
 # Clean Targets
-.clean-conf:
-       ${RM} -r build/WindowsReleaseMinGW
-       ${RM} ../../Dist/WindowsReleaseMinGW/testtiesrfa.exe
+.clean-conf: ${CLEAN_SUBPROJECTS}
+       ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
+       ${RM} ../../Dist/${CND_CONF}/testtiesrfa.exe
 
 # Subprojects
 .clean-subprojects:
index 6e7636a5562c8a7535cd64d1e5c45d784fe7ee70..7d9f3d37bb4349cf840b73bc23b448987eed6a9c 100644 (file)
@@ -37,13 +37,13 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
 # build
 .build-impl: .build-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf
 
 
 # clean
 .clean-impl: .clean-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf
 
 
 # clobber 
@@ -51,7 +51,7 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
        done
 
 # all 
@@ -59,9 +59,19 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \
        done
 
+# build tests
+.build-tests-impl: .build-impl .build-tests-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf
+
+# run tests
+.test-impl: .build-tests-impl .test-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf
+
 # dependency checking support
 .depcheck-impl:
        @echo "# This code depends on make tool being used" >.dep.inc
index f0003094045e242706bbe32ae855cf2dafb7a20d..540b8f88d38f2981b23cfeb3c580b7e63d3cfc0a 100644 (file)
@@ -7,21 +7,21 @@ CND_BASEDIR=`pwd`
 CND_BUILDDIR=build
 CND_DISTDIR=dist
 # WindowsDebugMinGW configuration
-CND_PLATFORM_WindowsDebugMinGW=Cygwin-Linux-x86
+CND_PLATFORM_WindowsDebugMinGW=Cygwin-Windows
 CND_ARTIFACT_DIR_WindowsDebugMinGW=../../Dist/WindowsDebugMinGW
 CND_ARTIFACT_NAME_WindowsDebugMinGW=testtiesrfa.exe
 CND_ARTIFACT_PATH_WindowsDebugMinGW=../../Dist/WindowsDebugMinGW/testtiesrfa.exe
-CND_PACKAGE_DIR_WindowsDebugMinGW=dist/WindowsDebugMinGW/Cygwin-Linux-x86/package
+CND_PACKAGE_DIR_WindowsDebugMinGW=dist/WindowsDebugMinGW/Cygwin-Windows/package
 CND_PACKAGE_NAME_WindowsDebugMinGW=testtiesrfa.tar
-CND_PACKAGE_PATH_WindowsDebugMinGW=dist/WindowsDebugMinGW/Cygwin-Linux-x86/package/testtiesrfa.tar
+CND_PACKAGE_PATH_WindowsDebugMinGW=dist/WindowsDebugMinGW/Cygwin-Windows/package/testtiesrfa.tar
 # WindowsReleaseMinGW configuration
-CND_PLATFORM_WindowsReleaseMinGW=Cygwin-Linux-x86
+CND_PLATFORM_WindowsReleaseMinGW=Cygwin-Windows
 CND_ARTIFACT_DIR_WindowsReleaseMinGW=../../Dist/WindowsReleaseMinGW
 CND_ARTIFACT_NAME_WindowsReleaseMinGW=testtiesrfa.exe
 CND_ARTIFACT_PATH_WindowsReleaseMinGW=../../Dist/WindowsReleaseMinGW/testtiesrfa.exe
-CND_PACKAGE_DIR_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Linux-x86/package
+CND_PACKAGE_DIR_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Windows/package
 CND_PACKAGE_NAME_WindowsReleaseMinGW=testtiesrfa.tar
-CND_PACKAGE_PATH_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Linux-x86/package/testtiesrfa.tar
+CND_PACKAGE_PATH_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Windows/package/testtiesrfa.tar
 # LinuxDebugGnu configuration
 CND_PLATFORM_LinuxDebugGnu=GNU_current-Linux-x86
 CND_ARTIFACT_DIR_LinuxDebugGnu=../../Dist/LinuxDebugGnu/bin
@@ -70,3 +70,14 @@ CND_ARTIFACT_PATH_ArmLinuxReleaseGnueabiWinHost=../../Dist/ArmLinuxReleaseGnueab
 CND_PACKAGE_DIR_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package
 CND_PACKAGE_NAME_ArmLinuxReleaseGnueabiWinHost=testtiesrfa.tar
 CND_PACKAGE_PATH_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package/testtiesrfa.tar
+#
+# include compiler specific variables
+#
+# dmake command
+ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
+       (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
+#
+# gmake command
+.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
+#
+include nbproject/private/Makefile-variables.mk
index 403ddc6bf11519f48febbbfb896627f0fc03dd70..a51dd7559ca7ff3b8a27f9cda7c092a744c10868 100644 (file)
@@ -6,10 +6,11 @@
 
 # Macros
 TOP=`pwd`
-CND_PLATFORM=Cygwin-Linux-x86
+CND_PLATFORM=Cygwin-Windows
 CND_CONF=WindowsDebugMinGW
 CND_DISTDIR=dist
-TMPDIR=build/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
+CND_BUILDDIR=build
+NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
 TMPDIRNAME=tmp-packaging
 OUTPUT_PATH=../../Dist/${CND_CONF}/testtiesrfa.exe
 OUTPUT_BASENAME=testtiesrfa.exe
@@ -53,22 +54,22 @@ function copyFileToTmpDir
 # Setup
 cd "${TOP}"
 mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${TMPDIR}
-mkdir -p ${TMPDIR}
+rm -rf ${NBTMPDIR}
+mkdir -p ${NBTMPDIR}
 
 # Copy files and create directories and links
 cd "${TOP}"
-makeDirectory ${TMPDIR}/testtiesrfa/bin
-copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
+makeDirectory "${NBTMPDIR}/testtiesrfa/bin"
+copyFileToTmpDir "${OUTPUT_PATH}.exe" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}.exe" 0755
 
 
 # Generate tar file
 cd "${TOP}"
 rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/testtiesrfa.tar
-cd ${TMPDIR}
+cd ${NBTMPDIR}
 tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/testtiesrfa.tar *
 checkReturnCode
 
 # Cleanup
 cd "${TOP}"
-rm -rf ${TMPDIR}
+rm -rf ${NBTMPDIR}
index ec810dd06dac86b81f034c84a54332b654b271b8..a8fa32e0508c002f5f362b983dd65752034e5e99 100644 (file)
@@ -6,10 +6,11 @@
 
 # Macros
 TOP=`pwd`
-CND_PLATFORM=Cygwin-Linux-x86
+CND_PLATFORM=Cygwin-Windows
 CND_CONF=WindowsReleaseMinGW
 CND_DISTDIR=dist
-TMPDIR=build/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
+CND_BUILDDIR=build
+NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
 TMPDIRNAME=tmp-packaging
 OUTPUT_PATH=../../Dist/${CND_CONF}/testtiesrfa.exe
 OUTPUT_BASENAME=testtiesrfa.exe
@@ -53,22 +54,22 @@ function copyFileToTmpDir
 # Setup
 cd "${TOP}"
 mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${TMPDIR}
-mkdir -p ${TMPDIR}
+rm -rf ${NBTMPDIR}
+mkdir -p ${NBTMPDIR}
 
 # Copy files and create directories and links
 cd "${TOP}"
-makeDirectory ${TMPDIR}/testtiesrfa/bin
-copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
+makeDirectory "${NBTMPDIR}/testtiesrfa/bin"
+copyFileToTmpDir "${OUTPUT_PATH}.exe" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}.exe" 0755
 
 
 # Generate tar file
 cd "${TOP}"
 rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/testtiesrfa.tar
-cd ${TMPDIR}
+cd ${NBTMPDIR}
 tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/testtiesrfa.tar *
 checkReturnCode
 
 # Cleanup
 cd "${TOP}"
-rm -rf ${TMPDIR}
+rm -rf ${NBTMPDIR}
index c1f155a782bd6f432a8846f3d3b308ba6fa6856c..6b4ef19cb3047110a325b0c69d12b4ae8af25618 100755 (executable)
@@ -1,4 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project-private xmlns="http://www.netbeans.org/ns/project-private/1">
+    <data xmlns="http://www.netbeans.org/ns/make-project-private/1">
+        <activeConfTypeElem>1</activeConfTypeElem>
+        <activeConfIndexElem>0</activeConfIndexElem>
+    </data>
     <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
+    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
 </project-private>
index 1ebd5f29dd270be97e7c3ce92737892b436ae984..5275d7e8f9cbbaf2d2d35d40e90577072f61a8b3 100644 (file)
@@ -10,6 +10,8 @@
 # Environment
 MKDIR=mkdir
 CP=cp
+GREP=grep
+NM=nm
 CCADMIN=CCadmin
 RANLIB=ranlib
 CC=gcc
@@ -19,19 +21,22 @@ FC=gfortran
 AS=as
 
 # Macros
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
+CND_DLIB_EXT=so
 CND_CONF=LinuxDebugGnu
 CND_DISTDIR=dist
+CND_BUILDDIR=build
 
 # Include project Makefile
 include Makefile
 
 # Object Directory
-OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
+OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
 
 # Object Files
 OBJECTFILES= \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/TIesrSI.o
+       ${OBJECTDIR}/_ext/1360937237/TIesrSI.o
+
 
 # C Compiler Flags
 CFLAGS=-v
@@ -47,24 +52,24 @@ FFLAGS=
 ASFLAGS=
 
 # Link Libraries and Options
-LDLIBSOPTIONS=-L../../Dist/${CND_CONF}/lib -Wl,-rpath ${CND_BASEDIR}/../../Dist/${CND_CONF}/lib -lpthread ../../TIesrEngine/TIesrEngineSIso/../../Dist/LinuxDebugGnu/lib/libTIesrEngineSI.so.1 ../../TIesrFA/TIesrFA_ALSAso/../../Dist/LinuxDebugGnu/lib/libTIesrFA_ALSA.so.1
+LDLIBSOPTIONS=-L../../Dist/${CND_CONF}/lib -Wl,-rpath,${CND_BASEDIR}/../../Dist/${CND_CONF}/lib -lpthread ../../TIesrEngine/TIesrEngineSIso/../../Dist/LinuxDebugGnu/lib/libTIesrEngineSI.so.1 ../../TIesrFA/TIesrFA_ALSAso/../../Dist/LinuxDebugGnu/lib/libTIesrFA_ALSA.so.1
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
-       ${MAKE}  -f nbproject/Makefile-LinuxDebugGnu.mk ../../Dist/LinuxDebugGnu/lib/libTIesrSI.so.1
+       "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ../../Dist/${CND_CONF}/lib/libTIesrSI.so.1
 
-../../Dist/LinuxDebugGnu/lib/libTIesrSI.so.1: ../../TIesrEngine/TIesrEngineSIso/../../Dist/LinuxDebugGnu/lib/libTIesrEngineSI.so.1
+../../Dist/${CND_CONF}/lib/libTIesrSI.so.1: ../../TIesrEngine/TIesrEngineSIso/../../Dist/LinuxDebugGnu/lib/libTIesrEngineSI.so.1
 
-../../Dist/LinuxDebugGnu/lib/libTIesrSI.so.1: ../../TIesrFA/TIesrFA_ALSAso/../../Dist/LinuxDebugGnu/lib/libTIesrFA_ALSA.so.1
+../../Dist/${CND_CONF}/lib/libTIesrSI.so.1: ../../TIesrFA/TIesrFA_ALSAso/../../Dist/LinuxDebugGnu/lib/libTIesrFA_ALSA.so.1
 
-../../Dist/LinuxDebugGnu/lib/libTIesrSI.so.1: ${OBJECTFILES}
-       ${MKDIR} -p ../../Dist/LinuxDebugGnu/lib
-       ${LINK.c} -Wl,-znow,-zdefs -Wl,-h,libTIesrSI.so.1 -Wl,--version-script=../resource/TIesrSIso.ver -shared -o ../../Dist/${CND_CONF}/lib/libTIesrSI.so.1 -fPIC ${OBJECTFILES} ${LDLIBSOPTIONS} 
+../../Dist/${CND_CONF}/lib/libTIesrSI.so.1: ${OBJECTFILES}
+       ${MKDIR} -p ../../Dist/${CND_CONF}/lib
+       ${LINK.c} -o ../../Dist/${CND_CONF}/lib/libTIesrSI.so.1 ${OBJECTFILES} ${LDLIBSOPTIONS} -Wl,-znow,-zdefs -Wl,-h,libTIesrSI.so.1 -Wl,--version-script=../resource/TIesrSIso.ver -shared -fPIC
 
-${OBJECTDIR}/_ext/_DOTDOT/src/TIesrSI.o: nbproject/Makefile-${CND_CONF}.mk ../src/TIesrSI.c 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/TIesrSI.o: ../src/TIesrSI.c 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.c) -g -Wall -DLINUX -I../../TIesrEngine/src -I../../TIesrFA/src -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/TIesrSI.o ../src/TIesrSI.c
+       $(COMPILE.c) -g -Wall -DLINUX -I../../TIesrEngine/src -I../../TIesrFA/src -v -fPIC  -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/TIesrSI.o ../src/TIesrSI.c
 
 # Subprojects
 .build-subprojects:
@@ -73,8 +78,8 @@ ${OBJECTDIR}/_ext/_DOTDOT/src/TIesrSI.o: nbproject/Makefile-${CND_CONF}.mk ../sr
 
 # Clean Targets
 .clean-conf: ${CLEAN_SUBPROJECTS}
-       ${RM} -r build/LinuxDebugGnu
-       ${RM} ../../Dist/LinuxDebugGnu/lib/libTIesrSI.so.1
+       ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
+       ${RM} ../../Dist/${CND_CONF}/lib/libTIesrSI.so.1
 
 # Subprojects
 .clean-subprojects:
index 8e3a259574b40b6d1b32b4c4663c01bb31688ab2..8463501a867f8642e9fa24b6386dfa80a3dd2bea 100644 (file)
@@ -37,13 +37,13 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
 # build
 .build-impl: .build-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf
 
 
 # clean
 .clean-impl: .clean-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf
 
 
 # clobber 
@@ -51,7 +51,7 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
        done
 
 # all 
@@ -59,9 +59,19 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \
        done
 
+# build tests
+.build-tests-impl: .build-impl .build-tests-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf
+
+# run tests
+.test-impl: .build-tests-impl .test-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf
+
 # dependency checking support
 .depcheck-impl:
        @echo "# This code depends on make tool being used" >.dep.inc
index 61ba3b88741340dc651a95c47155faca66181d6b..0cb6dc6f1e581ef727918bb620bc2981cfe72b4b 100644 (file)
@@ -23,13 +23,13 @@ CND_PACKAGE_DIR_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Linux-x86/pa
 CND_PACKAGE_NAME_WindowsReleaseMinGW=libTIesrSIso.so.tar
 CND_PACKAGE_PATH_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Linux-x86/package/libTIesrSIso.so.tar
 # LinuxDebugGnu configuration
-CND_PLATFORM_LinuxDebugGnu=GNU_current-Linux-x86
+CND_PLATFORM_LinuxDebugGnu=GNU-Linux-x86
 CND_ARTIFACT_DIR_LinuxDebugGnu=../../Dist/LinuxDebugGnu/lib
 CND_ARTIFACT_NAME_LinuxDebugGnu=libTIesrSI.so.1
 CND_ARTIFACT_PATH_LinuxDebugGnu=../../Dist/LinuxDebugGnu/lib/libTIesrSI.so.1
-CND_PACKAGE_DIR_LinuxDebugGnu=dist/LinuxDebugGnu/GNU_current-Linux-x86/package
+CND_PACKAGE_DIR_LinuxDebugGnu=dist/LinuxDebugGnu/GNU-Linux-x86/package
 CND_PACKAGE_NAME_LinuxDebugGnu=libTIesrSIso.so.tar
-CND_PACKAGE_PATH_LinuxDebugGnu=dist/LinuxDebugGnu/GNU_current-Linux-x86/package/libTIesrSIso.so.tar
+CND_PACKAGE_PATH_LinuxDebugGnu=dist/LinuxDebugGnu/GNU-Linux-x86/package/libTIesrSIso.so.tar
 # LinuxReleaseGnu configuration
 CND_PLATFORM_LinuxReleaseGnu=GNU_current-Linux-x86
 CND_ARTIFACT_DIR_LinuxReleaseGnu=../../Dist/LinuxReleaseGnu/lib
@@ -70,3 +70,14 @@ CND_ARTIFACT_PATH_ArmLinuxReleaseGnueabiWinHost=../../Dist/ArmLinuxReleaseGnueab
 CND_PACKAGE_DIR_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package
 CND_PACKAGE_NAME_ArmLinuxReleaseGnueabiWinHost=libTIesrSIso.so.tar
 CND_PACKAGE_PATH_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package/libTIesrSIso.so.tar
+#
+# include compiler specific variables
+#
+# dmake command
+ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
+       (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
+#
+# gmake command
+.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
+#
+include nbproject/private/Makefile-variables.mk
index d1d92ab7d212a5621276a365446424ce3836cb1e..2413bc8f87beaaf7356d8c71eb98533d60856008 100644 (file)
@@ -6,10 +6,11 @@
 
 # Macros
 TOP=`pwd`
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
 CND_CONF=LinuxDebugGnu
 CND_DISTDIR=dist
-TMPDIR=build/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
+CND_BUILDDIR=build
+NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
 TMPDIRNAME=tmp-packaging
 OUTPUT_PATH=../../Dist/${CND_CONF}/lib/libTIesrSI.so.1
 OUTPUT_BASENAME=libTIesrSI.so.1
@@ -53,22 +54,22 @@ function copyFileToTmpDir
 # Setup
 cd "${TOP}"
 mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${TMPDIR}
-mkdir -p ${TMPDIR}
+rm -rf ${NBTMPDIR}
+mkdir -p ${NBTMPDIR}
 
 # Copy files and create directories and links
 cd "${TOP}"
-makeDirectory ${TMPDIR}/libTIesrSIso.so/lib
-copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
+makeDirectory "${NBTMPDIR}/libTIesrSIso.so/lib"
+copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}lib/${OUTPUT_BASENAME}" 0644
 
 
 # Generate tar file
 cd "${TOP}"
 rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrSIso.so.tar
-cd ${TMPDIR}
+cd ${NBTMPDIR}
 tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/libTIesrSIso.so.tar *
 checkReturnCode
 
 # Cleanup
 cd "${TOP}"
-rm -rf ${TMPDIR}
+rm -rf ${NBTMPDIR}
index 76a2441fa04e7422de019bd49114c34608fbef26..8a14ec869eae46acaa384bd7bafa5a18f2c0254a 100755 (executable)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="62">
-  <logicalFolder name="root" displayName="root" projectFiles="true">
+<configurationDescriptor version="88">
+  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
     <logicalFolder name="HeaderFiles"
                    displayName="Header Files"
                    projectFiles="true">
@@ -27,9 +27,8 @@
   <confs>
     <conf name="WindowsDebugMinGW" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>Cygwin|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           </linkerLibItems>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrSIso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="WindowsReleaseMinGW" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>Cygwin|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           </linkerLibItems>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrSIso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="LinuxDebugGnu" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
-        <compilerSet>GNU_current|GNU</compilerSet>
-        <platform>2</platform>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
+        <compilerSet>GNU|GNU</compilerSet>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrSI.so.1 -Wl,--version-script=../resource/TIesrSIso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrSIso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="LinuxReleaseGnu" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>GNU_current|GNU</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrSI.so.1 -Wl,--version-script=../resource/TIesrSIso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrSIso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxDebugGnueabi" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-none-linux-gnueabi|Unknown</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrSI.so.1 -Wl,--version-script=../resource/TIesrSIso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrSIso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxReleaseGnueabi" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-none-linux-gnueabi|Unknown</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrSI.so.1 -Wl,--version-script=../resource/TIesrSIso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrSIso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxDebugGnueabiWinHost" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-linux_win_host|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrSI.so.1 -Wl,--version-script=../resource/TIesrSIso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrSIso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxReleaseGnueabiWinHost" type="2">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-linux_win_host|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-Wl,-znow,-zdefs -Wl,-h,libTIesrSI.so.1 -Wl,--version-script=../resource/TIesrSIso.ver</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../resource/TIesrSIso.ver" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.c" ex="false" tool="0" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
+      <item path="../src/TIesrSI_User.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
   </confs>
 </configurationDescriptor>
index 76c1a18e3fc71e8251c6c70bb290bb391aeccff4..77acbaf2529fa477a2bdc107b335607da39ae19c 100755 (executable)
 <?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="62">
+<configurationDescriptor version="88">
   <projectmakefile>Makefile</projectmakefile>
-  <defaultConf>2</defaultConf>
   <confs>
     <conf name="WindowsDebugMinGW" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="WindowsReleaseMinGW" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="LinuxDebugGnu" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="LinuxReleaseGnu" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxDebugGnueabi" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxReleaseGnueabi" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxDebugGnueabiWinHost" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxReleaseGnueabiWinHost" type="2">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args></args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}"</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
index c1f155a782bd6f432a8846f3d3b308ba6fa6856c..fdd8f2c8675329d1ca1d0084855a991b8d4987fc 100755 (executable)
@@ -1,4 +1,8 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project-private xmlns="http://www.netbeans.org/ns/project-private/1">
+    <data xmlns="http://www.netbeans.org/ns/make-project-private/1">
+        <activeConfTypeElem>2</activeConfTypeElem>
+        <activeConfIndexElem>2</activeConfIndexElem>
+    </data>
     <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
 </project-private>
index 6de24bcbda0ce14b857cb7cc4b40a9f936675065..ab50c66518a8a3866b144f16ce02e39d7510ded8 100755 (executable)
                 <make-dep-project>../../TIesrEngine/TIesrEngineSIso</make-dep-project>
                 <make-dep-project>../../TIesrFA/TIesrFA_ALSAso</make-dep-project>
             </make-dep-projects>
+            <sourceRootList/>
+            <confList>
+                <confElem>
+                    <name>WindowsDebugMinGW</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>WindowsReleaseMinGW</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>LinuxDebugGnu</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>LinuxReleaseGnu</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxDebugGnueabi</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxReleaseGnueabi</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxDebugGnueabiWinHost</name>
+                    <type>2</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxReleaseGnueabiWinHost</name>
+                    <type>2</type>
+                </confElem>
+            </confList>
         </data>
     </configuration>
 </project>
index 9641445199fd5fa636c5726f963e4bb21d65b37e..5eaf5edf83473fef8545129e1fdfce16c77688a2 100644 (file)
@@ -10,6 +10,8 @@
 # Environment
 MKDIR=mkdir
 CP=cp
+GREP=grep
+NM=nm
 CCADMIN=CCadmin
 RANLIB=ranlib
 CC=gcc
@@ -19,19 +21,22 @@ FC=gfortran
 AS=as
 
 # Macros
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
+CND_DLIB_EXT=so
 CND_CONF=LinuxDebugGnu
 CND_DISTDIR=dist
+CND_BUILDDIR=build
 
 # Include project Makefile
 include Makefile
 
 # Object Directory
-OBJECTDIR=build/${CND_CONF}/${CND_PLATFORM}
+OBJECTDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}
 
 # Object Files
 OBJECTFILES= \
-       ${OBJECTDIR}/_ext/_DOTDOT/src/TestTIesrSI.o
+       ${OBJECTDIR}/_ext/1360937237/TestTIesrSI.o
+
 
 # C Compiler Flags
 CFLAGS=
@@ -47,28 +52,28 @@ FFLAGS=
 ASFLAGS=
 
 # Link Libraries and Options
-LDLIBSOPTIONS=-L../../Dist/${CND_CONF}/lib -Wl,-rpath ${CND_BASEDIR}/../../Dist/${CND_CONF}/lib -lTIesrSI
+LDLIBSOPTIONS=-L../../Dist/${CND_CONF}/lib -Wl,-rpath,${CND_BASEDIR}/../../Dist/${CND_CONF}/lib -lTIesrSI
 
 # Build Targets
 .build-conf: ${BUILD_SUBPROJECTS}
-       ${MAKE}  -f nbproject/Makefile-LinuxDebugGnu.mk ../../Dist/LinuxDebugGnu/bin/testtiesrsi
+       "${MAKE}"  -f nbproject/Makefile-${CND_CONF}.mk ../../Dist/${CND_CONF}/bin/testtiesrsi
 
-../../Dist/LinuxDebugGnu/bin/testtiesrsi: ${OBJECTFILES}
-       ${MKDIR} -p ../../Dist/LinuxDebugGnu/bin
-       ${LINK.cc} -v -o ../../Dist/${CND_CONF}/bin/testtiesrsi ${OBJECTFILES} ${LDLIBSOPTIONS} 
+../../Dist/${CND_CONF}/bin/testtiesrsi: ${OBJECTFILES}
+       ${MKDIR} -p ../../Dist/${CND_CONF}/bin
+       ${LINK.cc} -o ../../Dist/${CND_CONF}/bin/testtiesrsi ${OBJECTFILES} ${LDLIBSOPTIONS} -v
 
-${OBJECTDIR}/_ext/_DOTDOT/src/TestTIesrSI.o: nbproject/Makefile-${CND_CONF}.mk ../src/TestTIesrSI.cpp 
-       ${MKDIR} -p ${OBJECTDIR}/_ext/_DOTDOT/src
+${OBJECTDIR}/_ext/1360937237/TestTIesrSI.o: ../src/TestTIesrSI.cpp 
+       ${MKDIR} -p ${OBJECTDIR}/_ext/1360937237
        ${RM} $@.d
-       $(COMPILE.cc) -g -Wall -DLINUX -I../../TIesrFA/src -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/_DOTDOT/src/TestTIesrSI.o ../src/TestTIesrSI.cpp
+       $(COMPILE.cc) -g -Wall -DLINUX -I../../TIesrFA/src -v -MMD -MP -MF $@.d -o ${OBJECTDIR}/_ext/1360937237/TestTIesrSI.o ../src/TestTIesrSI.cpp
 
 # Subprojects
 .build-subprojects:
 
 # Clean Targets
-.clean-conf:
-       ${RM} -r build/LinuxDebugGnu
-       ${RM} ../../Dist/LinuxDebugGnu/bin/testtiesrsi
+.clean-conf: ${CLEAN_SUBPROJECTS}
+       ${RM} -r ${CND_BUILDDIR}/${CND_CONF}
+       ${RM} ../../Dist/${CND_CONF}/bin/testtiesrsi
 
 # Subprojects
 .clean-subprojects:
index ee98cc931fb373ed13c22183d43b516c83b9b1e5..337a8b0a848bf37414488da7a51eeedaf3f49928 100644 (file)
@@ -37,13 +37,13 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
 # build
 .build-impl: .build-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf
 
 
 # clean
 .clean-impl: .clean-pre .validate-impl .depcheck-impl
        @#echo "=> Running $@... Configuration=$(CONF)"
-       ${MAKE} -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf
 
 
 # clobber 
@@ -51,7 +51,7 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .clean-conf; \
        done
 
 # all 
@@ -59,9 +59,19 @@ ALLCONFS=WindowsDebugMinGW WindowsReleaseMinGW LinuxDebugGnu LinuxReleaseGnu Arm
        @#echo "=> Running $@..."
        for CONF in ${ALLCONFS}; \
        do \
-           ${MAKE} -f nbproject/Makefile-$${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-conf; \
+           "${MAKE}" -f nbproject/Makefile-$${CONF}.mk QMAKE=${QMAKE} SUBPROJECTS=${SUBPROJECTS} .build-conf; \
        done
 
+# build tests
+.build-tests-impl: .build-impl .build-tests-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .build-tests-conf
+
+# run tests
+.test-impl: .build-tests-impl .test-pre
+       @#echo "=> Running $@... Configuration=$(CONF)"
+       "${MAKE}" -f nbproject/Makefile-${CONF}.mk SUBPROJECTS=${SUBPROJECTS} .test-conf
+
 # dependency checking support
 .depcheck-impl:
        @echo "# This code depends on make tool being used" >.dep.inc
index 117627152cad6136ef093f582d32664bf34962b4..214566e30e19555a43cb41070d1ef1df339cb72d 100644 (file)
@@ -23,13 +23,13 @@ CND_PACKAGE_DIR_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Linux-x86/pa
 CND_PACKAGE_NAME_WindowsReleaseMinGW=testtiesrsi.tar
 CND_PACKAGE_PATH_WindowsReleaseMinGW=dist/WindowsReleaseMinGW/Cygwin-Linux-x86/package/testtiesrsi.tar
 # LinuxDebugGnu configuration
-CND_PLATFORM_LinuxDebugGnu=GNU_current-Linux-x86
+CND_PLATFORM_LinuxDebugGnu=GNU-Linux-x86
 CND_ARTIFACT_DIR_LinuxDebugGnu=../../Dist/LinuxDebugGnu/bin
 CND_ARTIFACT_NAME_LinuxDebugGnu=testtiesrsi
 CND_ARTIFACT_PATH_LinuxDebugGnu=../../Dist/LinuxDebugGnu/bin/testtiesrsi
-CND_PACKAGE_DIR_LinuxDebugGnu=dist/LinuxDebugGnu/GNU_current-Linux-x86/package
+CND_PACKAGE_DIR_LinuxDebugGnu=dist/LinuxDebugGnu/GNU-Linux-x86/package
 CND_PACKAGE_NAME_LinuxDebugGnu=testtiesrsi.tar
-CND_PACKAGE_PATH_LinuxDebugGnu=dist/LinuxDebugGnu/GNU_current-Linux-x86/package/testtiesrsi.tar
+CND_PACKAGE_PATH_LinuxDebugGnu=dist/LinuxDebugGnu/GNU-Linux-x86/package/testtiesrsi.tar
 # LinuxReleaseGnu configuration
 CND_PLATFORM_LinuxReleaseGnu=GNU_current-Linux-x86
 CND_ARTIFACT_DIR_LinuxReleaseGnu=../../Dist/LinuxReleaseGnu/bin
@@ -70,3 +70,14 @@ CND_ARTIFACT_PATH_ArmLinuxReleaseGnueabiWinHost=../../Dist/ArmLinuxReleaseGnueab
 CND_PACKAGE_DIR_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package
 CND_PACKAGE_NAME_ArmLinuxReleaseGnueabiWinHost=testtiesrsi.tar
 CND_PACKAGE_PATH_ArmLinuxReleaseGnueabiWinHost=dist/ArmLinuxReleaseGnueabiWinHost//package/testtiesrsi.tar
+#
+# include compiler specific variables
+#
+# dmake command
+ROOT:sh = test -f nbproject/private/Makefile-variables.mk || \
+       (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk)
+#
+# gmake command
+.PHONY: $(shell test -f nbproject/private/Makefile-variables.mk || (mkdir -p nbproject/private && touch nbproject/private/Makefile-variables.mk))
+#
+include nbproject/private/Makefile-variables.mk
index 2afecea1d5700f9e7ee92d1e313598eff46ae50f..a293647880128c0ce273caa050cf4ebb68703098 100644 (file)
@@ -6,10 +6,11 @@
 
 # Macros
 TOP=`pwd`
-CND_PLATFORM=GNU_current-Linux-x86
+CND_PLATFORM=GNU-Linux-x86
 CND_CONF=LinuxDebugGnu
 CND_DISTDIR=dist
-TMPDIR=build/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
+CND_BUILDDIR=build
+NBTMPDIR=${CND_BUILDDIR}/${CND_CONF}/${CND_PLATFORM}/tmp-packaging
 TMPDIRNAME=tmp-packaging
 OUTPUT_PATH=../../Dist/${CND_CONF}/bin/testtiesrsi
 OUTPUT_BASENAME=testtiesrsi
@@ -53,22 +54,22 @@ function copyFileToTmpDir
 # Setup
 cd "${TOP}"
 mkdir -p ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package
-rm -rf ${TMPDIR}
-mkdir -p ${TMPDIR}
+rm -rf ${NBTMPDIR}
+mkdir -p ${NBTMPDIR}
 
 # Copy files and create directories and links
 cd "${TOP}"
-makeDirectory ${TMPDIR}/testtiesrsi/bin
-copyFileToTmpDir "${OUTPUT_PATH}" "${TMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
+makeDirectory "${NBTMPDIR}/testtiesrsi/bin"
+copyFileToTmpDir "${OUTPUT_PATH}" "${NBTMPDIR}/${PACKAGE_TOP_DIR}bin/${OUTPUT_BASENAME}" 0755
 
 
 # Generate tar file
 cd "${TOP}"
 rm -f ${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/testtiesrsi.tar
-cd ${TMPDIR}
+cd ${NBTMPDIR}
 tar -vcf ../../../../${CND_DISTDIR}/${CND_CONF}/${CND_PLATFORM}/package/testtiesrsi.tar *
 checkReturnCode
 
 # Cleanup
 cd "${TOP}"
-rm -rf ${TMPDIR}
+rm -rf ${NBTMPDIR}
index b27b7cb40ffa0a20db0e4db676185a4225aae8c8..8141786e929ade2ccb7a42fa0461d19e2ceaff6a 100755 (executable)
@@ -1,6 +1,6 @@
 <?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="62">
-  <logicalFolder name="root" displayName="root" projectFiles="true">
+<configurationDescriptor version="88">
+  <logicalFolder name="root" displayName="root" projectFiles="true" kind="ROOT">
     <logicalFolder name="HeaderFiles"
                    displayName="Header Files"
                    projectFiles="true">
@@ -25,9 +25,8 @@
   <confs>
     <conf name="WindowsDebugMinGW" type="1">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>Cygwin|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-v -mno-cygwin</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../src/TestTIesrSI.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/TestTIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="WindowsReleaseMinGW" type="1">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>Cygwin|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <cTool>
           <commandLine>-v -mno-cygwin</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../src/TestTIesrSI.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/TestTIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="LinuxDebugGnu" type="1">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
-        <compilerSet>GNU_current|GNU</compilerSet>
-        <platform>2</platform>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
+        <compilerSet>GNU|GNU</compilerSet>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-v</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../src/TestTIesrSI.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/TestTIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="LinuxReleaseGnu" type="1">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>GNU_current|GNU</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-v</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../src/TestTIesrSI.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/TestTIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxDebugGnueabi" type="1">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-none-linux-gnueabi|Unknown</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-v</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../src/TestTIesrSI.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/TestTIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxReleaseGnueabi" type="1">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-none-linux-gnueabi|Unknown</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-v</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../src/TestTIesrSI.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/TestTIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxDebugGnueabiWinHost" type="1">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-linux_win_host|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-v</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../src/TestTIesrSI.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/TestTIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
     <conf name="ArmLinuxReleaseGnueabiWinHost" type="1">
       <toolsSet>
-        <developmentServer>localhost</developmentServer>
+        <remote-sources-mode>LOCAL_SOURCES</remote-sources-mode>
         <compilerSet>arm-linux_win_host|Cygwin</compilerSet>
-        <platform>2</platform>
       </toolsSet>
       <compileType>
         <ccTool>
           <commandLine>-v</commandLine>
         </linkerTool>
       </compileType>
+      <item path="../src/TestTIesrSI.cpp" ex="false" tool="1" flavor2="0">
+      </item>
+      <item path="../src/TestTIesrSI.h" ex="false" tool="3" flavor2="0">
+      </item>
     </conf>
   </confs>
 </configurationDescriptor>
index 93c7b5a99460b70049ddb6dad0b06e5147ede7ec..2a053bd084c45d021a020e05440bc4dd9ea36ff2 100755 (executable)
 <?xml version="1.0" encoding="UTF-8"?>
-<configurationDescriptor version="62">
+<configurationDescriptor version="88">
   <projectmakefile>Makefile</projectmakefile>
-  <defaultConf>2</defaultConf>
   <confs>
     <conf name="WindowsDebugMinGW" type="1">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-        <profileOnRun>false</profileOnRun>
-      </gizmo_options>
-      <runprofile version="5">
-        <args>200000 ../../Data/GramDir  ../../Data/testtiesrsi_win.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin WINMM ../../Data/AudioDir/capture.raw</args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}" 200000 ../../Data/GramDir  ../../Data/testtiesrsi_win.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin WINMM ../../Data/AudioDir/capture.raw</runcommand>
         <rundir></rundir>
         <buildfirst>false</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="WindowsReleaseMinGW" type="1">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-        <profileOnRun>false</profileOnRun>
-      </gizmo_options>
-      <runprofile version="5">
-        <args>200000 ../../Data/GramDir  ../../Data/testtiesrsi_win.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin WINMM ../../Data/AudioDir/capture.raw</args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}" 200000 ../../Data/GramDir  ../../Data/testtiesrsi_win.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin WINMM ../../Data/AudioDir/capture.raw</runcommand>
         <rundir></rundir>
         <buildfirst>false</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="LinuxDebugGnu" type="1">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args>200000 ../../Data/GramDir  ../../Data/testtiesrsi_linuxgnu.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw</args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}" 200000 ../../Data/GramDir  ../../Data/testtiesrsi_linuxgnu.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw 1</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="LinuxReleaseGnu" type="1">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args>200000 ../../Data/GramDir  ../../Data/testtiesrsi_linuxgnu.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw</args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}" 200000 ../../Data/GramDir  ../../Data/testtiesrsi_linuxgnu.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxDebugGnueabi" type="1">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args>200000 ../../Data/GramDir  ../../Data/testtiesrsi.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw</args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}" 200000 ../../Data/GramDir  ../../Data/testtiesrsi.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxReleaseGnueabi" type="1">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args>200000 ../../Data/GramDir  ../../Data/testtiesrsi.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw</args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}" 200000 ../../Data/GramDir  ../../Data/testtiesrsi.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxDebugGnueabiWinHost" type="1">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args>200000 ../../Data/GramDir  ../../Data/testtiesrsi.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw</args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}" 200000 ../../Data/GramDir  ../../Data/testtiesrsi.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
     </conf>
     <conf name="ArmLinuxReleaseGnueabiWinHost" type="1">
-      <gdbdebugger version="2">
-        <gdb_command>gdb</gdb_command>
-        <array_repeat_threshold>10</array_repeat_threshold>
-      </gdbdebugger>
-      <gizmo_options version="1">
-      </gizmo_options>
-      <runprofile version="5">
-        <args>200000 ../../Data/GramDir  ../../Data/testtiesrsi.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw</args>
+      <toolsSet>
+        <developmentServer>localhost</developmentServer>
+        <platform>2</platform>
+      </toolsSet>
+      <dbx_gdbdebugger version="1">
+        <gdb_pathmaps>
+        </gdb_pathmaps>
+        <gdb_interceptlist>
+          <gdbinterceptoptions gdb_all="false" gdb_unhandled="true" gdb_unexpected="true"/>
+        </gdb_interceptlist>
+        <gdb_options>
+          <DebugOptions>
+          </DebugOptions>
+        </gdb_options>
+        <gdb_buildfirst gdb_buildfirst_overriden="false" gdb_buildfirst_old="false"/>
+      </dbx_gdbdebugger>
+      <nativedebugger version="1">
+        <engine>gdb</engine>
+      </nativedebugger>
+      <runprofile version="9">
+        <runcommandpicklist>
+          <runcommandpicklistitem>"${OUTPUT_PATH}"</runcommandpicklistitem>
+        </runcommandpicklist>
+        <runcommand>"${OUTPUT_PATH}" 200000 ../../Data/GramDir  ../../Data/testtiesrsi.jac ../../Data/OffDT_GenDict_PhbVR_LE_MQ/English/hlrtree.bin plughw:0,0 ../../Data/AudioDir/capture.raw</runcommand>
         <rundir></rundir>
         <buildfirst>true</buildfirst>
-        <console-type>0</console-type>
         <terminal-type>0</terminal-type>
+        <remove-instrumentation>0</remove-instrumentation>
         <environment>
         </environment>
       </runprofile>
index c1f155a782bd6f432a8846f3d3b308ba6fa6856c..11919a7f4c6b177c5cc097c5cc8d53655cbae709 100755 (executable)
@@ -1,4 +1,9 @@
 <?xml version="1.0" encoding="UTF-8"?>
 <project-private xmlns="http://www.netbeans.org/ns/project-private/1">
+    <data xmlns="http://www.netbeans.org/ns/make-project-private/1">
+        <activeConfTypeElem>1</activeConfTypeElem>
+        <activeConfIndexElem>2</activeConfIndexElem>
+    </data>
     <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/1"/>
+    <editor-bookmarks xmlns="http://www.netbeans.org/ns/editor-bookmarks/2" lastBookmarkId="0"/>
 </project-private>
index 8ea02fb2e81069e9767f6e19a736dd0e9f9fa716..96e1ac480bc78c5fecc7e5e6b7ef7934a941ae3b 100755 (executable)
             <header-extensions>h</header-extensions>
             <sourceEncoding>UTF-8</sourceEncoding>
             <make-dep-projects/>
+            <sourceRootList/>
+            <confList>
+                <confElem>
+                    <name>WindowsDebugMinGW</name>
+                    <type>1</type>
+                </confElem>
+                <confElem>
+                    <name>WindowsReleaseMinGW</name>
+                    <type>1</type>
+                </confElem>
+                <confElem>
+                    <name>LinuxDebugGnu</name>
+                    <type>1</type>
+                </confElem>
+                <confElem>
+                    <name>LinuxReleaseGnu</name>
+                    <type>1</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxDebugGnueabi</name>
+                    <type>1</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxReleaseGnueabi</name>
+                    <type>1</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxDebugGnueabiWinHost</name>
+                    <type>1</type>
+                </confElem>
+                <confElem>
+                    <name>ArmLinuxReleaseGnueabiWinHost</name>
+                    <type>1</type>
+                </confElem>
+            </confList>
         </data>
     </configuration>
 </project>