[avida-cvs] avida(kaben) CVS commits: /current/CMakeModules FixFindQt.cmake /current/source/qt-viewer CMakeLists.txt /current/source/testsuites/qt_viewer_unit_testsuites CMakeLists.txt

kaben avida-cvs at alife.org
Wed Dec 17 18:33:45 PST 2003


kaben		Wed Dec 17 10:33:45 2003 EDT

  Modified files:              (Branch: kaben)
    /avida/current/CMakeModules	FixFindQt.cmake 
    /avida/current/source/qt-viewer	CMakeLists.txt 
    /avida/current/source/testsuites/qt_viewer_unit_testsuites	
                                                              	CMakeLists.txt 
  Log:
  
  Removed additional CMake INCLUDES of CMakeModules/TargetDistclean.cmake.
  
  
  
Index: avida/current/CMakeModules/FixFindQt.cmake
diff -u avida/current/CMakeModules/FixFindQt.cmake:1.1.2.2 avida/current/CMakeModules/FixFindQt.cmake:1.1.2.3
--- avida/current/CMakeModules/FixFindQt.cmake:1.1.2.2	Tue Dec 16 20:02:52 2003
+++ avida/current/CMakeModules/FixFindQt.cmake	Wed Dec 17 10:33:45 2003
@@ -49,17 +49,6 @@
         LINK_FLAGS "-prebind"
     )
     INSTALL_TARGETS(${INSTALL_PREFIX} ${NAME}.app/Contents/MacOS/${NAME})
-
-    IF(DISTCLEAN_FILES)
-      ADD_CUSTOM_TARGET(clean-${NAME}.app @echo "cleaning for ${NAME}.app")
-      ADD_CUSTOM_COMMAND(
-        COMMAND rm
-        ARGS    -rf ${APPLE_EXECUTABLE_OUTPUT_PATH}/${NAME}.app
-        TARGET clean-${NAME}.app
-      )
-      ADD_DEPENDENCIES(distclean clean-${NAME}.app)
-    ENDIF(DISTCLEAN_FILES)
-
   ENDMACRO(CREATE_QT_EXECUTABLE)
 
 ELSE(QT_MACX_INCLUDE_DIR)
Index: avida/current/source/qt-viewer/CMakeLists.txt
diff -u avida/current/source/qt-viewer/CMakeLists.txt:1.1.2.1 avida/current/source/qt-viewer/CMakeLists.txt:1.1.2.2
--- avida/current/source/qt-viewer/CMakeLists.txt:1.1.2.1	Mon Dec 15 10:05:44 2003
+++ avida/current/source/qt-viewer/CMakeLists.txt	Wed Dec 17 10:33:45 2003
@@ -1,6 +1,5 @@
 SUBDIRS(exp)
 
-INCLUDE(${PROJECT_SOURCE_DIR}/CMakeModules/TargetDistclean.cmake)
 INCLUDE(${PROJECT_SOURCE_DIR}/CMakeModules/FixFindQt.cmake)
 
 ADD_DEFINITIONS(-DQT_THREAD_SUPPORT)
Index: avida/current/source/testsuites/qt_viewer_unit_testsuites/CMakeLists.txt
diff -u avida/current/source/testsuites/qt_viewer_unit_testsuites/CMakeLists.txt:1.1.2.1 avida/current/source/testsuites/qt_viewer_unit_testsuites/CMakeLists.txt:1.1.2.2
--- avida/current/source/testsuites/qt_viewer_unit_testsuites/CMakeLists.txt:1.1.2.1	Mon Dec 15 10:05:48 2003
+++ avida/current/source/testsuites/qt_viewer_unit_testsuites/CMakeLists.txt	Wed Dec 17 10:33:45 2003
@@ -1,4 +1,3 @@
-INCLUDE(${PROJECT_SOURCE_DIR}/CMakeModules/TargetDistclean.cmake)
 INCLUDE(${PROJECT_SOURCE_DIR}/CMakeModules/FixFindQt.cmake)
 
 SET(EXECUTABLE_OUTPUT_PATH "")






More information about the Avida-cvs mailing list