Salome HOME
Fix for PAL10496.
[modules/geom.git] / src / MeasureGUI / Makefile.in
index 2b983be0d546cb12a8f949130ee1a2ced1fbe6a3..7c3f45974d864479b56fe087f1330935ab656d09 100644 (file)
@@ -17,7 +17,7 @@
 #  License along with this library; if not, write to the Free Software 
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA 
 # 
-#  See http://www.opencascade.org/SALOME/ or email : webmaster.salome@opencascade.org 
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 #
 #
@@ -55,10 +55,11 @@ LIB_SRC =   MeasureGUI.cxx \
                MeasureGUI_DistanceDlg.cxx \
                MeasureGUI_MaxToleranceDlg.cxx \
                MeasureGUI_WhatisDlg.cxx \
-               MeasureGUI_CheckShapeDlg.cxx
+               MeasureGUI_CheckShapeDlg.cxx \
+               MeasureGUI_CheckCompoundOfBlocksDlg.cxx \
+               MeasureGUI_PointDlg.cxx
 
 LIB_MOC = \
-               MeasureGUI.h \
                MeasureGUI_Skeleton_QTD.h \
                MeasureGUI_1Sel3LineEdit_QTD.h \
                MeasureGUI_1Sel6LineEdit_QTD.h \
@@ -73,16 +74,18 @@ LIB_MOC = \
                MeasureGUI_DistanceDlg.h \
                MeasureGUI_MaxToleranceDlg.h \
                MeasureGUI_WhatisDlg.h \
-               MeasureGUI_CheckShapeDlg.h
+               MeasureGUI_CheckShapeDlg.h \
+               MeasureGUI_CheckCompoundOfBlocksDlg.h \
+               MeasureGUI_PointDlg.h    
 
-LIB_CLIENT_IDL = 
+LIB_CLIENT_IDL = SALOME_Exception.idl SALOME_GenericObj.idl SALOME_Component.idl
 
-LIB_SERVER_IDL = 
+LIB_SERVER_IDL =  
 
 # additionnal information to compil and link file
 
-CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
-CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome
+CPPFLAGS += $(QT_INCLUDES) $(VTK_INCLUDES) $(OCC_INCLUDES) $(PYTHON_INCLUDES) $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS)
+CXXFLAGS += $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS)
 
 LDFLAGS += -lGEOMBase