Salome HOME
Removed unnecessary headers in install tree
authorbarate <barate>
Wed, 20 Apr 2011 15:32:10 +0000 (15:32 +0000)
committerbarate <barate>
Wed, 20 Apr 2011 15:32:10 +0000 (15:32 +0000)
src/CCC/CMakeLists.txt
src/Core/CMakeLists.txt
src/LSF/CMakeLists.txt
src/LoadLeveler/CMakeLists.txt
src/Local/CMakeLists.txt
src/PBS/CMakeLists.txt
src/SGE/CMakeLists.txt
src/SSH/CMakeLists.txt

index 968a674612a67f0dd4c5ef42e924325c5cbef58a..13a93fcd024dd56c36e69221188fc9b484810ade 100644 (file)
@@ -26,4 +26,3 @@ SET(CLASS_LIST CCC/Batch_BatchManager_eCCC
    )
 
 APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
-APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
index cec2935027c74ef021ca168bd23f4cae407da4dc..308292bda4b5204a00cbbc330f00ece8ea1e3636 100644 (file)
@@ -57,27 +57,22 @@ SET(CLASS_LIST Core/Batch_APIInternalFailureException
                Core/Batch_Versatile
    )
 
+APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
+APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
+APPEND_CLASSES_TO_HDR_FILES(Core/Batch_Defines)
+
 IF (HAS_SH)
-    SET(CLASS_LIST ${CLASS_LIST}
-                   Core/Batch_CommunicationProtocolSH
-       )
+    APPEND_CLASSES_TO_SRC_FILES(Core/Batch_CommunicationProtocolSH)
 ENDIF (HAS_SH)
 
 IF (HAS_RSH)
-    SET(CLASS_LIST ${CLASS_LIST}
-                   Core/Batch_CommunicationProtocolRSH
-       )
+    APPEND_CLASSES_TO_SRC_FILES(Core/Batch_CommunicationProtocolRSH)
 ENDIF (HAS_RSH)
 
 IF (HAS_SSH)
-    SET(CLASS_LIST ${CLASS_LIST}
-                   Core/Batch_CommunicationProtocolSSH
-       )
+    APPEND_CLASSES_TO_SRC_FILES(Core/Batch_CommunicationProtocolSSH)
 ENDIF (HAS_SSH)
 
-APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
-APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
-APPEND_CLASSES_TO_HDR_FILES(Core/Batch_Defines)
 
 IF (TEST_ENABLED)
     add_subdirectory(Test)
index d4c7139c19432046eda74b6e6cd15d7bc1a51af3..7bd186e99f637c75fe5e452b661ae842f92aa75f 100644 (file)
@@ -35,4 +35,3 @@ IF (BUILD_LSF_INTERFACE AND LSF_FOUND)
 ENDIF (BUILD_LSF_INTERFACE AND LSF_FOUND)
 
 APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
-APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
index af0bc4963acbd1a04bdf97b6f20a57a6411470a0..dbc12c4fec53f0ac889da3e48e32c17403b38446 100644 (file)
@@ -26,7 +26,6 @@ SET(CLASS_LIST LoadLeveler/Batch_BatchManager_eLL
    )
 
 APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
-APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
 
 IF (TEST_ENABLED)
     add_subdirectory(Test)
index 784acde0a0a3d7660e7344a7cbd23abb250d4279..08659426f211adc618bf56e55bb7a8c1bb5c204d 100644 (file)
@@ -28,7 +28,6 @@ SET(CLASS_LIST Local/Batch_BatchManager_Local
    )
 
 APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
-APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
 
 IF (TEST_ENABLED)
     add_subdirectory(Test)
index e8d29475e88852eb44cebb4884843cc4cf66cadc..d2d73440c9f6a65e27bb2f9e0cfba650325d4cea 100644 (file)
@@ -35,7 +35,6 @@ IF (BUILD_PBS_INTERFACE AND PBS_FOUND)
 ENDIF (BUILD_PBS_INTERFACE AND PBS_FOUND)
 
 APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
-APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
 
 IF (TEST_ENABLED)
     add_subdirectory(Test)
index dd45a8fad3b8a1f4c439e61dab229184f030dbc2..53dcb3fe4267fa1003ad257c7dca51283cb547d7 100644 (file)
@@ -26,4 +26,3 @@ SET(CLASS_LIST SGE/Batch_BatchManager_eSGE
    )
 
 APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
-APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
index 4c0c5cbc52be663d2528364578c218de769abefb..9fbfa0487a81cc3f530e60e2b81ccf40fa8102d3 100644 (file)
@@ -26,7 +26,6 @@ SET(CLASS_LIST SSH/Batch_FactBatchManager_eSSH
    )
 
 APPEND_CLASSES_TO_SRC_FILES(${CLASS_LIST})
-APPEND_CLASSES_TO_HDR_FILES(${CLASS_LIST})
 
 #IF (TEST_ENABLED)
 #    add_subdirectory(Test)