Salome HOME
depot initial V7_2_0
[plugins/gmshplugin.git] / src / GUI / Makefile.am
1 # Copyright (C) 2012-2013  ALNEOS
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.alneos.com/ or email : contact@alneos.fr
18 #
19 include $(top_srcdir)/adm_local/unix/make_common_starter.am
20
21 # header files 
22 salomeinclude_HEADERS =
23
24 # Libraries targets
25 lib_LTLIBRARIES = libGMSHPluginGUI.la
26
27 dist_libGMSHPluginGUI_la_SOURCES = \
28     GMSHPluginGUI.cxx \
29     GMSHPluginGUI.h \
30     GMSHPluginGUI_HypothesisCreator.h \
31     GMSHPluginGUI_HypothesisCreator.cxx
32
33 MOC_FILES = \
34     GMSHPluginGUI_HypothesisCreator_moc.cxx
35
36 nodist_libGMSHPluginGUI_la_SOURCES= \
37     $(MOC_FILES)
38
39 # additionnal information to compil and link file
40
41 libGMSHPluginGUI_la_CPPFLAGS = \
42     $(CAS_CPPFLAGS) \
43     $(GMSH_INCLUDES) \
44     $(QT_INCLUDES) \
45     $(PYTHON_INCLUDES) \
46     $(KERNEL_CXXFLAGS) \
47     $(GUI_CXXFLAGS) \
48     $(GEOM_CXXFLAGS) \
49     $(MED_CXXFLAGS) \
50     $(SMESH_CXXFLAGS) \
51     $(BOOST_CPPFLAGS) \
52     $(CORBA_CXXFLAGS) \
53     $(CORBA_INCLUDES) \
54     -I$(srcdir)/../GMSHPlugin \
55     -I$(top_builddir)/idl
56
57 libGMSHPluginGUI_la_LDFLAGS  = \
58     ../../idl/libSalomeIDLGMSHPLUGIN.la \
59     ../GMSHPlugin/libGMSHEngine.la \
60     ${QT_MT_LIBS} \
61     ${GUI_LDFLAGS} -lSalomeApp -lqtx -lsuit -lSalomeObject -lLightApp \
62     ${SMESH_LDFLAGS} -lSMESH -lGeomSelectionTools \
63     $(CAS_KERNEL)
64
65 # resources files
66 nodist_salomeres_DATA= \
67     GMSHPlugin_images.qm \
68     GMSHPlugin_msg_en.qm \
69     GMSHPlugin_msg_fr.qm
70