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