2 # ***** BEGIN GPL LICENSE BLOCK *****
4 # This program is free software; you can redistribute it and/or
5 # modify it under the terms of the GNU General Public License
6 # as published by the Free Software Foundation; either version 2
7 # of the License, or (at your option) any later version.
9 # This program is distributed in the hope that it will be useful,
10 # but WITHOUT ANY WARRANTY; without even the implied warranty of
11 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 # GNU General Public License for more details.
14 # You should have received a copy of the GNU General Public License
15 # along with this program; if not, write to the Free Software Foundation,
16 # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
18 # The Original Code is Copyright (C) 2006, Blender Foundation
19 # All rights reserved.
21 # The Original Code is: all of this file.
23 # Contributor(s): Daniel Genrich
25 # ***** END GPL LICENSE BLOCK *****
30 ../../extern/bullet2/src
39 intern/EIGENVALUE_HELPER.cpp
41 intern/FLUID_3D_SOLVERS.cpp
42 intern/FLUID_3D_STATIC.cpp
45 intern/WTURBULENCE.cpp
49 intern/EIGENVALUE_HELPER.h
55 intern/MERSENNETWISTER.h
59 intern/WAVELET_NOISE.h
64 intern/tnt/tnt_array1d.h
65 intern/tnt/tnt_array1d_utils.h
66 intern/tnt/tnt_array2d.h
67 intern/tnt/tnt_array2d_utils.h
68 intern/tnt/tnt_array3d.h
69 intern/tnt/tnt_array3d_utils.h
71 intern/tnt/tnt_fortran_array1d.h
72 intern/tnt/tnt_fortran_array1d_utils.h
73 intern/tnt/tnt_fortran_array2d.h
74 intern/tnt/tnt_fortran_array2d_utils.h
75 intern/tnt/tnt_fortran_array3d.h
76 intern/tnt/tnt_fortran_array3d_utils.h
77 intern/tnt/tnt_i_refvec.h
78 intern/tnt/tnt_math_utils.h
79 intern/tnt/tnt_sparse_matrix_csr.h
80 intern/tnt/tnt_stopwatch.h
81 intern/tnt/tnt_subscript.h
83 intern/tnt/tnt_version.h
87 add_definitions(-DPARALLEL=1)
91 add_definitions(-DFFTW3=1)
92 list(APPEND INC ${FFTW3_INCLUDE_DIRS})
95 blender_add_lib(bf_intern_smoke "${SRC}" "${INC}" "${INC_SYS}")