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