1 # Copyright (C) 2007-2010 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
41 lib_LTLIBRARIES = libSMESHObject.la
42 dist_libSMESHObject_la_SOURCES = \
44 SMESH_DeviceActor.cxx \
46 SMESH_PreviewActorsCollection.cxx \
47 SMESH_ExtractGeometry.cxx \
48 SMESH_ActorUtils.cxx \
49 SMESH_FaceOrientationFilter.cxx
51 libSMESHObject_la_CPPFLAGS = \
63 -I$(srcdir)/../Controls \
65 -I$(srcdir)/../SMESHDS \
66 -I$(srcdir)/../Driver \
67 -I$(srcdir)/../DriverMED \
68 -I$(srcdir)/../SMESH \
69 -I$(srcdir)/../SMESHClient \
72 libSMESHObject_la_LDFLAGS = \
73 ../SMESHClient/libSMESHClient.la \
75 ../Controls/libSMESHControls.la \
76 $(GUI_LDFLAGS) -lSalomeApp -lSalomeObject -lSVTK -lVTKViewer -lqtx -lsuit \
77 $(GEOM_LDFLAGS) -lGEOMObject \
79 $(VTK_LIBS) $(QT_MT_LIBS)