Salome HOME
Mantis issue 0021465: EDF 2067 GEOM: Extrusion along a path leads to a self-intersect...
[modules/geom.git] / src / OBJECT / Makefile.am
index 454f6c0f8202038ab26611abf886287ec24d4da3..b987337bdefc4c3f131e667302e463ef5715dabe 100644 (file)
@@ -1,20 +1,20 @@
-#  Copyright (C) 2007-2010  CEA/DEN, EDF R&D, OPEN CASCADE
+# Copyright (C) 2007-2011  CEA/DEN, EDF R&D, OPEN CASCADE
 #
-#  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 OBJECT : interactive object for Geometry entities visualization
@@ -28,7 +28,6 @@ include $(top_srcdir)/adm_local/unix/make_common_starter.am
 # header files 
 salomeinclude_HEADERS =                                \
        GEOM_Actor.h                            \
-       GEOM_AssemblyBuilder.h                  \
        GEOM_AISShape.hxx                       \
        GEOM_AISShape.ixx                       \
        GEOM_AISShape.jxx                       \
@@ -43,7 +42,9 @@ salomeinclude_HEADERS =                               \
        GEOM_OBJECT_defs.hxx                    \
        GEOM_OCCReader.h                        \
        GEOM_SmartPtr.h                         \
-       GEOM_DeviceActor.h
+       GEOM_PainterPolyDataMapper.h            \
+       GEOM_DeviceActor.h                      \
+       GEOM_Constants.h
 
 # Libraries targets
 lib_LTLIBRARIES = libGEOMObject.la
@@ -51,12 +52,12 @@ lib_LTLIBRARIES = libGEOMObject.la
 dist_libGEOMObject_la_SOURCES =                \
        GEOM_Actor.cxx                  \
        GEOM_OCCReader.cxx              \
-       GEOM_AssemblyBuilder.cxx        \
        GEOM_AISShape.cxx               \
        GEOM_InteractiveObject.cxx      \
        GEOM_AISTrihedron.cxx           \
        GEOM_VTKTrihedron.cxx           \
        GEOM_AISVector.cxx              \
+       GEOM_PainterPolyDataMapper.cxx  \
        GEOM_DeviceActor.cxx