Salome HOME
Join modifications from BR_Dev_For_4_0 tag V4_1_1.
[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
38 MOC_FILES = \
39         NETGENPluginGUI_HypothesisCreator_moc.cxx
40
41 nodist_libNETGENPluginGUI_la_SOURCES= \
42         $(MOC_FILES)
43
44 # additionnal information to compil and link file
45
46 libNETGENPluginGUI_la_CPPFLAGS = \
47         $(QT_INCLUDES) \
48         $(CAS_CPPFLAGS) \
49         $(PYTHON_INCLUDES) \
50         $(KERNEL_CXXFLAGS) \
51         $(GUI_CXXFLAGS) \
52         $(GEOM_CXXFLAGS) \
53         $(MED_CXXFLAGS) \
54         $(SMESH_CXXFLAGS) \
55         $(BOOST_CPPFLAGS) \
56         $(CORBA_CXXFLAGS) \
57         $(CORBA_INCLUDES) \
58         -I$(srcdir)/../NETGENPlugin \
59         -I$(top_builddir)/idl \
60         -I$(top_builddir)/salome_adm/unix
61
62 libNETGENPluginGUI_la_LDFLAGS  = \
63         ../NETGENPlugin/libNETGENEngine.la \
64         ${SMESH_LDFLAGS} -lSMESH \
65         $(CAS_KERNEL)
66
67 # resources files
68 nodist_salomeres_DATA= \
69         NETGENPlugin_images.qm \
70         NETGENPlugin_msg_en.qm
71