Salome HOME
Using AutoTools for build procedure
[modules/smesh.git] / src / OBJECT / Makefile.am
1 #  SMESH OBJECT : interactive object for SMESH 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 #  Modified by : Alexander BORODIN (OCN) - autotools usage
26 #  Module : SMESH
27
28 include $(top_srcdir)/adm_local/unix/make_common_starter.am
29
30 # header files 
31 salomeinclude_HEADERS = \
32         SMESH_Actor.h \
33         SMESH_Object.h \
34         SMESH_ObjectDef.h \
35         SMESH_ActorUtils.h
36
37
38 # Libraries targets
39
40 lib_LTLIBRARIES = libSMESHObject.la
41 dist_libSMESHObject_la_SOURCES = \
42         SMESH_Object.cxx \
43         SMESH_DeviceActor.cxx \
44         SMESH_Actor.cxx \
45         SMESH_ExtractGeometry.cxx \
46         SMESH_ActorUtils.cxx
47
48 libSMESHObject_la_CPPFLAGS = \
49         $(KERNEL_CXXFLAGS) \
50         $(GUI_CXXFLAGS) \
51         $(MED_CXXFLAGS) \
52         $(GEOM_CXXFLAGS) \
53         $(CAS_CPPFLAGS) \
54         $(VTK_INCLUDES) \
55         $(CORBA_INCLUDES) \
56         $(BOOST_CPPFLAGS) \
57         $(QT_INCLUDES) \
58         -I$(srcdir)/../Controls \
59         -I$(srcdir)/../SMDS \
60         -I$(srcdir)/../SMESHDS \
61         -I$(srcdir)/../Driver \
62         -I$(srcdir)/../DriverMED \
63         -I$(srcdir)/../SMESH \
64         -I$(srcdir)/../SMESHClient \
65         -I$(top_builddir)/idl \
66         -I$(top_builddir)/salome_adm/unix
67
68 libSMESHObject_la_LDFLAGS  = \
69         ../SMESHClient/libSMESHClient.la \
70         ../SMDS/libSMDS.la \
71         ../Controls/libSMESHControls.la \
72         $(GUI_LDFLAGS) -lSalomeApp lSalomeObject \
73         $(CAS_KERNEL) \
74         $(VTK_LIBS)