smesh/src/SMESHDS/Makefile.am

71 lines
2.0 KiB
Makefile
Raw Normal View History

2003-07-10 16:13:42 +06:00
# SMESH SMESHDS : management of mesh data and SMESH document
2003-05-19 19:25:06 +06:00
#
2003-07-10 16:13:42 +06:00
# Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
# CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
#
# This library is free software; you can redistribute it and/or
# modify it under the terms of the GNU Lesser General Public
# License as published by the Free Software Foundation; either
# version 2.1 of the License.
#
# This library is distributed in the hope that it will be useful,
# but WITHOUT ANY WARRANTY; without even the implied warranty of
# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
# Lesser General Public License for more details.
#
# You should have received a copy of the GNU Lesser General Public
# License along with this library; if not, write to the Free Software
# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
#
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
2003-05-19 19:25:06 +06:00
#
2003-07-10 16:13:42 +06:00
#
#
# File : Makefile.in
# Author : Patrick GOLDBRONN (CEA)
# Modified by : Alexander BORODIN (OCN) - autotools usage
2003-07-10 16:13:42 +06:00
# Module : SMESH
2003-05-19 19:25:06 +06:00
include $(top_srcdir)/adm_local/unix/make_common_starter.am
2003-05-19 19:25:06 +06:00
# header files
salomeinclude_HEADERS = \
SMESHDS_Document.hxx \
SMESHDS_Hypothesis.hxx \
SMESHDS_Mesh.hxx \
SMESHDS_Script.hxx \
SMESHDS_Command.hxx \
SMESHDS_CommandType.hxx \
SMESHDS_SubMesh.hxx \
SMESHDS_GroupBase.hxx \
SMESHDS_Group.hxx \
SMESHDS_GroupOnGeom.hxx \
SMESH_SMESHDS.hxx \
SMESHDS_DataMapOfShape.hxx
2003-05-19 19:25:06 +06:00
# Libraries targets
lib_LTLIBRARIES = libSMESHDS.la
2003-05-19 19:25:06 +06:00
dist_libSMESHDS_la_SOURCES = \
2003-05-19 19:25:06 +06:00
SMESHDS_Document.cxx \
SMESHDS_Hypothesis.cxx \
SMESHDS_Script.cxx \
SMESHDS_Command.cxx \
SMESHDS_SubMesh.cxx \
2004-06-18 14:34:31 +06:00
SMESHDS_Mesh.cxx \
2004-12-01 15:48:31 +05:00
SMESHDS_GroupBase.cxx \
SMESHDS_Group.cxx \
SMESHDS_GroupOnGeom.cxx
2003-05-19 19:25:06 +06:00
# additionnal information to compil and link file
libSMESHDS_la_CPPFLAGS = \
$(KERNEL_CXXFLAGS) \
$(CAS_CPPFLAGS) \
$(BOOST_CPPFLAGS) \
-I$(srcdir)/../SMDS
2003-05-19 19:25:06 +06:00
libSMESHDS_la_LDFLAGS = \
../SMDS/libSMDS.la \
$(KERNEL_LDFLAGS) -lSALOMELocalTrace \
$(CAS_KERNEL) -lTKBRep