Salome HOME
Update copyright information
[modules/visu.git] / src / VISUGUI / Makefile.am
index 86a1d09d6e8529c719c0ebf48320dea57f36c5b5..226fdb0fa495c71eb03f33895ac4bb401f442483 100644 (file)
@@ -1,36 +1,34 @@
-#  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
 #
-#  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
-#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+# This library is free software; you can redistribute it and/or
+# modify it under the terms of the GNU Lesser General Public
+# License as published by the Free Software Foundation; either
+# version 2.1 of the License.
 #
-#  This library is free software; you can redistribute it and/or
-#  modify it under the terms of the GNU Lesser General Public
-#  License as published by the Free Software Foundation; either
-#  version 2.1 of the License.
+# This library is distributed in the hope that it will be useful,
+# but WITHOUT ANY WARRANTY; without even the implied warranty of
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
 #
-#  This library is distributed in the hope that it will be useful,
-#  but WITHOUT ANY WARRANTY; without even the implied warranty of
-#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-#  Lesser General Public License for more details.
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 #
-#  You should have received a copy of the GNU Lesser General Public
-#  License along with this library; if not, write to the Free Software
-#  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
-#
-#  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
+
 #  VISU VISUGUI : GUI of VISU component
 #  File   : Makefile.am
 #  Author : Marc Tajchman (CEA)
 #  Module : VISU
-
+#
 include $(top_srcdir)/adm_local/unix/make_common_starter.am
 
 lib_LTLIBRARIES= libVISU.la
 
 # .po files to transform in .qm
 nodist_salomeres_DATA= \
-       VISU_msg_en.qm VISU_images.qm
+       VISU_msg_en.qm VISU_msg_fr.qm VISU_images.qm
 
 salomeinclude_HEADERS= \
        VisuGUI_Tools.h \
@@ -39,12 +37,12 @@ salomeinclude_HEADERS= \
        VisuGUI.h \
        VisuGUI_Module.h \
        VisuGUI_Selection.h \
-       VisuGUI_Tools.h \
        VisuGUI_ViewTools.h \
        VisuGUI_NameDlg.h \
        VisuGUI_FileDlg.h \
        VisuGUI_CursorDlg.h \
        VisuGUI_TimeAnimation.h \
+       VisuGUI_EvolutionDlg.h \
        VisuGUI_EditContainerDlg.h \
        VisuGUI_ClippingDlg.h \
        VisuGUI_DialogRunner.h \
@@ -69,9 +67,10 @@ salomeinclude_HEADERS= \
        VisuGUI_Timer.h \
        VisuGUI_Slider.h \
        VisuGUI_InputPane.h \
-       VisuGUI_CacheDlg.h \
        VisuGUI_FieldFilter.h \
-       VisuGUI_ValuesLabelingDlg.h
+       VisuGUI_ValuesLabelingDlg.h \
+       VisuGUI_PrimitiveBox.h \
+       VisuGUI_SizeBox.h
 
 dist_libVISU_la_SOURCES= \
        VisuGUI.cxx \
@@ -92,6 +91,7 @@ dist_libVISU_la_SOURCES= \
        VisuGUI_FileDlg.cxx \
        VisuGUI_CursorDlg.cxx \
        VisuGUI_TimeAnimation.cxx \
+       VisuGUI_EvolutionDlg.cxx \
        VisuGUI_EditContainerDlg.cxx \
        VisuGUI_ClippingDlg.cxx \
        VisuGUI_DialogRunner.cxx \
@@ -118,13 +118,14 @@ dist_libVISU_la_SOURCES= \
        VisuGUI_Slider.cxx \
        VisuGUI_Sweep.cxx \
        VisuGUI_InputPane.cxx \
-       VisuGUI_CacheDlg.cxx \
        VisuGUI_FileInfoDlg.cxx \
        VisuGUI_FieldFilter.cxx \
        VisuGUI_ClippingPanel.cxx \
        VisuGUI_ClippingPlaneDlg.cxx \
        VisuGUI_FilterScalarsDlg.cxx \
-       VisuGUI_ValuesLabelingDlg.cxx
+       VisuGUI_ValuesLabelingDlg.cxx \
+       VisuGUI_PrimitiveBox.cxx \
+       VisuGUI_SizeBox.cxx
 
 MOC_FILES= \
        VisuGUI_moc.cxx \
@@ -141,6 +142,7 @@ MOC_FILES= \
        VisuGUI_FileDlg_moc.cxx \
        VisuGUI_CursorDlg_moc.cxx \
        VisuGUI_TimeAnimation_moc.cxx \
+       VisuGUI_EvolutionDlg_moc.cxx \
        VisuGUI_EditContainerDlg_moc.cxx \
        VisuGUI_ClippingDlg_moc.cxx \
        VisuGUI_DialogRunner_moc.cxx \
@@ -165,13 +167,13 @@ MOC_FILES= \
        VisuGUI_Slider_moc.cxx \
        VisuGUI_Sweep_moc.cxx \
        VisuGUI_InputPane_moc.cxx \
-       VisuGUI_CacheDlg_moc.cxx \
        VisuGUI_FileInfoDlg_moc.cxx \
        VisuGUI_ClippingPanel_moc.cxx \
        VisuGUI_ClippingPlaneDlg_moc.cxx \
        VisuGUI_FilterScalarsDlg_moc.cxx \
-       VisuGUI_ValuesLabelingDlg_moc.cxx
-
+       VisuGUI_ValuesLabelingDlg_moc.cxx \
+       VisuGUI_PrimitiveBox_moc.cxx \
+       VisuGUI_SizeBox_moc.cxx
 
 nodist_libVISU_la_SOURCES=$(MOC_FILES)
 
@@ -184,16 +186,15 @@ libVISU_la_CPPFLAGS= \
        $(BOOST_CPPFLAGS) \
        $(GUI_CXXFLAGS) \
        $(CORBA_CXXFLAGS) $(CORBA_INCLUDES) \
-       -I$(srcdir)/../VVTK -I$(srcdir)/../OBJECT -I$(srcdir)/../VISU_I -I$(srcdir)/../GUITOOLS \
-       -I$(top_builddir)/idl -I$(srcdir)/../CONVERTOR -I$(srcdir)/../PIPELINE
+       -I$(srcdir)/../OBJECT -I$(srcdir)/../VISU_I \
+       -I$(top_builddir) -I$(top_builddir)/idl -I$(srcdir)/../CONVERTOR -I$(srcdir)/../PIPELINE
 
 libVISU_la_LDFLAGS= \
        $(QWT_LIBS) \
        $(CAS_LDFLAGS) -lTKV3d \
        $(KERNEL_LDFLAGS) -lSalomeNS -lSalomeDSClient \
-       $(GUI_LDFLAGS) -lSVTK -lSPlot2d -lSalomePrs -lOCCViewer \
-       ../VVTK/libVVTK.la ../OBJECT/libVisuObject.la ../VISU_I/libVISUEngineImpl.la \
-       ../GUITOOLS/libVISUGUITOOLS.la \
+       $(GUI_LDFLAGS) -lSVTK -lSPlot2d -lSalomePrs -lOCCViewer -lViewerTools -lvtkTools \
+       ../OBJECT/libVisuObject.la ../VISU_I/libVISUEngineImpl.la \
        ../../idl/libSalomeIDLVISU.la
 
 if MED_ENABLE_MULTIPR