1
1
# ############################################################################
2
2
# OpenNI makefile.
3
- #
3
+ #
4
4
# default configuration is Release. for a debug version use:
5
5
# make CFG=Debug
6
6
#
@@ -41,14 +41,14 @@ ALL_DRIVERS = \
41
41
42
42
# list all wrappers
43
43
ALL_WRAPPERS = \
44
- Wrappers/java/OpenNI. jni \
45
- Wrappers/java/OpenNI.java
44
+ Wrappers/java/jni \
45
+ Wrappers/java/
46
46
47
47
# list all tools
48
48
ALL_TOOLS = \
49
49
Source/Drivers/PS1080/PS1080Console \
50
50
Source/Drivers/PSLink/PSLinkConsole
51
-
51
+
52
52
# list all core projects
53
53
ALL_CORE_PROJS = \
54
54
$(XNLIB ) \
@@ -64,11 +64,11 @@ CORE_SAMPLES = \
64
64
Samples/EventBasedRead \
65
65
Samples/MultipleStreamRead \
66
66
Samples/MWClosestPoint \
67
- Samples/MWClosestPointApp
67
+ Samples/MWClosestPointApp
68
68
69
69
# list all java samples
70
70
JAVA_SAMPLES = \
71
- Samples/SimpleViewer.java
71
+ Samples/SimpleViewer.java
72
72
73
73
ifeq "$(GLUT_SUPPORTED ) " "1"
74
74
ALL_TOOLS += \
@@ -80,7 +80,7 @@ ifeq "$(GLUT_SUPPORTED)" "1"
80
80
Samples/ClosestPointViewer
81
81
else
82
82
ifeq "$(GLES_SUPPORTED)" "1"
83
- CORE_SAMPLES +=
83
+ CORE_SAMPLES +=
84
84
endif
85
85
endif
86
86
@@ -100,10 +100,10 @@ ALL_PROJS_CLEAN = $(foreach proj,$(ALL_PROJS),$(proj)-clean)
100
100
101
101
# define a function which creates a target for each proj
102
102
define CREATE_PROJ_TARGET
103
- $1:
103
+ $1:
104
104
$$(MAKE ) -C $1
105
105
106
- $1-clean:
106
+ $1-clean:
107
107
$$(MAKE ) -C $1 clean
108
108
endef
109
109
@@ -152,7 +152,7 @@ $(FINAL_DIR):
152
152
doc :
153
153
Source/Documentation/Runme.py
154
154
rm -f Source/Documentation/html/* .md5
155
-
155
+
156
156
release : | all doc $(FINAL_DIR )
157
157
Packaging/Harvest.py Packaging/$(PRODUCT_STRING ) $(PLATFORM )
158
158
cd Packaging; tar -cjf Final/$(PRODUCT_STRING ) .tar.bz2 $(PRODUCT_STRING )
0 commit comments