Salome HOME
d777e8dd15b2140975e37e11876e8785099d4f08
[modules/geom.git] / src / OBJECT / Makefile.am
1 # Copyright (C) 2007-2012  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 #  GEOM OBJECT : interactive object for Geometry entities visualization
21 #  File   : Makefile.in
22 #  Author : Damien COQUERET (OCC)
23 #  Modified by : Alexander BORODIN (OCN) - autotools usage
24 #  Module : GEOM
25 #
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # header files 
29 salomeinclude_HEADERS =                         \
30         GEOM_Actor.h                            \
31         GEOM_AISShape.hxx                       \
32         GEOM_AISShape.ixx                       \
33         GEOM_AISShape.jxx                       \
34         Handle_GEOM_AISShape.hxx                \
35         GEOM_InteractiveObject.hxx              \
36         GEOM_InteractiveObject.ixx              \
37         GEOM_InteractiveObject.jxx              \
38         Handle_GEOM_InteractiveObject.hxx       \
39         GEOM_AISTrihedron.hxx                   \
40         GEOM_VTKTrihedron.hxx                   \
41         GEOM_VTKPropertyMaterial.hxx            \
42         GEOM_AISVector.hxx                      \
43         GEOM_OBJECT_defs.hxx                    \
44         GEOM_OCCReader.h                        \
45         GEOM_SmartPtr.h                         \
46         GEOM_PainterPolyDataMapper.h            \
47         GEOM_DeviceActor.h                      \
48         GEOM_Constants.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_AISShape.cxx               \
57         GEOM_InteractiveObject.cxx      \
58         GEOM_AISTrihedron.cxx           \
59         GEOM_VTKTrihedron.cxx           \
60         GEOM_VTKPropertyMaterial.cxx    \
61         GEOM_AISVector.cxx              \
62         GEOM_PainterPolyDataMapper.cxx  \
63         GEOM_DeviceActor.cxx
64
65
66 libGEOMObject_la_CPPFLAGS =     \
67         $(CORBA_CXXFLAGS)       \
68         $(CORBA_INCLUDES)       \
69         $(QT_INCLUDES)          \
70         $(PYTHON_INCLUDES)      \
71         $(CAS_CPPFLAGS)         \
72         $(VTK_INCLUDES)         \
73         $(KERNEL_CXXFLAGS)      \
74         $(GUI_CXXFLAGS)         \
75         -I$(srcdir)/../OCC2VTK
76
77 libGEOMObject_la_LDFLAGS  =                     \
78         ../OCC2VTK/libOCC2VTK.la                \
79         $(QT_MT_LIBS) \
80         $(CAS_KERNEL) -lTKBRep -lTKG2d -lTKG3d -lTKV3d -lTKMesh -lTKGeomBase -lTKGeomAlgo -lTKTopAlgo -lTKService \
81         $(VTK_LIBS) \
82         $(KERNEL_LDFLAGS)  -lSALOMELocalTrace \
83         $(GUI_LDFLAGS) -lsuit -lqtx -lVTKViewer -lSVTK -lSalomeObject -lSalomeApp\
84         $(CORBA_LIBS)
85 #       $(STDLIB) \
86 #       $(PYTHON_LIBS) \
87 #       $(OGL_LIBS)