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
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
425
426
427
428
429
430
431
432
433
434
435
436
437
438
439
440
441
442
443
444
445
446
447
448
449
450
451
452
453
454
455
456
457
458
459
460
461
|
# Makefile generated by XPJ for ANDROID16
-include Makefile.custom
ProjectName = LowLevelCloth
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/Allocator.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/Factory.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/PhaseConfig.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwCloth.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwClothData.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwCollision.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwFabric.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwFactory.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwInterCollision.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwSelfCollision.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwSolver.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/SwSolverKernel.cpp
LowLevelCloth_cppfiles += ./../../LowLevelCloth/src/TripletScheduler.cpp
LowLevelCloth_cpp_debug_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelCloth_cppfiles)))))
LowLevelCloth_cc_debug_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.debug.P, $(LowLevelCloth_ccfiles)))))
LowLevelCloth_c_debug_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelCloth_cfiles)))))
LowLevelCloth_debug_dep = $(LowLevelCloth_cpp_debug_dep) $(LowLevelCloth_cc_debug_dep) $(LowLevelCloth_c_debug_dep)
-include $(LowLevelCloth_debug_dep)
LowLevelCloth_cpp_checked_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelCloth_cppfiles)))))
LowLevelCloth_cc_checked_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.checked.P, $(LowLevelCloth_ccfiles)))))
LowLevelCloth_c_checked_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelCloth_cfiles)))))
LowLevelCloth_checked_dep = $(LowLevelCloth_cpp_checked_dep) $(LowLevelCloth_cc_checked_dep) $(LowLevelCloth_c_checked_dep)
-include $(LowLevelCloth_checked_dep)
LowLevelCloth_cpp_profile_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelCloth_cppfiles)))))
LowLevelCloth_cc_profile_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.profile.P, $(LowLevelCloth_ccfiles)))))
LowLevelCloth_c_profile_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelCloth_cfiles)))))
LowLevelCloth_profile_dep = $(LowLevelCloth_cpp_profile_dep) $(LowLevelCloth_cc_profile_dep) $(LowLevelCloth_c_profile_dep)
-include $(LowLevelCloth_profile_dep)
LowLevelCloth_cpp_release_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.P, $(LowLevelCloth_cppfiles)))))
LowLevelCloth_cc_release_dep = $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.release.P, $(LowLevelCloth_ccfiles)))))
LowLevelCloth_c_release_dep = $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.P, $(LowLevelCloth_cfiles)))))
LowLevelCloth_release_dep = $(LowLevelCloth_cpp_release_dep) $(LowLevelCloth_cc_release_dep) $(LowLevelCloth_c_release_dep)
-include $(LowLevelCloth_release_dep)
LowLevelCloth_debug_hpaths :=
LowLevelCloth_debug_hpaths += ./../../Common/include
LowLevelCloth_debug_hpaths += ./../../../../PxShared/include
LowLevelCloth_debug_hpaths += ./../../../../PxShared/src/foundation/include
LowLevelCloth_debug_hpaths += ./../../../../PxShared/src/fastxml/include
LowLevelCloth_debug_hpaths += ./../../../../PxShared/src/pvd/include
LowLevelCloth_debug_hpaths += ./../../../Include
LowLevelCloth_debug_hpaths += ./../../../Include/common
LowLevelCloth_debug_hpaths += ./../../Common/src
LowLevelCloth_debug_hpaths += ./../../LowLevelCloth/include
LowLevelCloth_debug_hpaths += ./../../LowLevelCloth/src
LowLevelCloth_debug_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
LowLevelCloth_debug_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
LowLevelCloth_debug_lpaths :=
LowLevelCloth_debug_defines := $(LowLevelCloth_custom_defines)
LowLevelCloth_debug_defines += ANDROID
LowLevelCloth_debug_defines += GLES2
LowLevelCloth_debug_defines += __STDC_LIMIT_MACROS
LowLevelCloth_debug_defines += __ARM_ARCH_5__
LowLevelCloth_debug_defines += __ARM_ARCH_5T__
LowLevelCloth_debug_defines += __ARM_ARCH_5E__
LowLevelCloth_debug_defines += __ARM_ARCH_5TE__
LowLevelCloth_debug_defines += PX_PHYSX_STATIC_LIB
LowLevelCloth_debug_defines += _DEBUG
LowLevelCloth_debug_defines += PX_DEBUG=1
LowLevelCloth_debug_defines += PX_CHECKED=1
LowLevelCloth_debug_defines += PX_SUPPORT_PVD=1
LowLevelCloth_debug_defines += PX_NVTX=1
LowLevelCloth_debug_libraries :=
LowLevelCloth_debug_common_cflags := $(LowLevelCloth_custom_cflags)
LowLevelCloth_debug_common_cflags += -MMD
LowLevelCloth_debug_common_cflags += $(addprefix -D, $(LowLevelCloth_debug_defines))
LowLevelCloth_debug_common_cflags += $(addprefix -I, $(LowLevelCloth_debug_hpaths))
LowLevelCloth_debug_common_cflags += -Werror
LowLevelCloth_debug_common_cflags += -fpic -fno-exceptions
LowLevelCloth_debug_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
LowLevelCloth_debug_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
LowLevelCloth_debug_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
LowLevelCloth_debug_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable
LowLevelCloth_debug_common_cflags += -Wno-variadic-macros
LowLevelCloth_debug_common_cflags += -g3 -gdwarf-2
LowLevelCloth_debug_cflags := $(LowLevelCloth_debug_common_cflags)
LowLevelCloth_debug_cflags += -std=c99
LowLevelCloth_debug_cppflags := $(LowLevelCloth_debug_common_cflags)
LowLevelCloth_debug_cppflags += -fno-rtti
LowLevelCloth_debug_cppflags += -Wno-invalid-offsetof
LowLevelCloth_debug_lflags := $(LowLevelCloth_custom_lflags)
LowLevelCloth_debug_lflags += $(addprefix -L, $(LowLevelCloth_debug_lpaths))
LowLevelCloth_debug_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelCloth_debug_libraries)) -Wl,--end-group
LowLevelCloth_debug_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
LowLevelCloth_debug_objsdir = $(OBJS_DIR)/LowLevelCloth_debug
LowLevelCloth_debug_cpp_o = $(addprefix $(LowLevelCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles)))))
LowLevelCloth_debug_cc_o = $(addprefix $(LowLevelCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles)))))
LowLevelCloth_debug_c_o = $(addprefix $(LowLevelCloth_debug_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelCloth_cfiles)))))
LowLevelCloth_debug_obj = $(LowLevelCloth_debug_cpp_o) $(LowLevelCloth_debug_cc_o) $(LowLevelCloth_debug_c_o)
LowLevelCloth_debug_bin := ./../../../Lib/android16/libLowLevelClothDEBUG.a
clean_LowLevelCloth_debug:
@$(ECHO) clean LowLevelCloth debug
@$(RMDIR) $(LowLevelCloth_debug_objsdir)
@$(RMDIR) $(LowLevelCloth_debug_bin)
@$(RMDIR) $(DEPSDIR)/LowLevelCloth/debug
build_LowLevelCloth_debug: postbuild_LowLevelCloth_debug
postbuild_LowLevelCloth_debug: mainbuild_LowLevelCloth_debug
mainbuild_LowLevelCloth_debug: prebuild_LowLevelCloth_debug $(LowLevelCloth_debug_bin)
prebuild_LowLevelCloth_debug:
$(LowLevelCloth_debug_bin): $(LowLevelCloth_debug_obj)
mkdir -p `dirname ./../../../Lib/android16/libLowLevelClothDEBUG.a`
@$(AR) rcs $(LowLevelCloth_debug_bin) $(LowLevelCloth_debug_obj)
$(ECHO) building $@ complete!
LowLevelCloth_debug_DEPDIR = $(dir $(@))/$(*F)
$(LowLevelCloth_debug_cpp_o): $(LowLevelCloth_debug_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling debug $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(LowLevelCloth_debug_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cppfiles))))))
cp $(LowLevelCloth_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \
rm -f $(LowLevelCloth_debug_DEPDIR).d
$(LowLevelCloth_debug_cc_o): $(LowLevelCloth_debug_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling debug $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(LowLevelCloth_debug_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_ccfiles))))))
cp $(LowLevelCloth_debug_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).debug.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).debug.P; \
rm -f $(LowLevelCloth_debug_DEPDIR).d
$(LowLevelCloth_debug_c_o): $(LowLevelCloth_debug_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling debug $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(LowLevelCloth_debug_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cfiles))))))
cp $(LowLevelCloth_debug_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_debug_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/debug/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_debug_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \
rm -f $(LowLevelCloth_debug_DEPDIR).d
LowLevelCloth_checked_hpaths :=
LowLevelCloth_checked_hpaths += ./../../Common/include
LowLevelCloth_checked_hpaths += ./../../../../PxShared/include
LowLevelCloth_checked_hpaths += ./../../../../PxShared/src/foundation/include
LowLevelCloth_checked_hpaths += ./../../../../PxShared/src/fastxml/include
LowLevelCloth_checked_hpaths += ./../../../../PxShared/src/pvd/include
LowLevelCloth_checked_hpaths += ./../../../Include
LowLevelCloth_checked_hpaths += ./../../../Include/common
LowLevelCloth_checked_hpaths += ./../../Common/src
LowLevelCloth_checked_hpaths += ./../../LowLevelCloth/include
LowLevelCloth_checked_hpaths += ./../../LowLevelCloth/src
LowLevelCloth_checked_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
LowLevelCloth_checked_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
LowLevelCloth_checked_lpaths :=
LowLevelCloth_checked_defines := $(LowLevelCloth_custom_defines)
LowLevelCloth_checked_defines += ANDROID
LowLevelCloth_checked_defines += GLES2
LowLevelCloth_checked_defines += __STDC_LIMIT_MACROS
LowLevelCloth_checked_defines += __ARM_ARCH_5__
LowLevelCloth_checked_defines += __ARM_ARCH_5T__
LowLevelCloth_checked_defines += __ARM_ARCH_5E__
LowLevelCloth_checked_defines += __ARM_ARCH_5TE__
LowLevelCloth_checked_defines += PX_PHYSX_STATIC_LIB
LowLevelCloth_checked_defines += NDEBUG
LowLevelCloth_checked_defines += PX_CHECKED=1
LowLevelCloth_checked_defines += PX_SUPPORT_PVD=1
LowLevelCloth_checked_defines += PX_NVTX=1
LowLevelCloth_checked_libraries :=
LowLevelCloth_checked_common_cflags := $(LowLevelCloth_custom_cflags)
LowLevelCloth_checked_common_cflags += -MMD
LowLevelCloth_checked_common_cflags += $(addprefix -D, $(LowLevelCloth_checked_defines))
LowLevelCloth_checked_common_cflags += $(addprefix -I, $(LowLevelCloth_checked_hpaths))
LowLevelCloth_checked_common_cflags += -Werror
LowLevelCloth_checked_common_cflags += -fpic -fno-exceptions
LowLevelCloth_checked_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
LowLevelCloth_checked_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
LowLevelCloth_checked_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
LowLevelCloth_checked_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable
LowLevelCloth_checked_common_cflags += -Wno-variadic-macros
LowLevelCloth_checked_common_cflags += -g3 -gdwarf-2 -O3 -fno-strict-aliasing
LowLevelCloth_checked_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
LowLevelCloth_checked_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
LowLevelCloth_checked_cflags := $(LowLevelCloth_checked_common_cflags)
LowLevelCloth_checked_cflags += -std=c99
LowLevelCloth_checked_cppflags := $(LowLevelCloth_checked_common_cflags)
LowLevelCloth_checked_cppflags += -fno-rtti
LowLevelCloth_checked_cppflags += -Wno-invalid-offsetof
LowLevelCloth_checked_lflags := $(LowLevelCloth_custom_lflags)
LowLevelCloth_checked_lflags += $(addprefix -L, $(LowLevelCloth_checked_lpaths))
LowLevelCloth_checked_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelCloth_checked_libraries)) -Wl,--end-group
LowLevelCloth_checked_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
LowLevelCloth_checked_objsdir = $(OBJS_DIR)/LowLevelCloth_checked
LowLevelCloth_checked_cpp_o = $(addprefix $(LowLevelCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles)))))
LowLevelCloth_checked_cc_o = $(addprefix $(LowLevelCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles)))))
LowLevelCloth_checked_c_o = $(addprefix $(LowLevelCloth_checked_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelCloth_cfiles)))))
LowLevelCloth_checked_obj = $(LowLevelCloth_checked_cpp_o) $(LowLevelCloth_checked_cc_o) $(LowLevelCloth_checked_c_o)
LowLevelCloth_checked_bin := ./../../../Lib/android16/libLowLevelClothCHECKED.a
clean_LowLevelCloth_checked:
@$(ECHO) clean LowLevelCloth checked
@$(RMDIR) $(LowLevelCloth_checked_objsdir)
@$(RMDIR) $(LowLevelCloth_checked_bin)
@$(RMDIR) $(DEPSDIR)/LowLevelCloth/checked
build_LowLevelCloth_checked: postbuild_LowLevelCloth_checked
postbuild_LowLevelCloth_checked: mainbuild_LowLevelCloth_checked
mainbuild_LowLevelCloth_checked: prebuild_LowLevelCloth_checked $(LowLevelCloth_checked_bin)
prebuild_LowLevelCloth_checked:
$(LowLevelCloth_checked_bin): $(LowLevelCloth_checked_obj)
mkdir -p `dirname ./../../../Lib/android16/libLowLevelClothCHECKED.a`
@$(AR) rcs $(LowLevelCloth_checked_bin) $(LowLevelCloth_checked_obj)
$(ECHO) building $@ complete!
LowLevelCloth_checked_DEPDIR = $(dir $(@))/$(*F)
$(LowLevelCloth_checked_cpp_o): $(LowLevelCloth_checked_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling checked $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(LowLevelCloth_checked_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cppfiles))))))
cp $(LowLevelCloth_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \
rm -f $(LowLevelCloth_checked_DEPDIR).d
$(LowLevelCloth_checked_cc_o): $(LowLevelCloth_checked_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling checked $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(LowLevelCloth_checked_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_ccfiles))))))
cp $(LowLevelCloth_checked_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).checked.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).checked.P; \
rm -f $(LowLevelCloth_checked_DEPDIR).d
$(LowLevelCloth_checked_c_o): $(LowLevelCloth_checked_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling checked $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(LowLevelCloth_checked_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cfiles))))))
cp $(LowLevelCloth_checked_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_checked_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/checked/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_checked_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \
rm -f $(LowLevelCloth_checked_DEPDIR).d
LowLevelCloth_profile_hpaths :=
LowLevelCloth_profile_hpaths += ./../../Common/include
LowLevelCloth_profile_hpaths += ./../../../../PxShared/include
LowLevelCloth_profile_hpaths += ./../../../../PxShared/src/foundation/include
LowLevelCloth_profile_hpaths += ./../../../../PxShared/src/fastxml/include
LowLevelCloth_profile_hpaths += ./../../../../PxShared/src/pvd/include
LowLevelCloth_profile_hpaths += ./../../../Include
LowLevelCloth_profile_hpaths += ./../../../Include/common
LowLevelCloth_profile_hpaths += ./../../Common/src
LowLevelCloth_profile_hpaths += ./../../LowLevelCloth/include
LowLevelCloth_profile_hpaths += ./../../LowLevelCloth/src
LowLevelCloth_profile_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
LowLevelCloth_profile_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
LowLevelCloth_profile_lpaths :=
LowLevelCloth_profile_defines := $(LowLevelCloth_custom_defines)
LowLevelCloth_profile_defines += ANDROID
LowLevelCloth_profile_defines += GLES2
LowLevelCloth_profile_defines += __STDC_LIMIT_MACROS
LowLevelCloth_profile_defines += __ARM_ARCH_5__
LowLevelCloth_profile_defines += __ARM_ARCH_5T__
LowLevelCloth_profile_defines += __ARM_ARCH_5E__
LowLevelCloth_profile_defines += __ARM_ARCH_5TE__
LowLevelCloth_profile_defines += PX_PHYSX_STATIC_LIB
LowLevelCloth_profile_defines += NDEBUG
LowLevelCloth_profile_defines += PX_PROFILE=1
LowLevelCloth_profile_defines += PX_SUPPORT_PVD=1
LowLevelCloth_profile_defines += PX_NVTX=1
LowLevelCloth_profile_libraries :=
LowLevelCloth_profile_common_cflags := $(LowLevelCloth_custom_cflags)
LowLevelCloth_profile_common_cflags += -MMD
LowLevelCloth_profile_common_cflags += $(addprefix -D, $(LowLevelCloth_profile_defines))
LowLevelCloth_profile_common_cflags += $(addprefix -I, $(LowLevelCloth_profile_hpaths))
LowLevelCloth_profile_common_cflags += -Werror
LowLevelCloth_profile_common_cflags += -fpic -fno-exceptions
LowLevelCloth_profile_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
LowLevelCloth_profile_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
LowLevelCloth_profile_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
LowLevelCloth_profile_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable
LowLevelCloth_profile_common_cflags += -Wno-variadic-macros
LowLevelCloth_profile_common_cflags += -O3 -fno-strict-aliasing
LowLevelCloth_profile_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
LowLevelCloth_profile_common_cflags += -fno-omit-frame-pointer -funswitch-loops -finline-limit=300
LowLevelCloth_profile_cflags := $(LowLevelCloth_profile_common_cflags)
LowLevelCloth_profile_cflags += -std=c99
LowLevelCloth_profile_cppflags := $(LowLevelCloth_profile_common_cflags)
LowLevelCloth_profile_cppflags += -fno-rtti
LowLevelCloth_profile_cppflags += -Wno-invalid-offsetof
LowLevelCloth_profile_lflags := $(LowLevelCloth_custom_lflags)
LowLevelCloth_profile_lflags += $(addprefix -L, $(LowLevelCloth_profile_lpaths))
LowLevelCloth_profile_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelCloth_profile_libraries)) -Wl,--end-group
LowLevelCloth_profile_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
LowLevelCloth_profile_objsdir = $(OBJS_DIR)/LowLevelCloth_profile
LowLevelCloth_profile_cpp_o = $(addprefix $(LowLevelCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles)))))
LowLevelCloth_profile_cc_o = $(addprefix $(LowLevelCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles)))))
LowLevelCloth_profile_c_o = $(addprefix $(LowLevelCloth_profile_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelCloth_cfiles)))))
LowLevelCloth_profile_obj = $(LowLevelCloth_profile_cpp_o) $(LowLevelCloth_profile_cc_o) $(LowLevelCloth_profile_c_o)
LowLevelCloth_profile_bin := ./../../../Lib/android16/libLowLevelClothPROFILE.a
clean_LowLevelCloth_profile:
@$(ECHO) clean LowLevelCloth profile
@$(RMDIR) $(LowLevelCloth_profile_objsdir)
@$(RMDIR) $(LowLevelCloth_profile_bin)
@$(RMDIR) $(DEPSDIR)/LowLevelCloth/profile
build_LowLevelCloth_profile: postbuild_LowLevelCloth_profile
postbuild_LowLevelCloth_profile: mainbuild_LowLevelCloth_profile
mainbuild_LowLevelCloth_profile: prebuild_LowLevelCloth_profile $(LowLevelCloth_profile_bin)
prebuild_LowLevelCloth_profile:
$(LowLevelCloth_profile_bin): $(LowLevelCloth_profile_obj)
mkdir -p `dirname ./../../../Lib/android16/libLowLevelClothPROFILE.a`
@$(AR) rcs $(LowLevelCloth_profile_bin) $(LowLevelCloth_profile_obj)
$(ECHO) building $@ complete!
LowLevelCloth_profile_DEPDIR = $(dir $(@))/$(*F)
$(LowLevelCloth_profile_cpp_o): $(LowLevelCloth_profile_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling profile $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(LowLevelCloth_profile_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cppfiles))))))
cp $(LowLevelCloth_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \
rm -f $(LowLevelCloth_profile_DEPDIR).d
$(LowLevelCloth_profile_cc_o): $(LowLevelCloth_profile_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling profile $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(LowLevelCloth_profile_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_ccfiles))))))
cp $(LowLevelCloth_profile_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).profile.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).profile.P; \
rm -f $(LowLevelCloth_profile_DEPDIR).d
$(LowLevelCloth_profile_c_o): $(LowLevelCloth_profile_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling profile $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(LowLevelCloth_profile_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cfiles))))))
cp $(LowLevelCloth_profile_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_profile_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/profile/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_profile_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \
rm -f $(LowLevelCloth_profile_DEPDIR).d
LowLevelCloth_release_hpaths :=
LowLevelCloth_release_hpaths += ./../../Common/include
LowLevelCloth_release_hpaths += ./../../../../PxShared/include
LowLevelCloth_release_hpaths += ./../../../../PxShared/src/foundation/include
LowLevelCloth_release_hpaths += ./../../../../PxShared/src/fastxml/include
LowLevelCloth_release_hpaths += ./../../../../PxShared/src/pvd/include
LowLevelCloth_release_hpaths += ./../../../Include
LowLevelCloth_release_hpaths += ./../../../Include/common
LowLevelCloth_release_hpaths += ./../../Common/src
LowLevelCloth_release_hpaths += ./../../LowLevelCloth/include
LowLevelCloth_release_hpaths += ./../../LowLevelCloth/src
LowLevelCloth_release_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/include
LowLevelCloth_release_hpaths += ./../../../../Externals/android-ndk-r9d/sources/cxx-stl/gnu-libstdc++/4.8/libs/armeabi-v7a/include
LowLevelCloth_release_lpaths :=
LowLevelCloth_release_defines := $(LowLevelCloth_custom_defines)
LowLevelCloth_release_defines += ANDROID
LowLevelCloth_release_defines += GLES2
LowLevelCloth_release_defines += __STDC_LIMIT_MACROS
LowLevelCloth_release_defines += __ARM_ARCH_5__
LowLevelCloth_release_defines += __ARM_ARCH_5T__
LowLevelCloth_release_defines += __ARM_ARCH_5E__
LowLevelCloth_release_defines += __ARM_ARCH_5TE__
LowLevelCloth_release_defines += PX_PHYSX_STATIC_LIB
LowLevelCloth_release_defines += NDEBUG
LowLevelCloth_release_defines += PX_SUPPORT_PVD=0
LowLevelCloth_release_libraries :=
LowLevelCloth_release_common_cflags := $(LowLevelCloth_custom_cflags)
LowLevelCloth_release_common_cflags += -MMD
LowLevelCloth_release_common_cflags += $(addprefix -D, $(LowLevelCloth_release_defines))
LowLevelCloth_release_common_cflags += $(addprefix -I, $(LowLevelCloth_release_hpaths))
LowLevelCloth_release_common_cflags += -Werror
LowLevelCloth_release_common_cflags += -fpic -fno-exceptions
LowLevelCloth_release_common_cflags += -isysroot ../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
LowLevelCloth_release_common_cflags += -march=armv7-a -mfpu=neon -marm -mfloat-abi=softfp -mthumb-interwork
LowLevelCloth_release_common_cflags += -Wall -Wextra -Wpedantic -Wstrict-aliasing=2
LowLevelCloth_release_common_cflags += -Wno-maybe-uninitialized -Wno-unused-variable
LowLevelCloth_release_common_cflags += -Wno-variadic-macros
LowLevelCloth_release_common_cflags += -O3 -fno-strict-aliasing
LowLevelCloth_release_common_cflags += -ffunction-sections -funwind-tables -fstack-protector
LowLevelCloth_release_common_cflags += -fomit-frame-pointer -funswitch-loops -finline-limit=300
LowLevelCloth_release_cflags := $(LowLevelCloth_release_common_cflags)
LowLevelCloth_release_cflags += -std=c99
LowLevelCloth_release_cppflags := $(LowLevelCloth_release_common_cflags)
LowLevelCloth_release_cppflags += -fno-rtti
LowLevelCloth_release_cppflags += -Wno-invalid-offsetof
LowLevelCloth_release_lflags := $(LowLevelCloth_custom_lflags)
LowLevelCloth_release_lflags += $(addprefix -L, $(LowLevelCloth_release_lpaths))
LowLevelCloth_release_lflags += -Wl,--start-group $(addprefix -l, $(LowLevelCloth_release_libraries)) -Wl,--end-group
LowLevelCloth_release_lflags += --sysroot=../../../../Externals/android-ndk-r9d/platforms/android-16/arch-arm
LowLevelCloth_release_objsdir = $(OBJS_DIR)/LowLevelCloth_release
LowLevelCloth_release_cpp_o = $(addprefix $(LowLevelCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cpp, %.cpp.o, $(LowLevelCloth_cppfiles)))))
LowLevelCloth_release_cc_o = $(addprefix $(LowLevelCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.cc, %.cc.o, $(LowLevelCloth_ccfiles)))))
LowLevelCloth_release_c_o = $(addprefix $(LowLevelCloth_release_objsdir)/, $(subst ./, , $(subst ../, , $(patsubst %.c, %.c.o, $(LowLevelCloth_cfiles)))))
LowLevelCloth_release_obj = $(LowLevelCloth_release_cpp_o) $(LowLevelCloth_release_cc_o) $(LowLevelCloth_release_c_o)
LowLevelCloth_release_bin := ./../../../Lib/android16/libLowLevelCloth.a
clean_LowLevelCloth_release:
@$(ECHO) clean LowLevelCloth release
@$(RMDIR) $(LowLevelCloth_release_objsdir)
@$(RMDIR) $(LowLevelCloth_release_bin)
@$(RMDIR) $(DEPSDIR)/LowLevelCloth/release
build_LowLevelCloth_release: postbuild_LowLevelCloth_release
postbuild_LowLevelCloth_release: mainbuild_LowLevelCloth_release
mainbuild_LowLevelCloth_release: prebuild_LowLevelCloth_release $(LowLevelCloth_release_bin)
prebuild_LowLevelCloth_release:
$(LowLevelCloth_release_bin): $(LowLevelCloth_release_obj)
mkdir -p `dirname ./../../../Lib/android16/libLowLevelCloth.a`
@$(AR) rcs $(LowLevelCloth_release_bin) $(LowLevelCloth_release_obj)
$(ECHO) building $@ complete!
LowLevelCloth_release_DEPDIR = $(dir $(@))/$(*F)
$(LowLevelCloth_release_cpp_o): $(LowLevelCloth_release_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling release $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cppfiles))...
mkdir -p $(dir $(@))
$(CXX) $(LowLevelCloth_release_cppflags) -c $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cppfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cppfiles))))))
cp $(LowLevelCloth_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cpp.o,.cpp, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cppfiles))))).P; \
rm -f $(LowLevelCloth_release_DEPDIR).d
$(LowLevelCloth_release_cc_o): $(LowLevelCloth_release_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling release $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_ccfiles))...
mkdir -p $(dir $(@))
$(CXX) $(LowLevelCloth_release_cppflags) -c $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_ccfiles)) -o $@
mkdir -p $(dir $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_ccfiles))))))
cp $(LowLevelCloth_release_DEPDIR).d $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).release.P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .cc.o,.cc, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_ccfiles))))).release.P; \
rm -f $(LowLevelCloth_release_DEPDIR).d
$(LowLevelCloth_release_c_o): $(LowLevelCloth_release_objsdir)/%.o:
$(ECHO) LowLevelCloth: compiling release $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cfiles))...
mkdir -p $(dir $(@))
$(CC) $(LowLevelCloth_release_cflags) -c $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cfiles)) -o $@
@mkdir -p $(dir $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cfiles))))))
cp $(LowLevelCloth_release_DEPDIR).d $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \
sed -e 's/#.*//' -e 's/^[^:]*: *//' -e 's/ *\\$$//' \
-e '/^$$/ d' -e 's/$$/ :/' < $(LowLevelCloth_release_DEPDIR).d >> $(addprefix $(DEPSDIR)/LowLevelCloth/release/, $(subst ./, , $(subst ../, , $(filter %$(strip $(subst .c.o,.c, $(subst $(LowLevelCloth_release_objsdir),, $@))), $(LowLevelCloth_cfiles))))).P; \
rm -f $(LowLevelCloth_release_DEPDIR).d
clean_LowLevelCloth: clean_LowLevelCloth_debug clean_LowLevelCloth_checked clean_LowLevelCloth_profile clean_LowLevelCloth_release
rm -rf $(DEPSDIR)
export VERBOSE
ifndef VERBOSE
.SILENT:
endif
|