Salome HOME
Updated for PAL14857.
[modules/geom.git] / src / TransformationGUI / Makefile.in
index bf544b5770064f3a0c141bd28a15a7695546a6df..6630d85319e7a0e94640b0be90b5ae77a11775ad 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
 #
 #
 #
@@ -46,25 +46,28 @@ LIB_SRC =   TransformationGUI.cxx \
                TransformationGUI_TranslationDlg.cxx \
                TransformationGUI_RotationDlg.cxx \
                TransformationGUI_MirrorDlg.cxx \
-               TransformationGUI_ScaleDlg.cxx
+               TransformationGUI_ScaleDlg.cxx \
+               TransformationGUI_OffsetDlg.cxx \
+               TransformationGUI_PositionDlg.cxx
 
 LIB_MOC = \
-               TransformationGUI.h \
                TransformationGUI_MultiTranslationDlg.h \
                TransformationGUI_MultiRotationDlg.h \
                TransformationGUI_TranslationDlg.h \
                TransformationGUI_RotationDlg.h \
                TransformationGUI_MirrorDlg.h \
-               TransformationGUI_ScaleDlg.h
+               TransformationGUI_ScaleDlg.h \
+               TransformationGUI_OffsetDlg.h \
+               TransformationGUI_PositionDlg.h
 
-LIB_CLIENT_IDL = 
+LIB_CLIENT_IDL = SALOME_GenericObj.idl SALOME_Component.idl SALOME_Exception.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 += -lGEOMFiltersSelection -lGEOMBase