From 85cb3f04252b0228830903b21c08bb64e9919c18 Mon Sep 17 00:00:00 2001 From: geronimo Date: Sun, 29 Jul 2012 15:11:47 +0200 Subject: changed server setup to config file, little rearrangement of sources --- libs/util/nbproject/Makefile-Debug.mk | 12 ++++++++++-- libs/util/nbproject/Makefile-Release.mk | 6 ++++++ libs/util/nbproject/configurations.xml | 19 +++++++++++++++++-- libs/util/nbproject/private/configurations.xml | 2 +- libs/util/nbproject/project.xml | 4 +++- 5 files changed, 37 insertions(+), 6 deletions(-) (limited to 'libs/util/nbproject') diff --git a/libs/util/nbproject/Makefile-Debug.mk b/libs/util/nbproject/Makefile-Debug.mk index dfbf4e8..2149f0d 100644 --- a/libs/util/nbproject/Makefile-Debug.mk +++ b/libs/util/nbproject/Makefile-Debug.mk @@ -41,6 +41,7 @@ OBJECTFILES= \ ${OBJECTDIR}/src/AbstractListAssembler.o \ ${OBJECTDIR}/src/ManagedMap.o \ ${OBJECTDIR}/src/Codec.o \ + ${OBJECTDIR}/src/Url.o \ ${OBJECTDIR}/src/ManagedVector.o \ ${OBJECTDIR}/src/NamedValue.o \ ${OBJECTDIR}/src/util.o @@ -50,8 +51,8 @@ OBJECTFILES= \ CFLAGS= # CC Compiler Flags -CCFLAGS=-std=gnu++0x -fomit-frame-pointer -fPIC -pthread -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration -ansi -CXXFLAGS=-std=gnu++0x -fomit-frame-pointer -fPIC -pthread -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration -ansi +CCFLAGS=-std=gnu++0x -fomit-frame-pointer -fPIC -pthread -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration +CXXFLAGS=-std=gnu++0x -fomit-frame-pointer -fPIC -pthread -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration # Fortran Compiler Flags FFLAGS= @@ -102,6 +103,11 @@ ${OBJECTDIR}/src/Codec.o: src/Codec.cc ${RM} $@.d $(COMPILE.cc) -g -Wall -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -I../vdr/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/src/Codec.o src/Codec.cc +${OBJECTDIR}/src/Url.o: src/Url.cc + ${MKDIR} -p ${OBJECTDIR}/src + ${RM} $@.d + $(COMPILE.cc) -g -Wall -D_GNU_SOURCE=1 -D_REENTRANT -Iinclude -I../vdr/include -MMD -MP -MF $@.d -o ${OBJECTDIR}/src/Url.o src/Url.cc + ${OBJECTDIR}/src/ManagedVector.o: src/ManagedVector.cc ${MKDIR} -p ${OBJECTDIR}/src ${RM} $@.d @@ -119,6 +125,7 @@ ${OBJECTDIR}/src/util.o: src/util.cc # Subprojects .build-subprojects: + cd ../vdr && ${MAKE} -f Makefile CONF=Debug # Clean Targets .clean-conf: ${CLEAN_SUBPROJECTS} @@ -127,6 +134,7 @@ ${OBJECTDIR}/src/util.o: src/util.cc # Subprojects .clean-subprojects: + cd ../vdr && ${MAKE} -f Makefile CONF=Debug clean # Enable dependency checking .dep.inc: .depcheck-impl diff --git a/libs/util/nbproject/Makefile-Release.mk b/libs/util/nbproject/Makefile-Release.mk index 2fcd899..42ca655 100644 --- a/libs/util/nbproject/Makefile-Release.mk +++ b/libs/util/nbproject/Makefile-Release.mk @@ -41,6 +41,7 @@ OBJECTFILES= \ ${OBJECTDIR}/src/AbstractListAssembler.o \ ${OBJECTDIR}/src/ManagedMap.o \ ${OBJECTDIR}/src/Codec.o \ + ${OBJECTDIR}/src/Url.o \ ${OBJECTDIR}/src/ManagedVector.o \ ${OBJECTDIR}/src/NamedValue.o \ ${OBJECTDIR}/src/util.o @@ -102,6 +103,11 @@ ${OBJECTDIR}/src/Codec.o: src/Codec.cc ${RM} $@.d $(COMPILE.cc) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/src/Codec.o src/Codec.cc +${OBJECTDIR}/src/Url.o: src/Url.cc + ${MKDIR} -p ${OBJECTDIR}/src + ${RM} $@.d + $(COMPILE.cc) -O2 -MMD -MP -MF $@.d -o ${OBJECTDIR}/src/Url.o src/Url.cc + ${OBJECTDIR}/src/ManagedVector.o: src/ManagedVector.cc ${MKDIR} -p ${OBJECTDIR}/src ${RM} $@.d diff --git a/libs/util/nbproject/configurations.xml b/libs/util/nbproject/configurations.xml index ac160eb..481eb85 100644 --- a/libs/util/nbproject/configurations.xml +++ b/libs/util/nbproject/configurations.xml @@ -1,5 +1,5 @@ - + include/ManagedMap.h include/ManagedVector.h include/NamedValue.h + include/Persistable.h include/StringBuilder.h + include/Url.h include/util.h src/ManagedVector.cc src/NamedValue.cc src/StringBuilder.cc + src/Url.cc src/util.cc include ../vdr/include - -std=gnu++0x -fomit-frame-pointer -fPIC -pthread -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration -ansi + -std=gnu++0x -fomit-frame-pointer -fPIC -pthread -Wall -Wno-parentheses -Wno-switch -Wdisabled-optimization -Wpointer-arith -Wredundant-decls -Wwrite-strings -Wtype-limits -Wundef -fno-math-errno -fno-signed-zeros -fno-tree-vectorize -Werror=implicit-function-declaration _GNU_SOURCE=1 _REENTRANT @@ -66,6 +69,18 @@ + + + + diff --git a/libs/util/nbproject/private/configurations.xml b/libs/util/nbproject/private/configurations.xml index fa15dc7..616cc91 100644 --- a/libs/util/nbproject/private/configurations.xml +++ b/libs/util/nbproject/private/configurations.xml @@ -1,5 +1,5 @@ - + Makefile diff --git a/libs/util/nbproject/project.xml b/libs/util/nbproject/project.xml index a4df583..afebc06 100644 --- a/libs/util/nbproject/project.xml +++ b/libs/util/nbproject/project.xml @@ -8,7 +8,9 @@ cc h UTF-8 - + + ../vdr + -- cgit v1.2.3