3 # Copyright (C) 2003 OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
4 # CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
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.
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.
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
20 # See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org
25 # Author : Damien COQUERET (OCC)
29 top_srcdir=@top_srcdir@
32 VPATH=.:@srcdir@:@top_srcdir@/idl
41 LIB = libMeasureGUI.la
43 LIB_SRC = MeasureGUI.cxx \
44 MeasureGUI_Skeleton_QTD.cxx \
45 MeasureGUI_1Sel3LineEdit_QTD.cxx \
46 MeasureGUI_1Sel6LineEdit_QTD.cxx \
47 MeasureGUI_1Sel12LineEdit_QTD.cxx \
48 MeasureGUI_1Sel1TextView_QTD.cxx \
49 MeasureGUI_2Sel1LineEdit_QTD.cxx \
50 MeasureGUI_Skeleton.cxx \
51 MeasureGUI_PropertiesDlg.cxx \
52 MeasureGUI_CenterMassDlg.cxx \
53 MeasureGUI_InertiaDlg.cxx \
54 MeasureGUI_BndBoxDlg.cxx \
55 MeasureGUI_DistanceDlg.cxx \
56 MeasureGUI_MaxToleranceDlg.cxx \
57 MeasureGUI_WhatisDlg.cxx \
58 MeasureGUI_CheckShapeDlg.cxx \
59 MeasureGUI_PointDlg.cxx
62 MeasureGUI_Skeleton_QTD.h \
63 MeasureGUI_1Sel3LineEdit_QTD.h \
64 MeasureGUI_1Sel6LineEdit_QTD.h \
65 MeasureGUI_1Sel12LineEdit_QTD.h \
66 MeasureGUI_1Sel1TextView_QTD.h \
67 MeasureGUI_2Sel1LineEdit_QTD.h \
68 MeasureGUI_Skeleton.h \
69 MeasureGUI_PropertiesDlg.h \
70 MeasureGUI_CenterMassDlg.h \
71 MeasureGUI_InertiaDlg.h \
72 MeasureGUI_BndBoxDlg.h \
73 MeasureGUI_DistanceDlg.h \
74 MeasureGUI_MaxToleranceDlg.h \
75 MeasureGUI_WhatisDlg.h \
76 MeasureGUI_CheckShapeDlg.h \
79 LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl
83 # additionnal information to compil and link file
85 CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
86 CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome