1 # ***** BEGIN GPL LICENSE BLOCK *****
3 # This program is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU General Public License
5 # as published by the Free Software Foundation; either version 2
6 # of the License, or (at your option) any later version.
8 # This program is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
11 # GNU General Public License for more details.
13 # You should have received a copy of the GNU General Public License
14 # along with this program; if not, write to the Free Software Foundation,
15 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
17 # The Original Code is Copyright (C) 2006, Blender Foundation
18 # All rights reserved.
20 # The Original Code is: all of this file.
22 # Contributor(s): Jacques Beaurain
25 # ***** END GPL LICENSE BLOCK *****
36 ../render/extern/include
37 ../../../intern/elbeem/extern
38 ../../../intern/guardedalloc
54 intern/MOD_collision.c
58 intern/MOD_dynamicpaint.c
59 intern/MOD_edgesplit.c
62 intern/MOD_fluidsim_util.c
64 intern/MOD_laplaciandeform.c
65 intern/MOD_laplaciansmooth.c
68 intern/MOD_meshcache.c
69 intern/MOD_meshcache_mdd.c
70 intern/MOD_meshcache_pc2.c
71 intern/MOD_meshcache_util.c
72 intern/MOD_meshdeform.c
77 intern/MOD_particleinstance.c
78 intern/MOD_particlesystem.c
82 intern/MOD_shrinkwrap.c
83 intern/MOD_simpledeform.c
91 intern/MOD_triangulate.c
94 intern/MOD_uvproject.c
97 intern/MOD_weightvg_util.c
98 intern/MOD_weightvgedit.c
99 intern/MOD_weightvgmix.c
100 intern/MOD_weightvgproximity.c
101 intern/MOD_wireframe.c
104 intern/MOD_boolean_util.h
105 intern/MOD_fluidsim_util.h
106 intern/MOD_meshcache_util.h
108 intern/MOD_weightvg_util.h
112 add_definitions(-DWITH_MOD_BOOLEAN)
114 intern/MOD_boolean_util.c
117 ../../../intern/bsp/extern
122 add_definitions(-DWITH_MOD_REMESH)
124 ../../../intern/dualcon
129 add_definitions(-DWITH_MOD_FLUID)
132 if(WITH_MOD_OCEANSIM)
133 add_definitions(-DWITH_OCEANSIM)
138 add_definitions(-DWITH_GAMEENGINE)
141 ../../../extern/recastnavigation
145 if(WITH_INTERNATIONAL)
146 add_definitions(-DWITH_INTERNATIONAL)
150 add_definitions(-DWITH_OPENNL)
152 ../../../intern/opennl/extern
156 blender_add_lib(bf_modifiers "${SRC}" "${INC}" "${INC_SYS}")