1 # Copyright (C) 2007-2013 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
20 # Author : Julia DOROVSKIKH
21 # Modified by : Alexander BORODIN (OCN) - autotools usage
24 include $(top_srcdir)/adm_local/unix/make_common_starter.am
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 StdMeshersGUI_CartesianParamCreator.h \
39 StdMeshersGUI_RadioButtonsGrpWdg.h
42 lib_LTLIBRARIES = libStdMeshersGUI.la
44 dist_libStdMeshersGUI_la_SOURCES = \
46 StdMeshersGUI_StdHypothesisCreator.cxx \
47 StdMeshersGUI_DistrPreview.cxx \
48 StdMeshersGUI_DistrTable.cxx \
49 StdMeshersGUI_NbSegmentsCreator.cxx \
50 StdMeshersGUI_ObjectReferenceParamWdg.cxx \
51 StdMeshersGUI_QuadrangleParamWdg.cxx \
52 StdMeshersGUI_LayerDistributionParamWdg.cxx \
53 StdMeshersGUI_FixedPointsParamWdg.cxx \
54 StdMeshersGUI_SubShapeSelectorWdg.cxx \
55 StdMeshersGUI_CartesianParamCreator.cxx \
56 StdMeshersGUI_RadioButtonsGrpWdg.cxx
59 StdMeshersGUI_StdHypothesisCreator_moc.cxx \
60 StdMeshersGUI_DistrPreview_moc.cxx \
61 StdMeshersGUI_DistrTable_moc.cxx \
62 StdMeshersGUI_NbSegmentsCreator_moc.cxx \
63 StdMeshersGUI_ObjectReferenceParamWdg_moc.cxx \
64 StdMeshersGUI_QuadrangleParamWdg_moc.cxx \
65 StdMeshersGUI_LayerDistributionParamWdg_moc.cxx \
66 StdMeshersGUI_FixedPointsParamWdg_moc.cxx \
67 StdMeshersGUI_SubShapeSelectorWdg_moc.cxx \
68 StdMeshersGUI_CartesianParamCreator_moc.cxx \
69 StdMeshersGUI_RadioButtonsGrpWdg_moc.cxx
71 nodist_libStdMeshersGUI_la_SOURCES= \
74 # additionnal information to compil and link file
75 libStdMeshersGUI_la_CPPFLAGS = \
88 -I$(srcdir)/../SMESH \
89 -I$(srcdir)/../SMESHUtils \
90 -I$(srcdir)/../SMESH_I \
91 -I$(srcdir)/../SMESHDS \
93 -I$(srcdir)/../SMESHGUI \
94 -I$(srcdir)/../Controls \
95 -I$(srcdir)/../StdMeshers \
96 -I$(srcdir)/../OBJECT \
97 -I$(srcdir)/../SMESHFiltersSelection \
100 libStdMeshersGUI_la_LDFLAGS = \
101 ../../idl/libSalomeIDLSMESH.la \
102 ../SMESHFiltersSelection/libSMESHFiltersSelection.la \
103 ../SMESHGUI/libSMESH.la \
104 ../OBJECT/libSMESHObject.la \
105 $(GUI_LDFLAGS) -lSalomeApp \
106 $(CAS_LDPATH) -lTKernel -lTKBO -lTKAdvTools \
110 nodist_salomeres_DATA= \
111 StdMeshers_images.qm \
112 StdMeshers_msg_en.qm \
113 StdMeshers_msg_fr.qm \