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 SMESH_I : idl implementation based on 'SMESH' unit's calsses
22 # Author : Paul RASCLE, EDF
23 # Modified by : Alexander BORODIN (OCN) - autotools usage
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
29 salomeinclude_HEADERS = \
38 SMESH_Hypothesis_i.hxx \
39 SMESH_PythonDump.hxx \
43 SMESH_MeshEditor_i.hxx \
44 SMESH_MEDFamily_i.hxx \
45 SMESH_MEDSupport_i.hxx \
51 # Scripts to be installed.
52 dist_salomescript_DATA= \
57 lib_LTLIBRARIES = libSMESHEngine.la
59 dist_libSMESHEngine_la_SOURCES = \
62 SMESH_DumpPython.cxx \
65 SMESH_MEDFamily_i.cxx \
66 SMESH_MEDSupport_i.cxx \
68 SMESH_MeshEditor_i.cxx \
69 SMESH_Hypothesis_i.cxx \
82 bin_PROGRAMS = SMESHEngine
84 dist_SMESHEngine_SOURCES = \
87 # additionnal information to compil and link file
88 libSMESHEngine_la_CPPFLAGS = \
98 -I$(srcdir)/../Controls \
100 -I$(srcdir)/../SMESHDS \
101 -I$(srcdir)/../Driver \
102 -I$(srcdir)/../DriverMED \
103 -I$(srcdir)/../SMESH \
104 -I$(top_builddir)/idl
106 libSMESHEngine_la_LDFLAGS = \
107 ../../idl/libSalomeIDLSMESH.la \
108 ../SMESH/libSMESHimpl.la \
109 ../Controls/libSMESHControls.la \
115 -lSalomeLifeCycleCORBA \
128 SMESHEngine_CPPFLAGS = \
129 $(libSMESHEngine_la_CPPFLAGS)
131 SMESHEngine_LDADD = \
132 $(libSMESHEngine_la_LDFLAGS)