aboutsummaryrefslogtreecommitdiff
path: root/APEX_1.4/compiler/linux32/Makefile.PxPvdSDK.mk
blob: 753b0f982e429a299f002a8f20cfdab494004d99 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
# Makefile generated by XPJ for linux32
-include Makefile.custom
ProjectName = PxPvdSDK
PxPvdSDK_cppfiles   += ./../../../PxShared/src/pvd/src/PxProfileEventImpl.cpp
PxPvdSDK_cppfiles   += ./../../../PxShared/src/pvd/src/PxPvd.cpp
PxPvdSDK_cppfiles   += ./../../../PxShared/src/pvd/src/PxPvdDataStream.cpp
PxPvdSDK_cppfiles   += ./../../../PxShared/src/pvd/src/PxPvdDefaultFileTransport.cpp
PxPvdSDK_cppfiles   += ./../../../PxShared/src/pvd/src/PxPvdDefaultSocketTransport.cpp
PxPvdSDK_cppfiles   += ./../../../PxShared/src/pvd/src/PxPvdImpl.cpp
PxPvdSDK_cppfiles   += ./../../../PxShared/src/pvd/src/PxPvdMemClient.cpp
PxPvdSDK_cppfiles   += ./../../../PxShared/src/pvd/src/PxPvdObjectModelMetaData.cpp
PxPvdSDK_cppfiles   += ./../../../PxShared/src/pvd/src/PxPvdObjectRegistrar.cpp
PxPvdSDK_cppfiles   += ./../../../PxShared/src/pvd/src/PxPvdProfileZoneClient.cpp
PxPvdSDK_cppfiles   += ./../../../PxShared/src/pvd/src/PxPvdUserRenderer.cpp

PxPvdSDK_cpp_debug_dep    = $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles)))))
PxPvdSDK_cc_debug_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(PxPvdSDK_ccfiles)))))
PxPvdSDK_c_debug_dep      = $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles)))))
PxPvdSDK_debug_dep      = $(PxPvdSDK_cpp_debug_dep) $(PxPvdSDK_cc_debug_dep) $(PxPvdSDK_c_debug_dep)
-include $(PxPvdSDK_debug_dep)
PxPvdSDK_cpp_release_dep    = $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles)))))
PxPvdSDK_cc_release_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(PxPvdSDK_ccfiles)))))
PxPvdSDK_c_release_dep      = $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles)))))
PxPvdSDK_release_dep      = $(PxPvdSDK_cpp_release_dep) $(PxPvdSDK_cc_release_dep) $(PxPvdSDK_c_release_dep)
-include $(PxPvdSDK_release_dep)
PxPvdSDK_cpp_checked_dep    = $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles)))))
PxPvdSDK_cc_checked_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(PxPvdSDK_ccfiles)))))
PxPvdSDK_c_checked_dep      = $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles)))))
PxPvdSDK_checked_dep      = $(PxPvdSDK_cpp_checked_dep) $(PxPvdSDK_cc_checked_dep) $(PxPvdSDK_c_checked_dep)
-include $(PxPvdSDK_checked_dep)
PxPvdSDK_cpp_profile_dep    = $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(PxPvdSDK_cppfiles)))))
PxPvdSDK_cc_profile_dep    = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(PxPvdSDK_ccfiles)))))
PxPvdSDK_c_profile_dep      = $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(PxPvdSDK_cfiles)))))
PxPvdSDK_profile_dep      = $(PxPvdSDK_cpp_profile_dep) $(PxPvdSDK_cc_profile_dep) $(PxPvdSDK_c_profile_dep)
-include $(PxPvdSDK_profile_dep)
PxPvdSDK_debug_hpaths    := 
PxPvdSDK_debug_hpaths    += ./../../../PxShared/include
PxPvdSDK_debug_hpaths    += ./../../../PxShared/src/pvd/include
PxPvdSDK_debug_hpaths    += ./../../../PxShared/src/foundation/include
PxPvdSDK_debug_hpaths    += ./../../../PxShared/src/filebuf/include
PxPvdSDK_debug_hpaths    += ./../../../Externals/nvToolsExt/1/include
PxPvdSDK_debug_lpaths    := 
PxPvdSDK_debug_lpaths    += ./../../../PxShared/bin/linux32
PxPvdSDK_debug_defines   := $(PxPvdSDK_custom_defines)
PxPvdSDK_debug_defines   += PX_PVDSDK_DLL=1
PxPvdSDK_debug_defines   += PX_FOUNDATION_DLL=1
PxPvdSDK_debug_defines   += _DEBUG
PxPvdSDK_debug_defines   += PX_DEBUG=1
PxPvdSDK_debug_defines   += PX_CHECKED=1
PxPvdSDK_debug_libraries := 
PxPvdSDK_debug_libraries += PxFoundationDEBUG_x86
PxPvdSDK_debug_common_cflags	:= $(PxPvdSDK_custom_cflags)
PxPvdSDK_debug_common_cflags    += -MMD
PxPvdSDK_debug_common_cflags    += $(addprefix -D, $(PxPvdSDK_debug_defines))
PxPvdSDK_debug_common_cflags    += $(addprefix -I, $(PxPvdSDK_debug_hpaths))
PxPvdSDK_debug_common_cflags  += -m32
PxPvdSDK_debug_common_cflags  += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PxPvdSDK_debug_common_cflags  += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PxPvdSDK_debug_common_cflags  += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PxPvdSDK_debug_common_cflags  += -Wno-missing-field-initializers
PxPvdSDK_debug_common_cflags  += -g3 -gdwarf-2
PxPvdSDK_debug_cflags	:= $(PxPvdSDK_debug_common_cflags)
PxPvdSDK_debug_cppflags	:= $(PxPvdSDK_debug_common_cflags)
PxPvdSDK_debug_lflags    := $(PxPvdSDK_custom_lflags)
PxPvdSDK_debug_lflags    += $(addprefix -L, $(PxPvdSDK_debug_lpaths))
PxPvdSDK_debug_lflags    += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_debug_libraries)) -Wl,--end-group
PxPvdSDK_debug_lflags  += -lrt
PxPvdSDK_debug_lflags  += -m32
PxPvdSDK_debug_objsdir  = $(OBJS_DIR)/PxPvdSDK_debug
PxPvdSDK_debug_cpp_o    = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles)))))
PxPvdSDK_debug_cc_o    = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles)))))
PxPvdSDK_debug_c_o      = $(addprefix $(PxPvdSDK_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles)))))
PxPvdSDK_debug_obj      = $(PxPvdSDK_debug_cpp_o) $(PxPvdSDK_debug_cc_o) $(PxPvdSDK_debug_c_o)
PxPvdSDK_debug_bin      := ./../../../PxShared/bin/linux32/libPxPvdSDKDEBUG_x86.so

clean_PxPvdSDK_debug: 
	@$(ECHO) clean PxPvdSDK debug
	@$(RMDIR) $(PxPvdSDK_debug_objsdir)
	@$(RMDIR) $(PxPvdSDK_debug_bin)
	@$(RMDIR) $(DEPSDIR)/PxPvdSDK/debug

build_PxPvdSDK_debug: postbuild_PxPvdSDK_debug
postbuild_PxPvdSDK_debug: mainbuild_PxPvdSDK_debug
mainbuild_PxPvdSDK_debug: prebuild_PxPvdSDK_debug $(PxPvdSDK_debug_bin)
prebuild_PxPvdSDK_debug:

$(PxPvdSDK_debug_bin): $(PxPvdSDK_debug_obj) build_PxFoundation_debug 
	mkdir -p `dirname ./../../../PxShared/bin/linux32/libPxPvdSDKDEBUG_x86.so`
	$(CXX) -shared $(PxPvdSDK_debug_obj) $(PxPvdSDK_debug_lflags) -lc -o $@ 
	$(ECHO) building $@ complete!

PxPvdSDK_debug_DEPDIR = $(dir $(@))/$(*F)
$(PxPvdSDK_debug_cpp_o): $(PxPvdSDK_debug_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PxPvdSDK_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles))))))
	cp $(PxPvdSDK_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
	  rm -f $(PxPvdSDK_debug_DEPDIR).d

$(PxPvdSDK_debug_cc_o): $(PxPvdSDK_debug_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PxPvdSDK_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles))))))
	cp $(PxPvdSDK_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).debug.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).debug.P; \
	  rm -f $(PxPvdSDK_debug_DEPDIR).d

$(PxPvdSDK_debug_c_o): $(PxPvdSDK_debug_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(PxPvdSDK_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles))))))
	cp $(PxPvdSDK_debug_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_debug_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
	  rm -f $(PxPvdSDK_debug_DEPDIR).d

PxPvdSDK_release_hpaths    := 
PxPvdSDK_release_hpaths    += ./../../../PxShared/include
PxPvdSDK_release_hpaths    += ./../../../PxShared/src/pvd/include
PxPvdSDK_release_hpaths    += ./../../../PxShared/src/foundation/include
PxPvdSDK_release_hpaths    += ./../../../PxShared/src/filebuf/include
PxPvdSDK_release_hpaths    += ./../../../Externals/nvToolsExt/1/include
PxPvdSDK_release_lpaths    := 
PxPvdSDK_release_lpaths    += ./../../../PxShared/bin/linux32
PxPvdSDK_release_defines   := $(PxPvdSDK_custom_defines)
PxPvdSDK_release_defines   += PX_PVDSDK_DLL=1
PxPvdSDK_release_defines   += PX_FOUNDATION_DLL=1
PxPvdSDK_release_defines   += NDEBUG
PxPvdSDK_release_libraries := 
PxPvdSDK_release_libraries += PxFoundation_x86
PxPvdSDK_release_common_cflags	:= $(PxPvdSDK_custom_cflags)
PxPvdSDK_release_common_cflags    += -MMD
PxPvdSDK_release_common_cflags    += $(addprefix -D, $(PxPvdSDK_release_defines))
PxPvdSDK_release_common_cflags    += $(addprefix -I, $(PxPvdSDK_release_hpaths))
PxPvdSDK_release_common_cflags  += -m32
PxPvdSDK_release_common_cflags  += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PxPvdSDK_release_common_cflags  += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PxPvdSDK_release_common_cflags  += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PxPvdSDK_release_common_cflags  += -Wno-missing-field-initializers
PxPvdSDK_release_common_cflags  += -O3 -fno-strict-aliasing
PxPvdSDK_release_cflags	:= $(PxPvdSDK_release_common_cflags)
PxPvdSDK_release_cppflags	:= $(PxPvdSDK_release_common_cflags)
PxPvdSDK_release_lflags    := $(PxPvdSDK_custom_lflags)
PxPvdSDK_release_lflags    += $(addprefix -L, $(PxPvdSDK_release_lpaths))
PxPvdSDK_release_lflags    += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_release_libraries)) -Wl,--end-group
PxPvdSDK_release_lflags  += -lrt
PxPvdSDK_release_lflags  += -m32
PxPvdSDK_release_objsdir  = $(OBJS_DIR)/PxPvdSDK_release
PxPvdSDK_release_cpp_o    = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles)))))
PxPvdSDK_release_cc_o    = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles)))))
PxPvdSDK_release_c_o      = $(addprefix $(PxPvdSDK_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles)))))
PxPvdSDK_release_obj      = $(PxPvdSDK_release_cpp_o) $(PxPvdSDK_release_cc_o) $(PxPvdSDK_release_c_o)
PxPvdSDK_release_bin      := ./../../../PxShared/bin/linux32/libPxPvdSDK_x86.so

clean_PxPvdSDK_release: 
	@$(ECHO) clean PxPvdSDK release
	@$(RMDIR) $(PxPvdSDK_release_objsdir)
	@$(RMDIR) $(PxPvdSDK_release_bin)
	@$(RMDIR) $(DEPSDIR)/PxPvdSDK/release

build_PxPvdSDK_release: postbuild_PxPvdSDK_release
postbuild_PxPvdSDK_release: mainbuild_PxPvdSDK_release
mainbuild_PxPvdSDK_release: prebuild_PxPvdSDK_release $(PxPvdSDK_release_bin)
prebuild_PxPvdSDK_release:

$(PxPvdSDK_release_bin): $(PxPvdSDK_release_obj) build_PxFoundation_release 
	mkdir -p `dirname ./../../../PxShared/bin/linux32/libPxPvdSDK_x86.so`
	$(CXX) -shared $(PxPvdSDK_release_obj) $(PxPvdSDK_release_lflags) -lc -o $@ 
	$(ECHO) building $@ complete!

PxPvdSDK_release_DEPDIR = $(dir $(@))/$(*F)
$(PxPvdSDK_release_cpp_o): $(PxPvdSDK_release_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PxPvdSDK_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles))))))
	cp $(PxPvdSDK_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
	  rm -f $(PxPvdSDK_release_DEPDIR).d

$(PxPvdSDK_release_cc_o): $(PxPvdSDK_release_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PxPvdSDK_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles))))))
	cp $(PxPvdSDK_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).release.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).release.P; \
	  rm -f $(PxPvdSDK_release_DEPDIR).d

$(PxPvdSDK_release_c_o): $(PxPvdSDK_release_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(PxPvdSDK_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles))))))
	cp $(PxPvdSDK_release_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_release_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
	  rm -f $(PxPvdSDK_release_DEPDIR).d

PxPvdSDK_checked_hpaths    := 
PxPvdSDK_checked_hpaths    += ./../../../PxShared/include
PxPvdSDK_checked_hpaths    += ./../../../PxShared/src/pvd/include
PxPvdSDK_checked_hpaths    += ./../../../PxShared/src/foundation/include
PxPvdSDK_checked_hpaths    += ./../../../PxShared/src/filebuf/include
PxPvdSDK_checked_hpaths    += ./../../../Externals/nvToolsExt/1/include
PxPvdSDK_checked_lpaths    := 
PxPvdSDK_checked_lpaths    += ./../../../PxShared/bin/linux32
PxPvdSDK_checked_defines   := $(PxPvdSDK_custom_defines)
PxPvdSDK_checked_defines   += PX_PVDSDK_DLL=1
PxPvdSDK_checked_defines   += PX_FOUNDATION_DLL=1
PxPvdSDK_checked_defines   += NDEBUG
PxPvdSDK_checked_defines   += PX_CHECKED=1
PxPvdSDK_checked_libraries := 
PxPvdSDK_checked_libraries += PxFoundationCHECKED_x86
PxPvdSDK_checked_common_cflags	:= $(PxPvdSDK_custom_cflags)
PxPvdSDK_checked_common_cflags    += -MMD
PxPvdSDK_checked_common_cflags    += $(addprefix -D, $(PxPvdSDK_checked_defines))
PxPvdSDK_checked_common_cflags    += $(addprefix -I, $(PxPvdSDK_checked_hpaths))
PxPvdSDK_checked_common_cflags  += -m32
PxPvdSDK_checked_common_cflags  += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PxPvdSDK_checked_common_cflags  += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PxPvdSDK_checked_common_cflags  += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PxPvdSDK_checked_common_cflags  += -Wno-missing-field-initializers
PxPvdSDK_checked_common_cflags  += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
PxPvdSDK_checked_cflags	:= $(PxPvdSDK_checked_common_cflags)
PxPvdSDK_checked_cppflags	:= $(PxPvdSDK_checked_common_cflags)
PxPvdSDK_checked_lflags    := $(PxPvdSDK_custom_lflags)
PxPvdSDK_checked_lflags    += $(addprefix -L, $(PxPvdSDK_checked_lpaths))
PxPvdSDK_checked_lflags    += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_checked_libraries)) -Wl,--end-group
PxPvdSDK_checked_lflags  += -lrt
PxPvdSDK_checked_lflags  += -m32
PxPvdSDK_checked_objsdir  = $(OBJS_DIR)/PxPvdSDK_checked
PxPvdSDK_checked_cpp_o    = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles)))))
PxPvdSDK_checked_cc_o    = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles)))))
PxPvdSDK_checked_c_o      = $(addprefix $(PxPvdSDK_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles)))))
PxPvdSDK_checked_obj      = $(PxPvdSDK_checked_cpp_o) $(PxPvdSDK_checked_cc_o) $(PxPvdSDK_checked_c_o)
PxPvdSDK_checked_bin      := ./../../../PxShared/bin/linux32/libPxPvdSDKCHECKED_x86.so

clean_PxPvdSDK_checked: 
	@$(ECHO) clean PxPvdSDK checked
	@$(RMDIR) $(PxPvdSDK_checked_objsdir)
	@$(RMDIR) $(PxPvdSDK_checked_bin)
	@$(RMDIR) $(DEPSDIR)/PxPvdSDK/checked

build_PxPvdSDK_checked: postbuild_PxPvdSDK_checked
postbuild_PxPvdSDK_checked: mainbuild_PxPvdSDK_checked
mainbuild_PxPvdSDK_checked: prebuild_PxPvdSDK_checked $(PxPvdSDK_checked_bin)
prebuild_PxPvdSDK_checked:

$(PxPvdSDK_checked_bin): $(PxPvdSDK_checked_obj) build_PxFoundation_checked 
	mkdir -p `dirname ./../../../PxShared/bin/linux32/libPxPvdSDKCHECKED_x86.so`
	$(CXX) -shared $(PxPvdSDK_checked_obj) $(PxPvdSDK_checked_lflags) -lc -o $@ 
	$(ECHO) building $@ complete!

PxPvdSDK_checked_DEPDIR = $(dir $(@))/$(*F)
$(PxPvdSDK_checked_cpp_o): $(PxPvdSDK_checked_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PxPvdSDK_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles))))))
	cp $(PxPvdSDK_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
	  rm -f $(PxPvdSDK_checked_DEPDIR).d

$(PxPvdSDK_checked_cc_o): $(PxPvdSDK_checked_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PxPvdSDK_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles))))))
	cp $(PxPvdSDK_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).checked.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).checked.P; \
	  rm -f $(PxPvdSDK_checked_DEPDIR).d

$(PxPvdSDK_checked_c_o): $(PxPvdSDK_checked_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(PxPvdSDK_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles))))))
	cp $(PxPvdSDK_checked_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_checked_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
	  rm -f $(PxPvdSDK_checked_DEPDIR).d

PxPvdSDK_profile_hpaths    := 
PxPvdSDK_profile_hpaths    += ./../../../PxShared/include
PxPvdSDK_profile_hpaths    += ./../../../PxShared/src/pvd/include
PxPvdSDK_profile_hpaths    += ./../../../PxShared/src/foundation/include
PxPvdSDK_profile_hpaths    += ./../../../PxShared/src/filebuf/include
PxPvdSDK_profile_hpaths    += ./../../../Externals/nvToolsExt/1/include
PxPvdSDK_profile_lpaths    := 
PxPvdSDK_profile_lpaths    += ./../../../PxShared/bin/linux32
PxPvdSDK_profile_defines   := $(PxPvdSDK_custom_defines)
PxPvdSDK_profile_defines   += PX_PVDSDK_DLL=1
PxPvdSDK_profile_defines   += PX_FOUNDATION_DLL=1
PxPvdSDK_profile_defines   += NDEBUG
PxPvdSDK_profile_defines   += PX_PROFILE=1
PxPvdSDK_profile_libraries := 
PxPvdSDK_profile_libraries += PxFoundationPROFILE_x86
PxPvdSDK_profile_common_cflags	:= $(PxPvdSDK_custom_cflags)
PxPvdSDK_profile_common_cflags    += -MMD
PxPvdSDK_profile_common_cflags    += $(addprefix -D, $(PxPvdSDK_profile_defines))
PxPvdSDK_profile_common_cflags    += $(addprefix -I, $(PxPvdSDK_profile_hpaths))
PxPvdSDK_profile_common_cflags  += -m32
PxPvdSDK_profile_common_cflags  += -Werror -m32 -fPIC -msse2 -mfpmath=sse -malign-double -fno-exceptions -fno-rtti -fvisibility=hidden -fvisibility-inlines-hidden
PxPvdSDK_profile_common_cflags  += -Wall -Wextra -Wstrict-aliasing=2 -fdiagnostics-show-option
PxPvdSDK_profile_common_cflags  += -Wno-invalid-offsetof -Wno-uninitialized -Wno-implicit-fallthrough
PxPvdSDK_profile_common_cflags  += -Wno-missing-field-initializers
PxPvdSDK_profile_common_cflags  += -O3 -fno-strict-aliasing
PxPvdSDK_profile_cflags	:= $(PxPvdSDK_profile_common_cflags)
PxPvdSDK_profile_cppflags	:= $(PxPvdSDK_profile_common_cflags)
PxPvdSDK_profile_lflags    := $(PxPvdSDK_custom_lflags)
PxPvdSDK_profile_lflags    += $(addprefix -L, $(PxPvdSDK_profile_lpaths))
PxPvdSDK_profile_lflags    += -Wl,--start-group $(addprefix -l, $(PxPvdSDK_profile_libraries)) -Wl,--end-group
PxPvdSDK_profile_lflags  += -lrt
PxPvdSDK_profile_lflags  += -m32
PxPvdSDK_profile_objsdir  = $(OBJS_DIR)/PxPvdSDK_profile
PxPvdSDK_profile_cpp_o    = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(PxPvdSDK_cppfiles)))))
PxPvdSDK_profile_cc_o    = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(PxPvdSDK_ccfiles)))))
PxPvdSDK_profile_c_o      = $(addprefix $(PxPvdSDK_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(PxPvdSDK_cfiles)))))
PxPvdSDK_profile_obj      = $(PxPvdSDK_profile_cpp_o) $(PxPvdSDK_profile_cc_o) $(PxPvdSDK_profile_c_o)
PxPvdSDK_profile_bin      := ./../../../PxShared/bin/linux32/libPxPvdSDKPROFILE_x86.so

clean_PxPvdSDK_profile: 
	@$(ECHO) clean PxPvdSDK profile
	@$(RMDIR) $(PxPvdSDK_profile_objsdir)
	@$(RMDIR) $(PxPvdSDK_profile_bin)
	@$(RMDIR) $(DEPSDIR)/PxPvdSDK/profile

build_PxPvdSDK_profile: postbuild_PxPvdSDK_profile
postbuild_PxPvdSDK_profile: mainbuild_PxPvdSDK_profile
mainbuild_PxPvdSDK_profile: prebuild_PxPvdSDK_profile $(PxPvdSDK_profile_bin)
prebuild_PxPvdSDK_profile:

$(PxPvdSDK_profile_bin): $(PxPvdSDK_profile_obj) build_PxFoundation_profile 
	mkdir -p `dirname ./../../../PxShared/bin/linux32/libPxPvdSDKPROFILE_x86.so`
	$(CXX) -shared $(PxPvdSDK_profile_obj) $(PxPvdSDK_profile_lflags) -lc -o $@ 
	$(ECHO) building $@ complete!

PxPvdSDK_profile_DEPDIR = $(dir $(@))/$(*F)
$(PxPvdSDK_profile_cpp_o): $(PxPvdSDK_profile_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PxPvdSDK_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles)) -o $@
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles))))))
	cp $(PxPvdSDK_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cppfiles))))).P; \
	  rm -f $(PxPvdSDK_profile_DEPDIR).d

$(PxPvdSDK_profile_cc_o): $(PxPvdSDK_profile_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles))...
	mkdir -p $(dir $(@))
	$(CXX) $(PxPvdSDK_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles)) -o $@
	mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles))))))
	cp $(PxPvdSDK_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).profile.P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_ccfiles))))).profile.P; \
	  rm -f $(PxPvdSDK_profile_DEPDIR).d

$(PxPvdSDK_profile_c_o): $(PxPvdSDK_profile_objsdir)/%.o:
	$(ECHO) PxPvdSDK: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles))...
	mkdir -p $(dir $(@))
	$(CC) $(PxPvdSDK_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles)) -o $@ 
	@mkdir -p $(dir $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles))))))
	cp $(PxPvdSDK_profile_DEPDIR).d $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
	  sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
		-e '/^$$/ d' -e 's/$$/ :/' < $(PxPvdSDK_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/PxPvdSDK/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(PxPvdSDK_profile_objsdir),, $@))), $(PxPvdSDK_cfiles))))).P; \
	  rm -f $(PxPvdSDK_profile_DEPDIR).d

clean_PxPvdSDK:  clean_PxPvdSDK_debug clean_PxPvdSDK_release clean_PxPvdSDK_checked clean_PxPvdSDK_profile
	rm -rf $(DEPSDIR)

export VERBOSE
ifndef VERBOSE
.SILENT:
endif