]> SALOME platform Git repositories - modules/geom.git/blob - src/OBJECT/Makefile.am
Salome HOME
ec4bbc11bcb845d33bd7cc30478e1b104a96094f
[modules/geom.git] / src / OBJECT / Makefile.am
1 #  GEOM OBJECT : interactive object for Geometry entities visualization
2 #
3 #  Copyright (C) 2003  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 #
23 #
24 #  File   : Makefile.in
25 #  Author : Damien COQUERET (OCC)
26 #  Modified by : Alexander BORODIN (OCN) - autotools usage
27 #  Module : GEOM
28
29 include $(top_srcdir)/adm_local/unix/make_common_starter.am
30
31 # header files 
32 salomeinclude_HEADERS =                         \
33         GEOM_Actor.h                            \
34         GEOM_AssemblyBuilder.h                  \
35         GEOM_AISShape.hxx                       \
36         GEOM_AISShape.ixx                       \
37         GEOM_AISShape.jxx                       \
38         Handle_GEOM_AISShape.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_AISVector.hxx                      \
46         GEOM_OBJECT_defs.hxx                    \
47         GEOM_OCCReader.h                        \
48         GEOM_SmartPtr.h                         \
49         GEOM_DeviceActor.h                      \
50         GEOM_EdgeSource.h                       \
51         GEOM_FaceSource.h                       \
52         GEOM_ShadingFace.h                      \
53         GEOM_VertexSource.h                     \
54         GEOM_WireframeFace.h
55
56 # Libraries targets
57 lib_LTLIBRARIES = libGEOMObject.la
58
59 dist_libGEOMObject_la_SOURCES =         \
60         GEOM_Actor.cxx                  \
61         GEOM_OCCReader.cxx              \
62         GEOM_AssemblyBuilder.cxx        \
63         GEOM_AISShape.cxx               \
64         GEOM_InteractiveObject.cxx      \
65         GEOM_AISTrihedron.cxx           \
66         GEOM_VTKTrihedron.cxx           \
67         GEOM_AISVector.cxx              \
68         GEOM_DeviceActor.cxx            \
69         GEOM_EdgeSource.cxx             \
70         GEOM_FaceSource.cxx             \
71         GEOM_ShadingFace.cxx            \
72         GEOM_VertexSource.cxx           \
73         GEOM_WireframeFace.cxx
74
75
76 libGEOMObject_la_CPPFLAGS =     \
77         $(CORBA_CXXFLAGS)       \
78         $(CORBA_INCLUDES)       \
79         $(QT_INCLUDES)          \
80         $(PYTHON_INCLUDES)      \
81         $(CAS_CPPFLAGS)         \
82         $(VTK_INCLUDES)         \
83         $(KERNEL_CXXFLAGS)      \
84         $(GUI_CXXFLAGS) 
85         
86 libGEOMObject_la_LDFLAGS  =                     \
87         $(KERNEL_LDFLAGS)  -lSALOMELocalTrace   \
88         $(GUI_LDFLAGS) -lqtx -lVTKViewer -lSVTK -lSalomeObject
89 #       $(CORBA_LIBS) \
90 #       $(STDLIB) \
91 #       $(PYTHON_LIBS) \
92 #       $(QT_MT_LIBS) \
93 #       $(VTK_LIBS) \
94 #       $(OGL_LIBS)