Salome HOME
Merge from V6_main 11/02/2013
[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_TopWireframeShape.hxx              \
36         GEOM_TopWireframeShape.ixx              \
37         GEOM_TopWireframeShape.jxx              \
38         Handle_GEOM_TopWireframeShape.hxx       \
39         GEOM_InteractiveObject.hxx              \
40         GEOM_InteractiveObject.ixx              \
41         GEOM_InteractiveObject.jxx              \
42         Handle_GEOM_InteractiveObject.hxx       \
43         GEOM_AISTrihedron.hxx                   \
44         GEOM_VTKTrihedron.hxx                   \
45         GEOM_VTKPropertyMaterial.hxx            \
46         GEOM_AISVector.hxx                      \
47         GEOM_OBJECT_defs.hxx                    \
48         GEOM_OCCReader.h                        \
49         GEOM_SmartPtr.h                         \
50         GEOM_PainterPolyDataMapper.h            \
51         GEOM_DeviceActor.h                      \
52         GEOM_Constants.h
53
54 # Libraries targets
55 lib_LTLIBRARIES = libGEOMObject.la
56
57 dist_libGEOMObject_la_SOURCES =         \
58         GEOM_Actor.cxx                  \
59         GEOM_OCCReader.cxx              \
60         GEOM_AISShape.cxx               \
61         GEOM_TopWireframeShape.cxx      \
62         GEOM_InteractiveObject.cxx      \
63         GEOM_AISTrihedron.cxx           \
64         GEOM_VTKTrihedron.cxx           \
65         GEOM_VTKPropertyMaterial.cxx    \
66         GEOM_AISVector.cxx              \
67         GEOM_PainterPolyDataMapper.cxx  \
68         GEOM_DeviceActor.cxx            \
69         GEOM_Constants.cxx
70
71
72 libGEOMObject_la_CPPFLAGS =     \
73         $(CORBA_CXXFLAGS)       \
74         $(CORBA_INCLUDES)       \
75         $(QT_INCLUDES)          \
76         $(PYTHON_INCLUDES)      \
77         $(CAS_CPPFLAGS)         \
78         $(VTK_INCLUDES)         \
79         $(KERNEL_CXXFLAGS)      \
80         $(GUI_CXXFLAGS)         \
81         -I$(srcdir)/../OCC2VTK
82
83 libGEOMObject_la_LDFLAGS  =                     \
84         ../OCC2VTK/libOCC2VTK.la                \
85         $(QT_MT_LIBS) \
86         $(CAS_KERNEL) -lTKBRep -lTKG2d -lTKG3d -lTKV3d -lTKMesh -lTKGeomBase -lTKGeomAlgo -lTKTopAlgo -lTKService \
87         $(VTK_LIBS) \
88         $(KERNEL_LDFLAGS)  -lSALOMELocalTrace \
89         $(GUI_LDFLAGS) -lsuit -lqtx -lVTKViewer -lSVTK -lSalomeObject -lSalomeApp\
90         $(CORBA_LIBS)
91 #       $(STDLIB) \
92 #       $(PYTHON_LIBS) \
93 #       $(OGL_LIBS)