Salome HOME
Join modifications from branch OCC_debug_for_3_2_0b1
[modules/visu.git] / src / VVTK / Makefile.in
index 66b48653a131c88c9f337b424085efa3350d2cd5..7ed03ae7f45881fe3ce6e3a93bfb9f7379742246 100755 (executable)
@@ -1,3 +1,22 @@
+#  Copyright (C) 2005  OPEN CASCADE, EADS/CCR, LIP6, CEA/DEN,
+#  CEDRAT, EDF R&D, LEG, PRINCIPIA R&D, BUREAU VERITAS
+#
+#  This library is free software; you can redistribute it and/or
+#  modify it under the terms of the GNU Lesser General Public
+#  License as published by the Free Software Foundation; either
+#  version 2.1 of the License.
+#
+#  This library is distributed in the hope that it will be useful,
+#  but WITHOUT ANY WARRANTY; without even the implied warranty of
+#  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+#  Lesser General Public License for more details.
+#
+#  You should have received a copy of the GNU Lesser General Public
+#  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/
+#
 #  File   : Makefile.in
 #  Author : Alexander Solovyov(OCN)
 #  Module : VVTK
@@ -63,16 +82,16 @@ CPPFLAGS += \
        $(OCC_INCLUDES) \
        $(VTK_INCLUDES) \
        $(BOOST_CPPFLAGS) \
-       -I$(KERNEL_ROOT_DIR)/include/salome \
-       -I$(GUI_ROOT_DIR)/include/salome \
-       -I${MED_ROOT_DIR}/include/salome
+       $(KERNEL_CXXFLAGS) \
+       $(GUI_CXXFLAGS) \
+       $(MED_CXXFLAGS)
 
 LDFLAGS += \
        $(QT_MT_LIBS) \
        $(OCC_LIBS) \
        $(VTK_LIBS) \
-       -L$(KERNEL_ROOT_DIR)/lib/salome \
-       -L$(GUI_ROOT_DIR)/lib/salome
+       $(KERNEL_LDFLAGS) \
+       $(GUI_LDFLAGS)
 
 LIBS+= -lsuit -lCAM -lSalomeObject -lSVTK -lOpUtil