Skip to content
Snippets Groups Projects
Commit ded2050e authored by Matthieu Herrb's avatar Matthieu Herrb
Browse files

[wip/openni] Fix installation path of sample library module.

parent a21951f7
No related branches found
No related tags found
No related merge requests found
......@@ -43,7 +43,7 @@ SUBST_FILES.output-modules = \
SUBST_CLASSES += samples
SUBST_STAGE.samples = post-extract
SUBST_MESSAGE.samples = Patching the output location for all samples...
SUBST_MESSAGE.samples = Patching the output location for samples programs...
SUBST_SED.samples = -e 's!BIN_DIR = ../../../Bin!CFG=bin\nCFLAGS+=-O3 -msse3\nLDFLAGS+=-Wl,-rpath,$(OPENNI_LIB)\nLIB_DIRS=$(OPENNI_LIB)\nBIN_DIR=$(OPENNI)!g'
SUBST_FILES.samples = \
Platform/Linux-x86/Build/Samples/NiViewer/Makefile \
......@@ -52,7 +52,6 @@ SUBST_FILES.samples = \
Platform/Linux-x86/Build/Samples/NiConvertXToONI/Makefile \
Platform/Linux-x86/Build/Samples/NiCRead/Makefile \
Platform/Linux-x86/Build/Samples/NiRecordSynthetic/Makefile \
Platform/Linux-x86/Build/Samples/NiSampleModule/Makefile \
Platform/Linux-x86/Build/Samples/NiSimpleCreate/Makefile \
Platform/Linux-x86/Build/Samples/NiSimpleRead/Makefile \
Platform/Linux-x86/Build/Samples/NiSimpleViewer/Makefile \
......@@ -60,6 +59,13 @@ SUBST_FILES.samples = \
Platform/Linux-x86/Build/Utils/niLicense/Makefile \
Platform/Linux-x86/Build/Utils/niReg/Makefile
SUBST_CLASSES += lib-samples
SUBST_STAGE.lib-samples = post-extract
SUBST_MESSAGE.lib-samples = Patching the output location for sample library...
SUBST_SED.lib-samples = -e 's!BIN_DIR = ../../../Bin!CFG=lib\nCFLAGS+=-O3 -msse3\nLDFLAGS+=-Wl,-rpath,$(OPENNI_LIB)\nLIB_DIRS=$(OPENNI_LIB)\nBIN_DIR=$(OPENNI)!g'
SUBST_FILES.lib-samples = \
Platform/Linux-x86/Build/Samples/NiSampleModule/Makefile
SUBST_CLASSES += xml
SUBST_STAGE.xml = post-extract
SUBST_MESSAGE.xml = Patching the location of modules.xml...
......
@comment Mon Dec 13 23:30:58 CET 2010
@comment Tue Dec 14 11:04:54 CET 2010
bin/NiViewer
bin/Sample-NiAudioSample
bin/Sample-NiBackRecorder
......@@ -9,7 +9,6 @@ bin/Sample-NiSimpleCreate
bin/Sample-NiSimpleRead
bin/Sample-NiSimpleViewer
bin/Sample-NiUserTracker
bin/libSample-NiSampleModule.so
bin/niLicense
bin/niReg
include/ni/CommonMakefile
......@@ -63,8 +62,8 @@ include/ni/XnUSB.h
include/ni/XnUtils.h
include/ni/XnVersion.h
lib/libOpenNI.so
lib/libSample-NiSampleModule.so
lib/libnimCodecs.so
lib/libnimMockNodes.so
lib/libnimRecorder.so
share/openni/SamplesConfig.xml
share/openni/modules.xml
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment