netgenplugin/src/Makefile.am

43 lines
1.2 KiB
Makefile
Raw Normal View History

2010-05-07 15:14:23 +00:00
# Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
2004-03-26 07:05:19 +00:00
#
2009-02-17 07:15:34 +00: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.
#
# 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-03-26 07:05:19 +00:00
#
2010-05-07 15:14:23 +00:00
2004-03-26 07:05:19 +00:00
# File : Makefile.in
# Author : Patrick GOLDBRONN (CEA)
# Modified by : Alexander BORODIN (OCN) - autotools usage
2004-03-26 07:05:19 +00:00
# Module : SMESH
# $Header$
2009-02-17 07:15:34 +00:00
#
include $(top_srcdir)/adm_local/unix/make_common_starter.am
2004-03-26 07:05:19 +00:00
2009-10-26 17:13:37 +00:00
SUBDIRS =
2010-03-02 15:52:36 +00:00
if CMAKE_BUILD
else
if NETGEN_NEW
else
2009-10-26 17:13:37 +00:00
SUBDIRS += NETGEN
endif
2010-03-02 15:52:36 +00:00
endif
2009-10-26 17:13:37 +00:00
SUBDIRS += NETGENPlugin
2004-03-26 07:05:19 +00:00
if NETGENPLUGIN_ENABLE_GUI
SUBDIRS += GUI
endif
2009-02-17 07:15:34 +00:00
DIST_SUBDIRS = NETGEN NETGENPlugin GUI