Salome HOME
Pb: nothing is generated on several-solids shape if there is a
[plugins/netgenplugin.git] / src / GUI / Makefile.am
1 # Copyright (C) 2007-2013  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
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.h \
37         NETGENPluginGUI_HypothesisCreator.h \
38         NETGENPluginGUI_HypothesisCreator.cxx \
39         NETGENPluginGUI_SimpleCreator.h \
40         NETGENPluginGUI_SimpleCreator.cxx
41
42 MOC_FILES = \
43         NETGENPluginGUI_HypothesisCreator_moc.cxx \
44         NETGENPluginGUI_SimpleCreator_moc.cxx
45
46 nodist_libNETGENPluginGUI_la_SOURCES= \
47         $(MOC_FILES)
48
49 # additionnal information to compil and link file
50
51 libNETGENPluginGUI_la_CPPFLAGS = \
52         $(CAS_CPPFLAGS) \
53         $(NETGEN_INCLUDES) \
54         $(QT_INCLUDES) \
55         $(PYTHON_INCLUDES) \
56         $(KERNEL_CXXFLAGS) \
57         $(GUI_CXXFLAGS) \
58         $(GEOM_CXXFLAGS) \
59         $(SMESH_CXXFLAGS) \
60         $(BOOST_CPPFLAGS) \
61         $(CORBA_CXXFLAGS) \
62         $(CORBA_INCLUDES) \
63         -I$(srcdir)/../NETGENPlugin \
64         -I$(top_builddir)/idl
65
66 libNETGENPluginGUI_la_LDFLAGS  = \
67         ../../idl/libSalomeIDLNETGENPLUGIN.la \
68         ../NETGENPlugin/libNETGENEngine.la \
69         ${QT_MT_LIBS} \
70         ${GUI_LDFLAGS} -lSalomeApp -lqtx -lsuit -lSalomeObject -lLightApp \
71         ${SMESH_LDFLAGS} -lSMESH -lGeomSelectionTools \
72         $(CAS_KERNEL)
73
74 # resources files
75 nodist_salomeres_DATA= \
76         NETGENPlugin_images.qm \
77         NETGENPlugin_msg_en.qm \
78         NETGENPlugin_msg_fr.qm \
79         NETGENPlugin_msg_ja.qm
80