Salome HOME
[SALOME platform 0013410]: SubMesh not taken into account with Netgen 1D-2D et 1D...
[plugins/netgenplugin.git] / src / GUI / Makefile.am
1 #  Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
2 #  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS, L3S, LJLL, MENSI
3 #
4 #  This library is free software; you can redistribute it and/or
5 #  modify it under the terms of the GNU Lesser General Public
6 #  License as published by the Free Software Foundation; either
7 #  version 2.1 of the License.
8 #
9 #  This library is distributed in the hope that it will be useful,
10 #  but WITHOUT ANY WARRANTY; without even the implied warranty of
11 #  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
12 #  Lesser General Public License for more details.
13 #
14 #  You should have received a copy of the GNU Lesser General Public
15 #  License along with this library; if not, write to the Free Software
16 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
17 #
18 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 #
20 #  File   : Makefile.in
21 #  Author : Michael Sazonov
22 #  Modified by : Alexander BORODIN (OCN) - autotools usage
23 #  Module : NETGENPLUGIN
24 #  $Header$
25
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # header files 
29 salomeinclude_HEADERS =
30
31 # Libraries targets
32 lib_LTLIBRARIES = libNETGENPluginGUI.la
33
34 dist_libNETGENPluginGUI_la_SOURCES = \
35         NETGENPluginGUI.cxx \
36         NETGENPluginGUI_HypothesisCreator.cxx \
37         NETGENPluginGUI_SimpleCreator.cxx
38
39 MOC_FILES = \
40         NETGENPluginGUI_HypothesisCreator_moc.cxx \
41         NETGENPluginGUI_SimpleCreator_moc.cxx
42
43 nodist_libNETGENPluginGUI_la_SOURCES= \
44         $(MOC_FILES)
45
46 # additionnal information to compil and link file
47
48 libNETGENPluginGUI_la_CPPFLAGS = \
49         $(QT_INCLUDES) \
50         $(CAS_CPPFLAGS) \
51         $(PYTHON_INCLUDES) \
52         $(KERNEL_CXXFLAGS) \
53         $(GUI_CXXFLAGS) \
54         $(GEOM_CXXFLAGS) \
55         $(MED_CXXFLAGS) \
56         $(SMESH_CXXFLAGS) \
57         $(BOOST_CPPFLAGS) \
58         $(CORBA_CXXFLAGS) \
59         $(CORBA_INCLUDES) \
60         -I$(srcdir)/../NETGENPlugin \
61         -I$(top_builddir)/idl \
62         -I$(top_builddir)/salome_adm/unix
63
64 libNETGENPluginGUI_la_LDFLAGS  = \
65         ../NETGENPlugin/libNETGENEngine.la \
66         ${SMESH_LDFLAGS} -lSMESH \
67         $(CAS_KERNEL)
68
69 # resources files
70 nodist_salomeres_DATA= \
71         NETGENPlugin_images.qm \
72         NETGENPlugin_msg_en.qm
73