smesh/src/Controls/Makefile.am

70 lines
2.0 KiB
Makefile
Raw Normal View History

2013-04-01 19:05:47 +06:00
# Copyright (C) 2007-2013 CEA/DEN, EDF R&D, OPEN CASCADE
2009-02-17 10:27:49 +05:00
#
2012-08-09 16:03:55 +06:00
# 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.
2009-02-17 10:27:49 +05:00
#
2012-08-09 16:03:55 +06:00
# 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.
2009-02-17 10:27:49 +05:00
#
2012-08-09 16:03:55 +06:00
# 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
2009-02-17 10:27:49 +05:00
#
2012-08-09 16:03:55 +06:00
# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
2003-05-19 19:18:36 +06:00
#
2012-08-09 16:03:55 +06:00
2003-07-10 15:06:41 +06:00
# File : Makefile.in
# Author : Patrick GOLDBRONN (CEA)
# Modified by : Alexander BORODIN (OCN) - autotools usage
2003-07-10 15:06:41 +06:00
# Module : SMESH
2009-02-17 10:27:49 +05:00
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am
2003-05-19 19:18:36 +06:00
# header files
salomeinclude_HEADERS = \
SMESH_ControlsDef.hxx
2003-05-19 19:18:36 +06:00
# Libraries targets
lib_LTLIBRARIES = libSMESHControls.la
2003-05-19 19:18:36 +06:00
dist_libSMESHControls_la_SOURCES = \
SMESH_Controls.cxx
2003-05-19 19:18:36 +06:00
# Executables targets
bin_PROGRAMS = SMESHControls
dist_SMESHControls_SOURCES = \
SMESHControls.cxx
2003-05-19 19:18:36 +06:00
# additionnal information to compil and link file
libSMESHControls_la_CPPFLAGS = \
$(CAS_CPPFLAGS) \
2012-08-09 16:03:55 +06:00
$(VTK_INCLUDES) \
$(BOOST_CPPFLAGS) \
$(KERNEL_CXXFLAGS) \
2009-02-17 10:27:49 +05:00
-I$(srcdir)/../SMDS \
2012-08-09 16:03:55 +06:00
-I$(srcdir)/../SMESHDS \
-I$(srcdir)/../SMESHUtils
2003-05-19 19:18:36 +06:00
libSMESHControls_la_LDFLAGS = \
../SMDS/libSMDS.la \
2009-02-17 10:27:49 +05:00
../SMESHDS/libSMESHDS.la \
2012-08-09 16:03:55 +06:00
../SMESHUtils/libSMESHUtils.la \
$(CAS_LDPATH) -lTKernel -lTKBRep -lTKG3d -lTKTopAlgo -lTKGeomBase -lTKGeomAlgo \
$(VTK_LIBS)
2003-05-19 19:18:36 +06:00
SMESHControls_CPPFLAGS = \
$(libSMESHControls_la_CPPFLAGS)
2003-05-19 19:18:36 +06:00
SMESHControls_LDADD = \
../SMDS/libSMDS.la \
2009-02-17 10:27:49 +05:00
../SMESHDS/libSMESHDS.la \
libSMESHControls.la \
2013-07-22 18:55:58 +06:00
$(KERNEL_LDFLAGS) -lOpUtil -lSALOMELocalTrace -lSALOMEBasics -lSalomeIDLKernel \
$(GEOM_LDFLAGS) -lGEOMAlgo \
$(CAS_LDPATH) -lTKernel -lTKBRep -lTKG3d