From 6464718083dcc18f8f66b1af97c662fee2279e81 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 24 Aug 2010 04:29:23 +0000 Subject: rename some cmake build targets --- intern/audaspace/CMakeLists.txt | 2 +- intern/boolop/CMakeLists.txt | 2 +- intern/bsp/CMakeLists.txt | 2 +- intern/container/CMakeLists.txt | 2 +- intern/decimation/CMakeLists.txt | 2 +- intern/elbeem/CMakeLists.txt | 2 +- intern/ghost/CMakeLists.txt | 2 +- intern/guardedalloc/CMakeLists.txt | 4 ++-- intern/iksolver/CMakeLists.txt | 2 +- intern/itasc/CMakeLists.txt | 2 +- intern/memutil/CMakeLists.txt | 2 +- intern/moto/CMakeLists.txt | 2 +- intern/opennl/CMakeLists.txt | 2 +- intern/smoke/CMakeLists.txt | 2 +- intern/string/CMakeLists.txt | 2 +- 15 files changed, 16 insertions(+), 16 deletions(-) (limited to 'intern') diff --git a/intern/audaspace/CMakeLists.txt b/intern/audaspace/CMakeLists.txt index 7e226145adc..b1ded10e539 100644 --- a/intern/audaspace/CMakeLists.txt +++ b/intern/audaspace/CMakeLists.txt @@ -69,4 +69,4 @@ ENDIF(WITH_PYTHON) SET(SRC ${SRC} ${FFMPEGSRC} ${SNDFILESRC} ${FFTW3SRC} ${SDLSRC} ${OPENALSRC} ${JACKSRC} ${PYTHONSRC}) -BLENDERLIB(bf_audaspace "${SRC}" "${INC}") +BLENDERLIB(bf_intern_audaspace "${SRC}" "${INC}") diff --git a/intern/boolop/CMakeLists.txt b/intern/boolop/CMakeLists.txt index e06b19a5d39..99923bc99dc 100644 --- a/intern/boolop/CMakeLists.txt +++ b/intern/boolop/CMakeLists.txt @@ -28,5 +28,5 @@ SET(INC . intern extern ../moto/include ../container ../memutil ../../source/ble FILE(GLOB SRC intern/*.cpp) -BLENDERLIB(blender_bop "${SRC}" "${INC}") +BLENDERLIB(bf_intern_bop "${SRC}" "${INC}") #, libtype='common', priority=5 ) diff --git a/intern/bsp/CMakeLists.txt b/intern/bsp/CMakeLists.txt index c95752ed5ed..4f87e161030 100644 --- a/intern/bsp/CMakeLists.txt +++ b/intern/bsp/CMakeLists.txt @@ -28,5 +28,5 @@ SET(INC intern ../container ../moto/include ../memutil) FILE(GLOB SRC intern/*.cpp) -BLENDERLIB(blender_BSP "${SRC}" "${INC}") +BLENDERLIB(bf_intern_bsp "${SRC}" "${INC}") #, libtype='core', priority=15 ) diff --git a/intern/container/CMakeLists.txt b/intern/container/CMakeLists.txt index 5835d561abd..462b62ae8bb 100644 --- a/intern/container/CMakeLists.txt +++ b/intern/container/CMakeLists.txt @@ -28,5 +28,5 @@ SET(INC .) FILE(GLOB SRC intern/*.cpp) -BLENDERLIB(blender_CTR "${SRC}" "${INC}") +BLENDERLIB(bf_intern_ctr "${SRC}" "${INC}") #, libtype=['intern'], priority = 10 ) diff --git a/intern/decimation/CMakeLists.txt b/intern/decimation/CMakeLists.txt index e7aff161692..7fdf08978a4 100644 --- a/intern/decimation/CMakeLists.txt +++ b/intern/decimation/CMakeLists.txt @@ -28,5 +28,5 @@ SET(INC . ../moto/include ../container ../memutil) FILE(GLOB SRC intern/*.cpp) -BLENDERLIB(bf_decimation "${SRC}" "${INC}") +BLENDERLIB(bf_intern_decimate "${SRC}" "${INC}") #, libtype=['core','common','player'], priority = [10, 20, 25] ) diff --git a/intern/elbeem/CMakeLists.txt b/intern/elbeem/CMakeLists.txt index e45a210bd88..d0e100907b1 100644 --- a/intern/elbeem/CMakeLists.txt +++ b/intern/elbeem/CMakeLists.txt @@ -37,5 +37,5 @@ IF(WITH_OPENMP) ADD_DEFINITIONS(-DPARALLEL=1) ENDIF(WITH_OPENMP) -BLENDERLIB_NOLIST(bf_elbeem "${SRC}" "${INC}") +BLENDERLIB_NOLIST(bf_intern_elbeem "${SRC}" "${INC}") #, libtype='blender', priority=0 ) diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index c262ea8aadd..c6ffd4b1913 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -90,5 +90,5 @@ ELSEIF(UNIX) ENDIF(APPLE) -BLENDERLIB(bf_ghost "${SRC}" "${INC}") +BLENDERLIB(bf_intern_ghost "${SRC}" "${INC}") diff --git a/intern/guardedalloc/CMakeLists.txt b/intern/guardedalloc/CMakeLists.txt index 21f43b7320e..642b04fdb60 100644 --- a/intern/guardedalloc/CMakeLists.txt +++ b/intern/guardedalloc/CMakeLists.txt @@ -28,10 +28,10 @@ SET(INC .) FILE(GLOB SRC intern/*.c) -BLENDERLIB(bf_guardedalloc "${SRC}" "${INC}") +BLENDERLIB(bf_intern_guardedalloc "${SRC}" "${INC}") # Override C++ alloc optional IF(WITH_CXX_GUARDEDALLOC) FILE(GLOB SRC cpp/*.cpp) - BLENDERLIB(bf_guardedalloc_cpp "${SRC}" "${INC}") + BLENDERLIB(bf_intern_guardedalloc_cpp "${SRC}" "${INC}") ENDIF(WITH_CXX_GUARDEDALLOC) diff --git a/intern/iksolver/CMakeLists.txt b/intern/iksolver/CMakeLists.txt index 3c345ae7e6a..8ea05ac994d 100644 --- a/intern/iksolver/CMakeLists.txt +++ b/intern/iksolver/CMakeLists.txt @@ -28,5 +28,5 @@ SET(INC intern ../moto/include ../memutil) FILE(GLOB SRC intern/*.cpp) -BLENDERLIB(bf_IK "${SRC}" "${INC}") +BLENDERLIB(bf_intern_ik "${SRC}" "${INC}") #, libtype=['blender'], priority = [10] ) diff --git a/intern/itasc/CMakeLists.txt b/intern/itasc/CMakeLists.txt index 7b442446d62..39443bd2b22 100644 --- a/intern/itasc/CMakeLists.txt +++ b/intern/itasc/CMakeLists.txt @@ -28,5 +28,5 @@ SET(INC ../../extern/Eigen2) FILE(GLOB SRC *.cpp kdl/*.cpp kdl/utilities/*.cpp) -BLENDERLIB(bf_ITASC "${SRC}" "${INC}") +BLENDERLIB(bf_intern_itasc "${SRC}" "${INC}") #, libtype=['blender'], priority = [10] ) diff --git a/intern/memutil/CMakeLists.txt b/intern/memutil/CMakeLists.txt index 51391bd3006..3dc725acb50 100644 --- a/intern/memutil/CMakeLists.txt +++ b/intern/memutil/CMakeLists.txt @@ -28,5 +28,5 @@ SET(INC . ..) FILE(GLOB SRC intern/*.cpp) -BLENDERLIB(bf_memutil "${SRC}" "${INC}") +BLENDERLIB(bf_intern_memutil "${SRC}" "${INC}") #, libtype=['intern', 'player'], priority = [0, 180] ) diff --git a/intern/moto/CMakeLists.txt b/intern/moto/CMakeLists.txt index a5ed0f729de..3d6d3d1a783 100644 --- a/intern/moto/CMakeLists.txt +++ b/intern/moto/CMakeLists.txt @@ -28,5 +28,5 @@ SET(INC include) FILE(GLOB SRC intern/*.cpp) -BLENDERLIB(bf_moto "${SRC}" "${INC}") +BLENDERLIB(bf_intern_moto "${SRC}" "${INC}") #, libtype=['intern','game','game2','player'], priority = [15, 55, 100, 135] ) diff --git a/intern/opennl/CMakeLists.txt b/intern/opennl/CMakeLists.txt index d76abe12a00..0551c94e586 100644 --- a/intern/opennl/CMakeLists.txt +++ b/intern/opennl/CMakeLists.txt @@ -28,6 +28,6 @@ SET(INC extern superlu) FILE(GLOB SRC intern/*.c superlu/*.c) -BLENDERLIB(blender_ONL "${SRC}" "${INC}") +BLENDERLIB(bf_intern_opennl "${SRC}" "${INC}") #, libtype='core', priority=55 ) diff --git a/intern/smoke/CMakeLists.txt b/intern/smoke/CMakeLists.txt index 8579c76b322..f099efd2bb8 100644 --- a/intern/smoke/CMakeLists.txt +++ b/intern/smoke/CMakeLists.txt @@ -38,5 +38,5 @@ IF(WITH_FFTW3) ENDIF(WITH_FFTW3) -BLENDERLIB(bf_smoke "${SRC}" "${INC}") +BLENDERLIB(bf_intern_smoke "${SRC}" "${INC}") #, libtype='blender', priority = 0 ) diff --git a/intern/string/CMakeLists.txt b/intern/string/CMakeLists.txt index c726f7483e5..7aeace4ca83 100644 --- a/intern/string/CMakeLists.txt +++ b/intern/string/CMakeLists.txt @@ -28,5 +28,5 @@ SET(INC .) FILE(GLOB SRC intern/*.cpp) -BLENDERLIB(bf_string "${SRC}" "${INC}") +BLENDERLIB(bf_intern_string "${SRC}" "${INC}") #, libtype=['core', 'player'], priority = [30,10] ) -- cgit v1.2.3