Salome HOME
Merge from V5_1_3_BR branch (07/12/09)
[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         StdMeshersGUI_FixedPointsParamWdg.h \
40         StdMeshersGUI_SubShapeSelectorWdg.h
41
42 # Libraries targets
43 lib_LTLIBRARIES = libStdMeshersGUI.la
44 dist_libStdMeshersGUI_la_SOURCES = \
45         StdMeshersGUI.cxx \
46         StdMeshersGUI_StdHypothesisCreator.cxx \
47         StdMeshersGUI_DistrPreview.cxx \
48         StdMeshersGUI_DistrTable.cxx \
49         StdMeshersGUI_NbSegmentsCreator.cxx \
50         StdMeshersGUI_ObjectReferenceParamWdg.cxx \
51         StdMeshersGUI_LayerDistributionParamWdg.cxx \
52         StdMeshersGUI_FixedPointsParamWdg.cxx \
53         StdMeshersGUI_SubShapeSelectorWdg.cxx
54
55 MOC_FILES = \
56         StdMeshersGUI_StdHypothesisCreator_moc.cxx \
57         StdMeshersGUI_DistrPreview_moc.cxx \
58         StdMeshersGUI_DistrTable_moc.cxx \
59         StdMeshersGUI_NbSegmentsCreator_moc.cxx \
60         StdMeshersGUI_ObjectReferenceParamWdg_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
101 # resources files
102 nodist_salomeres_DATA= \
103         StdMeshers_images.qm \
104         StdMeshers_msg_en.qm