smesh/src/Controls/Makefile.am

65 lines
1.9 KiB
Makefile
Raw Normal View History

2004-12-01 15:48:31 +05: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
2004-12-01 15:48:31 +05:00
#
# File : Makefile.in
2007-04-13 20:53:27 +06:00
# Author : Patrick GOLDBRONN (CEA)
# Modified by : Alexander BORODIN (OCN) - autotools usage
2004-12-01 15:48:31 +05:00
# Module : SMESH
2007-04-13 20:53:27 +06:00
include $(top_srcdir)/adm_local/unix/make_common_starter.am
2004-12-01 15:48:31 +05:00
# header files
2007-04-13 20:53:27 +06:00
salomeinclude_HEADERS = \
SMESH_Controls.hxx \
SMESH_ControlsDef.hxx
2004-12-01 15:48:31 +05:00
# Libraries targets
2007-04-13 20:53:27 +06:00
lib_LTLIBRARIES = libSMESHControls.la
2004-12-01 15:48:31 +05:00
2007-04-13 20:53:27 +06:00
dist_libSMESHControls_la_SOURCES = \
SMESH_Controls.cxx
2004-12-01 15:48:31 +05:00
2007-04-13 20:53:27 +06:00
# Executables targets
bin_PROGRAMS = SMESHControls
dist_SMESHControls_SOURCES = \
SMESHControls.cxx
2004-12-01 15:48:31 +05:00
# additionnal information to compil and link file
2007-04-13 20:53:27 +06:00
libSMESHControls_la_CPPFLAGS = \
$(CAS_CPPFLAGS) \
$(BOOST_CPPFLAGS) \
$(KERNEL_CXXFLAGS) \
-I$(srcdir)/../SMDS
libSMESHControls_la_LDFLAGS = \
../SMDS/libSMDS.la \
$(KERNEL_LDFLAGS) -lOpUtil\
$(CAS_LDPATH) -lTKernel -lTKBRep -lTKG3d
SMESHControls_CPPFLAGS = \
$(libSMESHControls_la_CPPFLAGS)
SMESHControls_LDADD = \
../SMDS/libSMDS.la \
libSMESHControls.la \
$(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics \
2007-04-19 15:39:10 +06:00
$(GEOM_LDFLAGS) -lGEOMAlgo \
2007-04-13 20:53:27 +06:00
$(CAS_LDPATH) -lTKernel -lTKBRep -lTKG3d