Salome HOME
EDF 2281 : missing translations, doc and pictures
[modules/geom.git] / src / GEOMGUI / Makefile.am
index 9dc50a430245df100cbd7a693771a63b8155d6f3..2ac3a347bbe19be826a3d42ebac69ed17f4ea1c4 100644 (file)
@@ -1,24 +1,22 @@
-#  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
 #
+
 # GEOM GEOMGUI : GUI for Geometry component
 # File    : Makefile.am
 # Author  : Alexander BORODIN, Open CASCADE S.A.S. (alexander.borodin@opencascade.com)
@@ -32,6 +30,7 @@ lib_LTLIBRARIES = libGEOM.la
 # header files 
 salomeinclude_HEADERS =        \
        GeometryGUI.h           \
+       GeometryGUI_Operations.h\
        GEOMGUI.h               \
        GEOM_Displayer.h        \
        GEOMGUI_OCCSelector.h   \
@@ -72,19 +71,25 @@ libGEOM_la_CPPFLAGS =                               \
        $(GUI_CXXFLAGS)                         \
        $(CORBA_CXXFLAGS)                       \
        $(CORBA_INCLUDES)                       \
+       $(OPENCV_INCLUDES)                      \
        -I$(srcdir)/../OBJECT                   \
        -I$(srcdir)/../GEOMFiltersSelection     \
+       -I$(srcdir)/../Material                 \
        -I$(srcdir)/../GEOMClient               \
        -I$(srcdir)/../GEOMImpl                 \
        -I$(top_builddir)/idl                   \
-       -I$(top_builddir)/salome_adm/unix
+       -I$(top_builddir)
 
 libGEOM_la_LDFLAGS =                                           \
+       $(PYTHON_LIBS)                                          \
        ../GEOMFiltersSelection/libGEOMFiltersSelection.la      \
+       ../Material/libMaterial.la                              \
        ../GEOMClient/libGEOMClient.la                          \
        ../OBJECT/libGEOMObject.la                              \
-       $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA                \
-       $(GUI_LDFLAGS) -lOCCViewer -lVTKViewer -lCAM -lSOCC -lSVTK -lEvent
+       $(KERNEL_LDFLAGS) -lSalomeLifeCycleCORBA -lSalomeNS -lSalomeDSClient            \
+       $(GUI_LDFLAGS) -lOCCViewer -lVTKViewer -lCAM -lSOCC -lSVTK -lEvent -lSalomePrs -lstd    \
+       $(OPENCV_LIBS)
+
 # -lSalomeApp 
 # -lToolsGUI
 #      $(CORBA_LIBS) \