1 # ***** BEGIN GPL/BL DUAL 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. The Blender
7 # Foundation also sells licenses for use in proprietary software under
8 # the Blender License. See http://www.blender.org/BL/ for information
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) 2006, Blender Foundation
21 # All rights reserved.
23 # The Original Code is: all of this file.
25 # Contributor(s): Jacques Beaurain.
27 # ***** END GPL/BL DUAL LICENSE BLOCK *****
29 FILE(GLOB SRC intern/*.c intern/CMP_nodes/*.c intern/SHD_nodes/*.c)
32 . ../../../intern/guardedalloc ../include ../blenlib ../makesdna
33 ../python ../render/extern/include ../../../intern/decimation/extern
34 ../imbuf ../avi ../../../intern/elbeem/extern
35 ../../../intern/iksolver/extern ../blenloader ../quicktime
42 ADD_DEFINITIONS(-DWITH_VERSE)
43 SET(INC ${INC} ${VERSE_INC})
47 ADD_DEFINITIONS(-DWITH_OPENEXR)
51 SET(INC ${INC} ${QUICKTIME_INC})
52 ADD_DEFINITIONS(-DWITH_QUICKTIME)
56 SET(INC ${INC} ${FFMPEG_INC})
57 ADD_DEFINITIONS(-DWITH_FFMPEG)
61 SUBDIRS(bad_level_call_stubs)
64 ADD_DEFINITIONS(-DWITH_CCGSUBSURF)
66 BLENDERLIB(bf_nodes "${SRC}" "${INC}")
69 ADD_DEPENDENCIES(bf_nodes mkprot verse)
72 IF(WITH_INTERNATIONAL)
73 ADD_DEFINITIONS(-DWITH_FREETYPE2)
74 ENDIF(WITH_INTERNATIONAL)