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.
19 # ***** END GPL LICENSE BLOCK *****
39 ../render/extern/include
42 ../../../intern/guardedalloc
43 ../../../intern/glew-mx
44 ../../../intern/memutil
57 intern/wm_event_system.c
59 intern/wm_files_link.c
61 intern/wm_gesture_ops.c
65 intern/wm_keymap_utils.c
67 intern/wm_operator_props.c
68 intern/wm_operator_type.c
70 intern/wm_panel_type.c
74 intern/wm_toolsystem.c
76 intern/wm_uilist_type.c
78 gizmo/intern/wm_gizmo.c
79 gizmo/intern/wm_gizmo_group.c
80 gizmo/intern/wm_gizmo_group_type.c
81 gizmo/intern/wm_gizmo_map.c
82 gizmo/intern/wm_gizmo_target_props.c
83 gizmo/intern/wm_gizmo_type.c
84 message_bus/intern/wm_message_bus.c
85 message_bus/intern/wm_message_bus_rna.c
86 message_bus/intern/wm_message_bus_static.c
101 gizmo/WM_gizmo_types.h
103 gizmo/wm_gizmo_wmapi.h
104 gizmo/intern/wm_gizmo_intern.h
105 message_bus/intern/wm_message_bus_intern.h
106 message_bus/wm_message_bus.h
110 add_definitions(-DWITH_AUDASPACE)
113 ${AUDASPACE_C_INCLUDE_DIRS}
117 add_definitions(${GL_DEFINITIONS})
119 if(WITH_INTERNATIONAL)
120 add_definitions(-DWITH_INTERNATIONAL)
124 add_definitions(-DWITH_COLLADA)
127 if(WITH_CODEC_FFMPEG)
129 ${FFMPEG_INCLUDE_DIRS}
131 add_definitions(-DWITH_FFMPEG)
135 add_definitions(-DWITH_HEADLESS)
137 add_definitions(-DWITH_X11)
144 add_definitions(-DWITH_PYTHON)
148 add_definitions(-DWITH_BUILDINFO)
152 add_definitions(-DWITH_OPENSUBDIV)
156 add_definitions(-DWITH_INPUT_NDOF)
161 add_definitions(-DWITH_INPUT_IME)
166 add_definitions(-DWITH_COMPOSITOR)
169 blender_add_lib_nolist(bf_windowmanager "${SRC}" "${INC}" "${INC_SYS}")