1 # Copyright (C) 2007-2010 CEA/DEN, EDF R&D, OPEN CASCADE
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.
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.
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
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
19 # SMESH StdMeshersGUI : GUI for StdMeshers plugin
21 # Author : Julia DOROVSKIKH
22 # Modified by : Alexander BORODIN (OCN) - autotools usage
25 include $(top_srcdir)/adm_local/unix/make_common_starter.am
28 salomeinclude_HEADERS = \
29 StdMeshersGUI_StdHypothesisCreator.h \
30 SMESH_StdMeshersGUI.hxx \
31 StdMeshersGUI_DistrPreview.h \
32 StdMeshersGUI_DistrTable.h \
33 StdMeshersGUI_NbSegmentsCreator.h \
34 StdMeshersGUI_ObjectReferenceParamWdg.h \
35 StdMeshersGUI_QuadrangleParamWdg.h \
36 StdMeshersGUI_LayerDistributionParamWdg.h \
37 StdMeshersGUI_FixedPointsParamWdg.h \
38 StdMeshersGUI_SubShapeSelectorWdg.h
41 lib_LTLIBRARIES = libStdMeshersGUI.la
43 dist_libStdMeshersGUI_la_SOURCES = \
45 StdMeshersGUI_StdHypothesisCreator.cxx \
46 StdMeshersGUI_DistrPreview.cxx \
47 StdMeshersGUI_DistrTable.cxx \
48 StdMeshersGUI_NbSegmentsCreator.cxx \
49 StdMeshersGUI_ObjectReferenceParamWdg.cxx \
50 StdMeshersGUI_QuadrangleParamWdg.cxx \
51 StdMeshersGUI_LayerDistributionParamWdg.cxx \
52 StdMeshersGUI_FixedPointsParamWdg.cxx \
53 StdMeshersGUI_SubShapeSelectorWdg.cxx
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_QuadrangleParamWdg_moc.cxx \
62 StdMeshersGUI_LayerDistributionParamWdg_moc.cxx \
63 StdMeshersGUI_FixedPointsParamWdg_moc.cxx \
64 StdMeshersGUI_SubShapeSelectorWdg_moc.cxx
66 nodist_libStdMeshersGUI_la_SOURCES= \
69 # additionnal information to compil and link file
70 libStdMeshersGUI_la_CPPFLAGS = \
83 -I$(srcdir)/../SMESH \
84 -I$(srcdir)/../SMESH_I \
85 -I$(srcdir)/../SMESHDS \
87 -I$(srcdir)/../SMESHGUI \
88 -I$(srcdir)/../Controls \
89 -I$(srcdir)/../StdMeshers \
90 -I$(srcdir)/../OBJECT \
91 -I$(srcdir)/../SMESHFiltersSelection \
94 libStdMeshersGUI_la_LDFLAGS = \
95 ../../idl/libSalomeIDLSMESH.la \
96 ../SMESHFiltersSelection/libSMESHFiltersSelection.la \
97 ../SMESHGUI/libSMESH.la \
98 ../OBJECT/libSMESHObject.la \
99 $(GUI_LDFLAGS) -lSalomeApp \
100 $(CAS_LDPATH) -lTKernel -lTKBO -lTKAdvTools \
104 nodist_salomeres_DATA= \
105 StdMeshers_images.qm \
106 StdMeshers_msg_en.qm \