Salome HOME
Correct vector presentation color.
[modules/geom.git] / src / OBJECT / Makefile.in
index db0e73fcd7434fc0d9fdc470fd32bd92bdccd885..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,6 +36,7 @@ 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 \
                 GEOM_AISTrihedron.hxx \
@@ -48,6 +49,7 @@ LIB_SRC =      GEOM_Actor.cxx \
                 GEOM_OCCReader.cxx \
                 GEOM_AssemblyBuilder.cxx \
                 GEOM_AISShape.cxx \
+                GEOM_AISVector.cxx \
                 GEOM_InteractiveObject.cxx \
                 GEOM_AISTrihedron.cxx \
                 GEOM_VTKTrihedron.cxx
@@ -58,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+=$(PYTHON_LIBS) $(QT_MT_LIBS) $(VTK_LIBS) $(OGL_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 $@