X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FPARTITION%2FMakefile.in;h=74a06a7fda9d87d995dc912b3e3262fc62aa5475;hb=cb4b4dddf0e220d97fc161211b3bf5b706e93264;hp=98694a9d2ecd533e81033fd20abcf85eef9138b3;hpb=0f1369c27fd6a84ba1149c3c5f3ed181acc055f1;p=modules%2Fgeom.git diff --git a/src/PARTITION/Makefile.in b/src/PARTITION/Makefile.in index 98694a9d2..74a06a7fd 100644 --- a/src/PARTITION/Makefile.in +++ b/src/PARTITION/Makefile.in @@ -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 # # # @@ -27,7 +27,7 @@ # $Header$ top_srcdir=@top_srcdir@ -top_builddir=../../.. +top_builddir=../.. srcdir=@srcdir@ VPATH=.:@srcdir@ @@ -35,7 +35,7 @@ VPATH=.:@srcdir@ @COMMENCE@ # Libraries targets -LIB = libGeometryPartition.la +LIB = libGEOMPartition.la LIB_SRC = Partition_Inter2d.cxx \ Partition_Inter3d.cxx \ Partition_Loop2d.cxx \ @@ -53,9 +53,9 @@ EXPORT_HEADERS = Partition_Spliter.hxx \ EXPORT_IDLS= -CPPFLAGS += $(OCC_INCLUDES) -CXXFLAGS += $(OCC_CXXFLAGS) -LDFLAGS += $(OCC_LIBS) +CPPFLAGS += $(OCC_INCLUDES) $(KERNEL_CXXFLAGS) +CXXFLAGS += $(OCC_CXXFLAGS) $(KERNEL_CXXFLAGS) +LDFLAGS += $(CAS_LDPATH) -lTKBool $(KERNEL_LDFLAGS) %_moc.cxx: %.h $(MOC) $< -o $@