Salome HOME
Fixed method GetSame for the case of two cylindrical surfaces that are part of the...
[modules/geom.git] / src / OBJECT / Makefile.in
index 154c41d95bc9b2a07495c95bba5dd54dc0b0e504..55fd9578f37d21b2424c0c4cdb78cb1df4a29d0d 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,9 +36,11 @@ EXPORT_HEADERS = GEOM_Actor.h \
                 GEOM_AssemblyBuilder.h \
                 GEOM_AISShape.hxx \
                 Handle_GEOM_AISShape.hxx \
+                GEOM_AISVector.hxx \
                 GEOM_InteractiveObject.hxx \
-                Handle_GEOM_InteractiveObject.hxx 
-
+                Handle_GEOM_InteractiveObject.hxx \
+                GEOM_AISTrihedron.hxx \
+                GEOM_VTKTrihedron.hxx
 
 # Libraries targets
 
@@ -47,7 +49,10 @@ LIB_SRC =     GEOM_Actor.cxx \
                 GEOM_OCCReader.cxx \
                 GEOM_AssemblyBuilder.cxx \
                 GEOM_AISShape.cxx \
-                GEOM_InteractiveObject.cxx 
+                GEOM_AISVector.cxx \
+                GEOM_InteractiveObject.cxx \
+                GEOM_AISTrihedron.cxx \
+                GEOM_VTKTrihedron.cxx
 
 LIB_CLIENT_IDL = 
 
@@ -55,9 +60,9 @@ LIB_CLIENT_IDL =
 BIN = 
 BIN_SRC        =
 
-CPPFLAGS+=$(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
-CXXFLAGS += -I${KERNEL_ROOT_DIR}/include/salome
-LDFLAGS+=$(QT_MT_LIBS) $(VTK_LIBS) $(OGL_LIBS) $(PYTHON_LIBS) -lSalomeObject -L${KERNEL_ROOT_DIR}/lib/salome
+CPPFLAGS += $(QT_INCLUDES) $(PYTHON_INCLUDES) $(OCC_INCLUDES) $(VTK_INCLUDES) $(OGL_INCLUDES) $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS) 
+CXXFLAGS += $(KERNEL_CXXFLAGS) $(GUI_CXXFLAGS) 
+LDFLAGS  += $(PYTHON_LIBS) $(QT_MT_LIBS) $(VTK_LIBS) $(OGL_LIBS) -lSalomeObject $(KERNEL_LDFLAGS) $(GUI_LDFLAGS) 
 %_moc.cxx: %.h
        $(MOC) $< -o $@