Salome HOME
671ab5c4c182155e3f77aa0362073ec8760c6bc2
[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         GEOM_AISShape.ixx                       \
36         GEOM_AISShape.jxx                       \
37         Handle_GEOM_AISShape.hxx                \
38         GEOM_InteractiveObject.hxx              \
39         GEOM_InteractiveObject.ixx              \
40         GEOM_InteractiveObject.jxx              \
41         Handle_GEOM_InteractiveObject.hxx       \
42         GEOM_AISTrihedron.hxx                   \
43         GEOM_VTKTrihedron.hxx                   \
44         GEOM_AISVector.hxx                      \
45         GEOM_OBJECT_defs.hxx                    \
46         GEOM_OCCReader.h                        \
47         GEOM_SmartPtr.h                         \
48         GEOM_DeviceActor.h                      \
49         GEOM_EdgeSource.h                       \
50         GEOM_FaceSource.h                       \
51         GEOM_ShadingFace.h                      \
52         GEOM_VertexSource.h                     \
53         GEOM_WireframeFace.h
54
55 # Libraries targets
56 lib_LTLIBRARIES = libGEOMObject.la
57
58 dist_libGEOMObject_la_SOURCES =         \
59         GEOM_Actor.cxx                  \
60         GEOM_OCCReader.cxx              \
61         GEOM_AssemblyBuilder.cxx        \
62         GEOM_AISShape.cxx               \
63         GEOM_InteractiveObject.cxx      \
64         GEOM_AISTrihedron.cxx           \
65         GEOM_VTKTrihedron.cxx           \
66         GEOM_AISVector.cxx              \
67         GEOM_DeviceActor.cxx            \
68         GEOM_EdgeSource.cxx             \
69         GEOM_FaceSource.cxx             \
70         GEOM_ShadingFace.cxx            \
71         GEOM_VertexSource.cxx           \
72         GEOM_WireframeFace.cxx
73
74
75 libGEOMObject_la_CPPFLAGS =     \
76         $(CORBA_CXXFLAGS)       \
77         $(CORBA_INCLUDES)       \
78         $(QT_INCLUDES)          \
79         $(PYTHON_INCLUDES)      \
80         $(CAS_CPPFLAGS)         \
81         $(VTK_INCLUDES)         \
82         $(KERNEL_CXXFLAGS)      \
83         $(GUI_CXXFLAGS) 
84         
85 libGEOMObject_la_LDFLAGS  =                     \
86         $(KERNEL_LDFLAGS)  -lSALOMELocalTrace   \
87         $(GUI_LDFLAGS) -lqtx -lVTKViewer -lSVTK -lSalomeObject
88 #       $(CORBA_LIBS) \
89 #       $(STDLIB) \
90 #       $(PYTHON_LIBS) \
91 #       $(QT_MT_LIBS) \
92 #       $(VTK_LIBS) \
93 #       $(OGL_LIBS)