From: nge Date: Fri, 15 Feb 2013 09:55:22 +0000 (+0000) Subject: CMake build procedure : Remove .hxx from list of sources X-Git-Tag: V6_main_FINAL~20 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=21383ed9ac0a262ddb7f4dcb7d65762b6bb72945;p=modules%2Fkernel.git CMake build procedure : Remove .hxx from list of sources --- diff --git a/src/Communication/CMakeLists.txt b/src/Communication/CMakeLists.txt index bafc0d96e..1de4ed321 100755 --- a/src/Communication/CMakeLists.txt +++ b/src/Communication/CMakeLists.txt @@ -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 diff --git a/src/DF/CMakeLists.txt b/src/DF/CMakeLists.txt index 6dfba2a5f..2de237a2f 100755 --- a/src/DF/CMakeLists.txt +++ b/src/DF/CMakeLists.txt @@ -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}) diff --git a/src/Launcher/CMakeLists.txt b/src/Launcher/CMakeLists.txt index f8ee6e1b8..ed4bba992 100755 --- a/src/Launcher/CMakeLists.txt +++ b/src/Launcher/CMakeLists.txt @@ -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 diff --git a/src/SALOMEDSImpl/CMakeLists.txt b/src/SALOMEDSImpl/CMakeLists.txt index c98ef85b9..09b888370 100755 --- a/src/SALOMEDSImpl/CMakeLists.txt +++ b/src/SALOMEDSImpl/CMakeLists.txt @@ -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})