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