[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    extragear/multimedia/amarok/src/mediadevice
From:       Laurent Montel <montel () kde ! org>
Date:       2007-02-06 11:13:59
Message-ID: 1170760439.998421.18636.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 630785 by mlaurent:

generate dummy files into builddir


 M  +2 -2      generic/CMakeLists.txt  
 M  +2 -2      ifp/CMakeLists.txt  
 M  +2 -2      ipod/CMakeLists.txt  


--- trunk/extragear/multimedia/amarok/src/mediadevice/generic/CMakeLists.txt #630784:630785
@@ -4,11 +4,11 @@
 
 ########### next target ###############
 
-set(amarok_generic-mediadevice_PART_SRCS dummy.cpp )
+set(amarok_generic-mediadevice_PART_SRCS ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp )
 
 kde4_automoc(${amarok_generic-mediadevice_PART_SRCS})
 
-file(WRITE dummy.cpp "//autogenerated file by cmake\n")
+file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp "//autogenerated file by cmake\n")
 kde4_add_plugin(amarok_generic-mediadevice WITH_PREFIX ${amarok_generic-mediadevice_PART_SRCS})
 
 kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} amarok_generic-mediadevice )
--- trunk/extragear/multimedia/amarok/src/mediadevice/ifp/CMakeLists.txt #630784:630785
@@ -4,11 +4,11 @@
 
 ########### next target ###############
 
-set(amarok_ifp-mediadevice_PART_SRCS dummy.cpp )
+set(amarok_ifp-mediadevice_PART_SRCS ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp )
 
 kde4_automoc(${amarok_ifp-mediadevice_PART_SRCS})
 
-file(WRITE dummy.cpp "//autogenerated file by cmake\n")
+file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp "//autogenerated file by cmake\n")
 kde4_add_plugin(amarok_ifp-mediadevice WITH_PREFIX ${amarok_ifp-mediadevice_PART_SRCS})
 
 kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} amarok_ifp-mediadevice )
--- trunk/extragear/multimedia/amarok/src/mediadevice/ipod/CMakeLists.txt #630784:630785
@@ -4,11 +4,11 @@
 
 ########### next target ###############
 
-set(amarok_ipod-mediadevice_PART_SRCS dummy.cpp )
+set(amarok_ipod-mediadevice_PART_SRCS ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp )
 
 kde4_automoc(${amarok_ipod-mediadevice_PART_SRCS})
 
-file(WRITE dummy.cpp "//autogenerated file by cmake\n")
+file(WRITE ${CMAKE_CURRENT_BINARY_DIR}/dummy.cpp "//autogenerated file by cmake\n")
 kde4_add_plugin(amarok_ipod-mediadevice WITH_PREFIX ${amarok_ipod-mediadevice_PART_SRCS})
 
 kde4_install_libtool_file( ${PLUGIN_INSTALL_DIR} amarok_ipod-mediadevice )
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic