]> SALOME platform Git repositories - modules/kernel.git/commitdiff
Salome HOME
CMake build procedure : Remove .hxx from list of sources
authornge <nge>
Fri, 15 Feb 2013 09:55:22 +0000 (09:55 +0000)
committernge <nge>
Fri, 15 Feb 2013 09:55:22 +0000 (09:55 +0000)
src/Communication/CMakeLists.txt
src/DF/CMakeLists.txt
src/Launcher/CMakeLists.txt
src/SALOMEDSImpl/CMakeLists.txt

index bafc0d96e09e7ea33a0943be1deeb218f8ef1dfb..1de4ed321badcc25772169e9c48dfdfeb5d0b189 100755 (executable)
@@ -45,15 +45,6 @@ SET(SalomeCommunication_SOURCES
   SALOMEMultiComm.cxx
   ReceiverFactory.cxx
   MatrixClient.cxx
-  MultiCommException.hxx
-  SALOME_Comm_i.hxx
-  SALOME_Matrix_i.hxx
-  SenderFactory.hxx
-  ReceiverFactory.hxx
-  MatrixClient.hxx
-  SALOMEMultiComm.hxx
-  Receivers.hxx
-  Receiver.hxx
 )
 
 ADD_DEFINITIONS(${OMNIORB_DEFINITIONS} ${MPI_CXX_COMPILE_FLAGS})
@@ -68,7 +59,6 @@ SET(COMMON_HEADERS_HXX
   Receiver.hxx
   ReceiverFactory.hxx
   Receivers.hxx
-  Receivers.cxx
   SALOMEMultiComm.hxx
   SALOME_Comm_i.hxx
   SALOME_Communication.hxx
index 6dfba2a5f27b194af67dc0657e1adbf700966732..2de237a2f87e91febc3d9490bcdb3c1676e5bad8 100755 (executable)
@@ -29,13 +29,6 @@ SET(DF_SOURCES
   DF_Application.cxx
   DF_ChildIterator.cxx
   DF_Container.cxx
-  DF_Attribute.hxx
-  DF_Label.hxx
-  DF_Application.hxx
-  DF_Document.hxx
-  DF_ChildIterator.hxx
-  DF_Container.hxx
-  DF_definitions.hxx
 )
 
 ADD_LIBRARY(DF ${DF_SOURCES})
index f8ee6e1b857317793a57280c6ec3600db1fb37bc..ed4bba9921e68f006541ca1f2156e087b51181d3 100755 (executable)
@@ -62,7 +62,6 @@ SET(COMMON_LIBS
 SET(Launcher_SOURCES
   SALOME_Launcher_Parser.cxx
   SALOME_Launcher_Handler.cxx
-  Launcher_Utils.hxx
   Launcher_Job.cxx
   Launcher_Job_Command.cxx
   Launcher_Job_SALOME.cxx
index c98ef85b9d972a62d5c19238228b71baa2eb0851..09b8883708aa136f7edeb808874fb5d5d3387460 100755 (executable)
@@ -90,57 +90,6 @@ SET(SalomeDSImpl_SOURCES
   SALOMEDSImpl_TMPFile.cxx
   SALOMEDSImpl_GenericVariable.cxx
   SALOMEDSImpl_ScalarVariable.cxx
-  SALOMEDSImpl_AttributeComment.hxx
-  SALOMEDSImpl_AttributeDrawable.hxx
-  SALOMEDSImpl_AttributeExpandable.hxx
-  SALOMEDSImpl_AttributeExternalFileDef.hxx
-  SALOMEDSImpl_AttributeFileType.hxx
-  SALOMEDSImpl_AttributeFlags.hxx
-  SALOMEDSImpl_AttributeGraphic.hxx
-  SALOMEDSImpl_AttributeInteger.hxx
-  SALOMEDSImpl_AttributeIOR.hxx
-  SALOMEDSImpl_AttributeLocalID.hxx
-  SALOMEDSImpl_AttributeName.hxx
-  SALOMEDSImpl_AttributeOpened.hxx
-  SALOMEDSImpl_AttributePersistentRef.hxx
-  SALOMEDSImpl_AttributePixMap.hxx
-  SALOMEDSImpl_AttributePythonObject.hxx
-  SALOMEDSImpl_AttributeReal.hxx
-  SALOMEDSImpl_AttributeReference.hxx
-  SALOMEDSImpl_AttributeSelectable.hxx
-  SALOMEDSImpl_AttributeSequenceOfInteger.hxx
-  SALOMEDSImpl_AttributeSequenceOfReal.hxx
-  SALOMEDSImpl_Attributes.hxx
-  SALOMEDSImpl_AttributeStudyProperties.hxx
-  SALOMEDSImpl_AttributeTable.hxx
-  SALOMEDSImpl_AttributeTableOfInteger.hxx
-  SALOMEDSImpl_AttributeTableOfReal.hxx
-  SALOMEDSImpl_AttributeTableOfString.hxx
-  SALOMEDSImpl_AttributeTarget.hxx
-  SALOMEDSImpl_AttributeTextColor.hxx
-  SALOMEDSImpl_AttributeTextHighlightColor.hxx
-  SALOMEDSImpl_AttributeTreeNode.hxx
-  SALOMEDSImpl_AttributeUserID.hxx
-  SALOMEDSImpl_AttributeParameter.hxx
-  SALOMEDSImpl_AttributeString.hxx
-  SALOMEDSImpl_Callback.hxx
-  SALOMEDSImpl_ChildIterator.hxx
-  SALOMEDSImpl_ChildNodeIterator.hxx
-  SALOMEDSImpl_Defines.hxx
-  SALOMEDSImpl_Driver.hxx
-  SALOMEDSImpl_GenericAttribute.hxx
-  SALOMEDSImpl_SComponent.hxx
-  SALOMEDSImpl_SComponentIterator.hxx
-  SALOMEDSImpl_SObject.hxx
-  SALOMEDSImpl_StudyBuilder.hxx
-  SALOMEDSImpl_StudyHandle.hxx
-  SALOMEDSImpl_Study.hxx
-  SALOMEDSImpl_StudyManager.hxx
-  SALOMEDSImpl_Tool.hxx
-  SALOMEDSImpl_UseCaseBuilder.hxx
-  SALOMEDSImpl_UseCaseIterator.hxx
-  SALOMEDSImpl_GenericVariable.hxx
-  SALOMEDSImpl_ScalarVariable.hxx
 ) 
 
 ADD_LIBRARY(SalomeDSImpl ${SalomeDSImpl_SOURCES})