4 # ***** BEGIN GPL LICENSE BLOCK *****
6 # This program is free software; you can redistribute it and/or
7 # modify it under the terms of the GNU General Public License
8 # as published by the Free Software Foundation; either version 2
9 # of the License, or (at your option) any later version.
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
14 # GNU General Public License for more details.
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software Foundation,
18 # Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
20 # The Original Code is Copyright (C) 2001-2002 by NaN Holding BV.
21 # All rights reserved.
23 # The Original Code is: all of this file.
25 # Contributor(s): none yet.
27 # ***** END GPL LICENSE BLOCK *****
31 DIR = $(OCGDIR)/extern/$(LIBNAME)
35 BulletCollision/BroadphaseCollision \
36 BulletCollision/CollisionShapes \
37 BulletCollision/NarrowPhaseCollision \
38 BulletCollision/CollisionDispatch \
39 BulletCollision/Gimpact \
40 BulletDynamics/ConstraintSolver \
41 BulletDynamics/Vehicle \
42 BulletDynamics/Dynamics \
47 BulletCollision/BroadphaseCollision/*.cpp \
48 BulletCollision/CollisionShapes/*.cpp \
49 BulletCollision/NarrowPhaseCollision/*.cpp \
50 BulletCollision/CollisionDispatch/*.cpp \
51 BulletCollision/Gimpact/*.cpp \
52 BulletDynamics/ConstraintSolver/*.cpp \
53 BulletDynamics/Vehicle/*.cpp \
54 BulletDynamics/Dynamics/*.cpp \
57 CPPFLAGS += -D_LIB -I. -IBulletCollision -IBulletDynamics -ILinearMath
61 include nan_compile.mk
65 @for i in $(BULLETDIRS); do \
66 [ -d $(DIR)/$(DEBUG_DIR)$$i ] || mkdir -p $(DIR)/$(DEBUG_DIR)$$i; \
71 rm -rf $(NAN_BULLET2)/lib/libbullet2.a
72 rm -rf $(NAN_BULLET2)/include