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