Salome HOME
PR: merged from V5_1_4rc1
[modules/smesh.git] / src / StdMeshersGUI / Makefile.am
1 #  Copyright (C) 2007-2010  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 #  SMESH StdMeshersGUI : GUI for StdMeshers plugin
21 #  File   : Makefile.in
22 #  Author : Julia DOROVSKIKH
23 #  Modified by : Alexander BORODIN (OCN) - autotools usage
24 #  Module : SMESH
25 #
26 include $(top_srcdir)/adm_local/unix/make_common_starter.am
27
28 # header files 
29 salomeinclude_HEADERS = \
30         StdMeshersGUI_StdHypothesisCreator.h \
31         SMESH_StdMeshersGUI.hxx \
32         StdMeshersGUI_DistrPreview.h \
33         StdMeshersGUI_DistrTable.h \
34         StdMeshersGUI_NbSegmentsCreator.h \
35         StdMeshersGUI_ObjectReferenceParamWdg.h \
36         StdMeshersGUI_LayerDistributionParamWdg.h \
37         StdMeshersGUI_FixedPointsParamWdg.h \
38         StdMeshersGUI_SubShapeSelectorWdg.h
39
40 # Libraries targets
41 lib_LTLIBRARIES = libStdMeshersGUI.la
42 dist_libStdMeshersGUI_la_SOURCES = \
43         StdMeshersGUI.cxx \
44         StdMeshersGUI_StdHypothesisCreator.cxx \
45         StdMeshersGUI_DistrPreview.cxx \
46         StdMeshersGUI_DistrTable.cxx \
47         StdMeshersGUI_NbSegmentsCreator.cxx \
48         StdMeshersGUI_ObjectReferenceParamWdg.cxx \
49         StdMeshersGUI_LayerDistributionParamWdg.cxx \
50         StdMeshersGUI_FixedPointsParamWdg.cxx \
51         StdMeshersGUI_SubShapeSelectorWdg.cxx
52
53 MOC_FILES = \
54         StdMeshersGUI_StdHypothesisCreator_moc.cxx \
55         StdMeshersGUI_DistrPreview_moc.cxx \
56         StdMeshersGUI_DistrTable_moc.cxx \
57         StdMeshersGUI_NbSegmentsCreator_moc.cxx \
58         StdMeshersGUI_ObjectReferenceParamWdg_moc.cxx \
59         StdMeshersGUI_LayerDistributionParamWdg_moc.cxx \
60         StdMeshersGUI_FixedPointsParamWdg_moc.cxx \
61         StdMeshersGUI_SubShapeSelectorWdg_moc.cxx
62
63 nodist_libStdMeshersGUI_la_SOURCES= \
64         $(MOC_FILES)
65
66 # additionnal information to compil and link file
67 libStdMeshersGUI_la_CPPFLAGS = \
68         $(QT_INCLUDES) \
69         $(VTK_INCLUDES) \
70         $(CAS_CPPFLAGS) \
71         $(PYTHON_INCLUDES) \
72         $(KERNEL_CXXFLAGS) \
73         $(GUI_CXXFLAGS) \
74         $(GEOM_CXXFLAGS) \
75         $(MED_CXXFLAGS) \
76         $(BOOST_CPPFLAGS) \
77         $(QWT_INCLUDES) \
78         $(CORBA_CXXFLAGS) \
79         $(CORBA_INCLUDES) \
80         -I$(srcdir)/../SMESH \
81         -I$(srcdir)/../SMESH_I \
82         -I$(srcdir)/../SMESHDS \
83         -I$(srcdir)/../SMDS \
84         -I$(srcdir)/../SMESHGUI \
85         -I$(srcdir)/../Controls \
86         -I$(srcdir)/../StdMeshers \
87         -I$(srcdir)/../OBJECT \
88         -I$(srcdir)/../SMESHFiltersSelection \
89         -I$(top_builddir)/idl
90
91 libStdMeshersGUI_la_LDFLAGS  = \
92         ../../idl/libSalomeIDLSMESH.la \
93         ../SMESHFiltersSelection/libSMESHFiltersSelection.la \
94         ../SMESHGUI/libSMESH.la \
95         ../OBJECT/libSMESHObject.la \
96         $(GUI_LDFLAGS) -lSalomeApp \
97         $(CAS_LDPATH) -lTKernel -lTKBO -lTKAdvTools \
98         $(QWT_LIBS)
99
100 # resources files
101 nodist_salomeres_DATA= \
102         StdMeshers_images.qm \
103         StdMeshers_msg_en.qm