Salome HOME
Update copyright notes (for 2010)
[modules/geom.git] / src / OBJECT / Makefile.am
1 #  Copyright (C) 2007-2010  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_AssemblyBuilder.h                  \
32         GEOM_AISShape.hxx                       \
33         GEOM_AISShape.ixx                       \
34         GEOM_AISShape.jxx                       \
35         Handle_GEOM_AISShape.hxx                \
36         GEOM_InteractiveObject.hxx              \
37         GEOM_InteractiveObject.ixx              \
38         GEOM_InteractiveObject.jxx              \
39         Handle_GEOM_InteractiveObject.hxx       \
40         GEOM_AISTrihedron.hxx                   \
41         GEOM_VTKTrihedron.hxx                   \
42         GEOM_AISVector.hxx                      \
43         GEOM_OBJECT_defs.hxx                    \
44         GEOM_OCCReader.h                        \
45         GEOM_SmartPtr.h                         \
46         GEOM_DeviceActor.h                      \
47         GEOM_EdgeSource.h                       \
48         GEOM_FaceSource.h                       \
49         GEOM_ShadingFace.h                      \
50         GEOM_VertexSource.h                     \
51         GEOM_WireframeFace.h
52
53 # Libraries targets
54 lib_LTLIBRARIES = libGEOMObject.la
55
56 dist_libGEOMObject_la_SOURCES =         \
57         GEOM_Actor.cxx                  \
58         GEOM_OCCReader.cxx              \
59         GEOM_AssemblyBuilder.cxx        \
60         GEOM_AISShape.cxx               \
61         GEOM_InteractiveObject.cxx      \
62         GEOM_AISTrihedron.cxx           \
63         GEOM_VTKTrihedron.cxx           \
64         GEOM_AISVector.cxx              \
65         GEOM_DeviceActor.cxx            \
66         GEOM_EdgeSource.cxx             \
67         GEOM_FaceSource.cxx             \
68         GEOM_ShadingFace.cxx            \
69         GEOM_VertexSource.cxx           \
70         GEOM_WireframeFace.cxx
71
72
73 libGEOMObject_la_CPPFLAGS =     \
74         $(CORBA_CXXFLAGS)       \
75         $(CORBA_INCLUDES)       \
76         $(QT_INCLUDES)          \
77         $(PYTHON_INCLUDES)      \
78         $(CAS_CPPFLAGS)         \
79         $(VTK_INCLUDES)         \
80         $(KERNEL_CXXFLAGS)      \
81         $(GUI_CXXFLAGS) 
82         
83 libGEOMObject_la_LDFLAGS  =                     \
84         $(QT_MT_LIBS) \
85         $(CAS_KERNEL) -lTKBRep -lTKG2d -lTKG3d -lTKV3d -lTKMesh -lTKGeomBase -lTKGeomAlgo -lTKTopAlgo -lTKService \
86         $(VTK_LIBS) \
87         $(KERNEL_LDFLAGS)  -lSALOMELocalTrace \
88         $(GUI_LDFLAGS) -lsuit -lqtx -lVTKViewer -lSVTK -lSalomeObject
89 #       $(CORBA_LIBS) \
90 #       $(STDLIB) \
91 #       $(PYTHON_LIBS) \
92 #       $(OGL_LIBS)