Salome HOME
PAL12607: Static objects in Geometry GUI libraries.
[modules/geom.git] / src / GEOMAlgo / Makefile.in
index 934d12095ab941a13947a3c2bb8a32018ec4d402..a0c7e45a4542cad93be997c92eefcb90f58dcf08 100644 (file)
@@ -16,7 +16,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.salome-platform.org or email : webmaster.salome@opencascade.org
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
 #
 #
 #
@@ -49,6 +49,7 @@ LIB_SRC = \
        GEOMAlgo_DataMapNodeOfDataMapOfPassKeyInteger_0.cxx \
        GEOMAlgo_DataMapOfPassKeyInteger_0.cxx \
        GEOMAlgo_FinderShapeOn1.cxx \
+       GEOMAlgo_FinderShapeOnQuad.cxx \
        GEOMAlgo_GlueAnalyser.cxx \
        GEOMAlgo_Gluer.cxx \
        GEOMAlgo_IndexedDataMapNodeOfIndexedDataMapOfIntegerShape_0.cxx \
@@ -87,6 +88,7 @@ EXPORT_HEADERS = \
        GEOMAlgo_GlueAnalyser.hxx \
        GEOMAlgo_Gluer.hxx \
        GEOMAlgo_FinderShapeOn1.hxx \
+       GEOMAlgo_FinderShapeOnQuad.hxx \
        GEOMAlgo_IndexedDataMapOfShapeState.hxx \
        GEOMAlgo_ListIteratorOfListOfCoupleOfShapes.hxx \
        GEOMAlgo_ListOfCoupleOfShapes.hxx \
@@ -99,9 +101,9 @@ EXPORT_HEADERS = \
 EXPORT_IDLS=
 
 
-CPPFLAGS += $(OCC_INCLUDES) -I${KERNEL_ROOT_DIR}/include/salome
-CXXFLAGS += $(OCC_CXXFLAGS) -I${KERNEL_ROOT_DIR}/include/salome
-LDFLAGS += $(CAS_LDPATH) -lTKBO -L${KERNEL_ROOT_DIR}/lib/salome
+CPPFLAGS += $(OCC_INCLUDES) $(KERNEL_CXXFLAGS)
+CXXFLAGS += $(OCC_CXXFLAGS) $(KERNEL_CXXFLAGS)
+LDFLAGS += $(CAS_LDPATH) -lTKBO $(KERNEL_LDFLAGS)
 
 %_moc.cxx: %.h
        $(MOC) $< -o $@