1 # Copyright (C) 2007-2011 CEA/DEN, EDF R&D, OPEN CASCADE
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.
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.
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
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
20 # SMESH OBJECT : interactive object for SMESH visualization
22 # Modified by : Alexander BORODIN (OCN) - autotools usage
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28 salomeinclude_HEADERS = \
35 SMESH_PreviewActorsCollection.h \
36 SMESH_ExtractGeometry.h \
37 SMESH_FaceOrientationFilter.h \
38 SMESH_ScalarBarActor.h
42 lib_LTLIBRARIES = libSMESHObject.la
43 dist_libSMESHObject_la_SOURCES = \
45 SMESH_DeviceActor.cxx \
47 SMESH_PreviewActorsCollection.cxx \
48 SMESH_ExtractGeometry.cxx \
49 SMESH_ActorUtils.cxx \
50 SMESH_FaceOrientationFilter.cxx \
51 SMESH_ScalarBarActor.cxx
53 libSMESHObject_la_CPPFLAGS = \
66 -I$(srcdir)/../Controls \
68 -I$(srcdir)/../SMESHDS \
69 -I$(srcdir)/../Driver \
70 -I$(srcdir)/../DriverMED \
71 -I$(srcdir)/../SMESH \
72 -I$(srcdir)/../SMESHClient \
75 libSMESHObject_la_LDFLAGS = \
76 ../SMESHClient/libSMESHClient.la \
78 ../Controls/libSMESHControls.la \
79 $(GUI_LDFLAGS) -lSalomeApp -lSalomeObject -lSVTK -lVTKViewer -lqtx -lsuit -lstd \
82 $(GEOM_LDFLAGS) -lGEOMObject \
84 $(VTK_LIBS) $(QT_MT_LIBS)