Salome HOME
Fixed method GetSame for the case of two cylindrical surfaces that are part of the...
[modules/geom.git] / src / GEOMGUI / Makefile.in
index 9576c2d3569ebed02c2ae1dc710bcc805682f5b1..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
 #
 #
 #
@@ -34,29 +34,46 @@ VPATH=.:@srcdir@:@top_srcdir@/idl
 
 @COMMENCE@
 
+# ressources files
+PO_FILES = \
+       GEOM_images.po \
+       GEOM_msg_en.po \
+       GEOM_msg_fr.po
+
 # header files 
-EXPORT_HEADERS= GeometryGUI_Swig.hxx \
+EXPORT_HEADERS= GeometryGUI.h \
+                GEOMGUI.h \
+               GEOM_Displayer.h \
+               GEOMGUI_OCCSelector.h \
+               GEOMGUI_Selection.h \
+                GeometryGUI_Swig.hxx \
                GeometryGUI_Swig.i
 
 # Libraries targets 
-LIB = libGEOMGUI.la
+LIB = libGEOM.la
 LIB_SRC =      GeometryGUI.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
+                SALOMEDS_Attributes.idl \
+                SALOME_GenericObj.idl \
+                SALOME_Component.idl \
+                GEOM_Gen.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 += $(BOOST_CPPFLAGS) $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS)
 
-LDFLAGS += -lGEOMContext
+LDFLAGS += -lGEOMFiltersSelection $(KERNEL_LDFLAGS) $(GUI_LDFLAGS) -lOCCViewer -lVTKViewer -lSalomeApp -lCAM -lGEOMClient -lSOCC -lSVTK -lGEOMObject -lToolsGUI -lEvent
 
 @CONCLUDE@