]> SALOME platform Git repositories - modules/geom.git/blob - src/OBJECT/Makefile.am
Salome HOME
Bug 0020374: Partition operation leads to missing volume. A fix by PKV.
[modules/geom.git] / src / OBJECT / Makefile.am
1 #  Copyright (C) 2007-2008  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 #  Copyright (C) 2003-2007  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
5 #
6 #  This library is free software; you can redistribute it and/or
7 #  modify it under the terms of the GNU Lesser General Public
8 #  License as published by the Free Software Foundation; either
9 #  version 2.1 of the License.
10 #
11 #  This library is distributed in the hope that it will be useful,
12 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
13 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
14 #  Lesser General Public License for more details.
15 #
16 #  You should have received a copy of the GNU Lesser General Public
17 #  License along with this library; if not, write to the Free Software
18 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
19 #
20 #  See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
21 #
22 #  GEOM OBJECT : interactive object for Geometry entities visualization
23 #  File   : Makefile.in
24 #  Author : Damien COQUERET (OCC)
25 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : GEOM
27 #
28 include $(top_srcdir)/adm_local/unix/make_common_starter.am
29
30 # header files 
31 salomeinclude_HEADERS = \
32         GEOM_Actor.h \
33         GEOM_AssemblyBuilder.h \
34         GEOM_AISShape.hxx \
35         Handle_GEOM_AISShape.hxx \
36         GEOM_InteractiveObject.hxx \
37         Handle_GEOM_InteractiveObject.hxx \
38         GEOM_AISTrihedron.hxx \
39         GEOM_VTKTrihedron.hxx \
40         GEOM_AISVector.hxx \
41         GEOM_OBJECT_defs.hxx \
42         GEOM_SmartPtr.h \
43         GEOM_DeviceActor.h \
44         GEOM_EdgeSource.h \
45         GEOM_FaceSource.h \
46         GEOM_ShadingFace.h \
47         GEOM_VertexSource.h \
48         GEOM_WireframeFace.h
49
50 # Libraries targets
51 lib_LTLIBRARIES = libGEOMObject.la
52
53 dist_libGEOMObject_la_SOURCES = \
54         GEOM_Actor.cxx \
55         GEOM_OCCReader.cxx \
56         GEOM_AssemblyBuilder.cxx \
57         GEOM_AISShape.cxx \
58         GEOM_InteractiveObject.cxx \
59         GEOM_AISTrihedron.cxx \
60         GEOM_VTKTrihedron.cxx \
61         GEOM_AISVector.cxx \
62         GEOM_DeviceActor.cxx \
63         GEOM_EdgeSource.cxx \
64         GEOM_FaceSource.cxx \
65         GEOM_ShadingFace.cxx \
66         GEOM_VertexSource.cxx \
67         GEOM_WireframeFace.cxx
68
69
70 libGEOMObject_la_CPPFLAGS = \
71         $(CORBA_CXXFLAGS) \
72         $(CORBA_INCLUDES) \
73         $(QT_INCLUDES) \
74         $(PYTHON_INCLUDES) \
75         $(CAS_CPPFLAGS) \
76         $(VTK_INCLUDES) \
77         $(OGL_INCLUDES) \
78         $(KERNEL_CXXFLAGS) \
79         $(GUI_CXXFLAGS) 
80         
81 libGEOMObject_la_LDFLAGS  = \
82         $(KERNEL_LDFLAGS)  -lSALOMELocalTrace \
83         $(GUI_LDFLAGS) -lqtx -lVTKViewer -lSVTK -lSalomeObject
84 #       $(CORBA_LIBS) \
85 #       $(STDLIB) \
86 #       $(PYTHON_LIBS) \
87 #       $(QT_MT_LIBS) \
88 #       $(VTK_LIBS) \
89 #       $(OGL_LIBS)