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