Salome HOME
NPAL16559: EDF507: Implementation of a more advanced system of measurement.
[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
44 # Libraries targets
45 lib_LTLIBRARIES = libGEOMObject.la
46
47 dist_libGEOMObject_la_SOURCES = \
48         GEOM_Actor.cxx \
49         GEOM_OCCReader.cxx \
50         GEOM_AssemblyBuilder.cxx \
51         GEOM_AISShape.cxx \
52         GEOM_InteractiveObject.cxx \
53         GEOM_AISTrihedron.cxx \
54         GEOM_VTKTrihedron.cxx \
55         GEOM_AISVector.cxx
56
57
58 libGEOMObject_la_CPPFLAGS = \
59         $(CORBA_CXXFLAGS) \
60         $(CORBA_INCLUDES) \
61         $(QT_INCLUDES) \
62         $(PYTHON_INCLUDES) \
63         $(CAS_CPPFLAGS) \
64         $(VTK_INCLUDES) \
65         $(OGL_INCLUDES) \
66         $(KERNEL_CXXFLAGS) \
67         $(GUI_CXXFLAGS) 
68         
69 libGEOMObject_la_LDFLAGS  = \
70         $(KERNEL_LDFLAGS)  -lSALOMELocalTrace \
71         $(GUI_LDFLAGS) -lqtx -lVTKViewer -lSVTK -lSalomeObject
72 #       $(CORBA_LIBS) \
73 #       $(STDLIB) \
74 #       $(PYTHON_LIBS) \
75 #       $(QT_MT_LIBS) \
76 #       $(VTK_LIBS) \
77 #       $(OGL_LIBS)