Salome HOME
Implementation of change orientation in Repair in GEOM.
[modules/geom.git] / src / GEOMGUI / Makefile.in
index bd17ccd48e8976c8ae3ec49637d87fc173500d8d..3e8dd21145527827d29bbf0289ab0d131a1f65e7 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
 #
 #
 #
@@ -36,39 +36,44 @@ VPATH=.:@srcdir@:@top_srcdir@/idl
 
 # ressources files
 PO_FILES = \
-       GEOM_icons.po \
+       GEOM_images.po \
        GEOM_msg_en.po \
        GEOM_msg_fr.po
 
 # header files 
 EXPORT_HEADERS= GeometryGUI.h \
                 GEOMGUI.h \
+               GEOM_Displayer.h \
+               GEOMGUI_OCCSelector.h \
+               GEOMGUI_Selection.h \
                 GeometryGUI_Swig.hxx \
-               GeometryGUI_Swig.i \
-               GEOM_Displayer.h
+               GeometryGUI_Swig.i
 
 # Libraries targets 
-LIB = libGEOMGUI.la
+LIB = libGEOM.la
 LIB_SRC =      GeometryGUI.cxx \
-               GeometryGUI_Swig.cxx \
-                GEOM_Displayer.cxx  \
-                GEOMGUI.cxx
+                GEOMGUI.cxx \
+               GEOM_Displayer.cxx \
+                GEOMGUI_OCCSelector.cxx \
+               GEOMGUI_Selection.cxx \
+               GeometryGUI_Swig.cxx
 
-LIB_MOC = \
-                GeometryGUI.h \
+LIB_MOC = GeometryGUI.h \
 
 LIB_CLIENT_IDL = SALOME_Exception.idl \
                 SALOMEDS.idl \
                 SALOMEDS_Attributes.idl \
-                SALOME_GenericObj.idl
+                SALOME_GenericObj.idl \
+                SALOME_Component.idl \
+                GEOM_Gen.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 += $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS)
 
-LDFLAGS += -L$(KERNEL_ROOT_DIR)/lib/salome -lOCCViewer -lVTKViewer -lSalomeGUI -lGEOMClient -lGEOMObject -lGEOMFiltersSelection
+LDFLAGS += -lGEOMFiltersSelection $(KERNEL_LDFLAGS) $(GUI_LDFLAGS) -lOCCViewer -lVTKViewer -lSalomeApp -lCAM -lGEOMClient -lSOCC -lSVTK -lGEOMObject -lToolsGUI -lEvent
 
 @CONCLUDE@