Salome HOME
Fix of transparency on Mandriva2010: it didn't worked because of the returned 'testRe...
[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
48 # Libraries targets
49 lib_LTLIBRARIES = libGEOMObject.la
50
51 dist_libGEOMObject_la_SOURCES =         \
52         GEOM_Actor.cxx                  \
53         GEOM_OCCReader.cxx              \
54         GEOM_AssemblyBuilder.cxx        \
55         GEOM_AISShape.cxx               \
56         GEOM_InteractiveObject.cxx      \
57         GEOM_AISTrihedron.cxx           \
58         GEOM_VTKTrihedron.cxx           \
59         GEOM_AISVector.cxx              \
60         GEOM_DeviceActor.cxx
61
62
63 libGEOMObject_la_CPPFLAGS =     \
64         $(CORBA_CXXFLAGS)       \
65         $(CORBA_INCLUDES)       \
66         $(QT_INCLUDES)          \
67         $(PYTHON_INCLUDES)      \
68         $(CAS_CPPFLAGS)         \
69         $(VTK_INCLUDES)         \
70         $(KERNEL_CXXFLAGS)      \
71         $(GUI_CXXFLAGS)         \
72         -I$(srcdir)/../OCC2VTK
73
74 libGEOMObject_la_LDFLAGS  =                     \
75         ../OCC2VTK/libOCC2VTK.la                \
76         $(QT_MT_LIBS) \
77         $(CAS_KERNEL) -lTKBRep -lTKG2d -lTKG3d -lTKV3d -lTKMesh -lTKGeomBase -lTKGeomAlgo -lTKTopAlgo -lTKService \
78         $(VTK_LIBS) \
79         $(KERNEL_LDFLAGS)  -lSALOMELocalTrace \
80         $(GUI_LDFLAGS) -lsuit -lqtx -lVTKViewer -lSVTK -lSalomeObject
81 #       $(CORBA_LIBS) \
82 #       $(STDLIB) \
83 #       $(PYTHON_LIBS) \
84 #       $(OGL_LIBS)