summaryrefslogtreecommitdiff
path: root/basegfx/source
diff options
context:
space:
mode:
authorMathias Bauer <mba@openoffice.org>2011-02-27 18:29:10 +0100
committerBjoern Michaelsen <bjoern.michaelsen@canonical.com>2011-06-16 13:14:11 +0200
commite7c5808817bd8c85ee28deec2b7faa3fadaf94ab (patch)
treeba6fb1229b164e1bfc35c6d865fec59ec1f1fe05 /basegfx/source
parenta7807daef906bc2a829deed62b84ce7c0a63e865 (diff)
CWS gnumake4: some more changes for basebmp and basegfx [hg:412eb2845cc4]
Diffstat (limited to 'basegfx/source')
-rw-r--r--basegfx/source/color/makefile.mk49
-rw-r--r--basegfx/source/curve/makefile.mk49
-rw-r--r--basegfx/source/matrix/makefile.mk49
-rw-r--r--basegfx/source/numeric/makefile.mk47
-rw-r--r--basegfx/source/pixel/makefile.mk47
-rw-r--r--basegfx/source/point/makefile.mk52
-rw-r--r--basegfx/source/polygon/makefile.mk63
-rw-r--r--basegfx/source/range/makefile.mk52
-rw-r--r--basegfx/source/raster/makefile.mk49
-rwxr-xr-xbasegfx/source/tools/makefile.mk51
-rw-r--r--basegfx/source/tuple/makefile.mk52
-rw-r--r--basegfx/source/vector/makefile.mk50
12 files changed, 0 insertions, 610 deletions
diff --git a/basegfx/source/color/makefile.mk b/basegfx/source/color/makefile.mk
deleted file mode 100644
index c4e842db72ae..000000000000
--- a/basegfx/source/color/makefile.mk
+++ /dev/null
@@ -1,49 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=color
-
-#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-#ENABLE_EXCEPTIONS=FALSE
-#USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= \
- $(SLO)$/bcolor.obj \
- $(SLO)$/bcolortools.obj \
- $(SLO)$/bcolormodifier.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/basegfx/source/curve/makefile.mk b/basegfx/source/curve/makefile.mk
deleted file mode 100644
index 88190cfdfe1a..000000000000
--- a/basegfx/source/curve/makefile.mk
+++ /dev/null
@@ -1,49 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=curve
-
-#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-ENABLE_EXCEPTIONS=FALSE
-#USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= \
- $(SLO)$/b2dcubicbezier.obj \
- $(SLO)$/b2dquadraticbezier.obj \
- $(SLO)$/b2dbeziertools.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/basegfx/source/matrix/makefile.mk b/basegfx/source/matrix/makefile.mk
deleted file mode 100644
index 35ea4d0cb86f..000000000000
--- a/basegfx/source/matrix/makefile.mk
+++ /dev/null
@@ -1,49 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=matrix
-
-#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-#ENABLE_EXCEPTIONS=FALSE
-#USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= \
- $(SLO)$/b2dhommatrix.obj \
- $(SLO)$/b2dhommatrixtools.obj \
- $(SLO)$/b3dhommatrix.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/basegfx/source/numeric/makefile.mk b/basegfx/source/numeric/makefile.mk
deleted file mode 100644
index 83abbbde4d82..000000000000
--- a/basegfx/source/numeric/makefile.mk
+++ /dev/null
@@ -1,47 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=numeric
-
-#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-#ENABLE_EXCEPTIONS=FALSE
-#USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= \
- $(SLO)$/ftools.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/basegfx/source/pixel/makefile.mk b/basegfx/source/pixel/makefile.mk
deleted file mode 100644
index 75192dc5c180..000000000000
--- a/basegfx/source/pixel/makefile.mk
+++ /dev/null
@@ -1,47 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=pixel
-
-#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-#ENABLE_EXCEPTIONS=FALSE
-#USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= \
- $(SLO)$/bpixel.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/basegfx/source/point/makefile.mk b/basegfx/source/point/makefile.mk
deleted file mode 100644
index 96798eb35cc9..000000000000
--- a/basegfx/source/point/makefile.mk
+++ /dev/null
@@ -1,52 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=point
-
-#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-#ENABLE_EXCEPTIONS=FALSE
-#USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= \
- $(SLO)$/b2dpoint.obj \
- $(SLO)$/b2dhompoint.obj \
- $(SLO)$/b3dpoint.obj \
- $(SLO)$/b3dhompoint.obj \
- $(SLO)$/b2ipoint.obj \
- $(SLO)$/b3ipoint.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/basegfx/source/polygon/makefile.mk b/basegfx/source/polygon/makefile.mk
deleted file mode 100644
index 7ac71ada5e8e..000000000000
--- a/basegfx/source/polygon/makefile.mk
+++ /dev/null
@@ -1,63 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=polygon
-
-#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-ENABLE_EXCEPTIONS=TRUE
-#USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= \
- $(SLO)$/b2dpolygon.obj \
- $(SLO)$/b2dpolygontools.obj \
- $(SLO)$/b2dpolypolygon.obj \
- $(SLO)$/b2dpolypolygontools.obj \
- $(SLO)$/b2dsvgpolypolygon.obj \
- $(SLO)$/b2dlinegeometry.obj \
- $(SLO)$/b2dpolypolygoncutter.obj \
- $(SLO)$/b2dpolypolygonrasterconverter.obj \
- $(SLO)$/b2dpolygonclipper.obj \
- $(SLO)$/b2dpolygontriangulator.obj \
- $(SLO)$/b2dpolygoncutandtouch.obj \
- $(SLO)$/b2dtrapezoid.obj \
- $(SLO)$/b3dpolygon.obj \
- $(SLO)$/b3dpolygontools.obj \
- $(SLO)$/b3dpolypolygon.obj \
- $(SLO)$/b3dpolypolygontools.obj \
- $(SLO)$/b3dpolygonclipper.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/basegfx/source/range/makefile.mk b/basegfx/source/range/makefile.mk
deleted file mode 100644
index 5e05eeda94d9..000000000000
--- a/basegfx/source/range/makefile.mk
+++ /dev/null
@@ -1,52 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=range
-
-#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-ENABLE_EXCEPTIONS=TRUE
-#USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= \
- $(SLO)$/b1drange.obj \
- $(SLO)$/b2drange.obj \
- $(SLO)$/b2xrange.obj \
- $(SLO)$/b2dpolyrange.obj \
- $(SLO)$/b2drangeclipper.obj \
- $(SLO)$/b3drange.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/basegfx/source/raster/makefile.mk b/basegfx/source/raster/makefile.mk
deleted file mode 100644
index 1381b9f6d716..000000000000
--- a/basegfx/source/raster/makefile.mk
+++ /dev/null
@@ -1,49 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=raster
-
-#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-ENABLE_EXCEPTIONS=TRUE
-#USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= \
- $(SLO)$/bpixelraster.obj \
- $(SLO)$/bzpixelraster.obj \
- $(SLO)$/rasterconvert3d.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/basegfx/source/tools/makefile.mk b/basegfx/source/tools/makefile.mk
deleted file mode 100755
index 0a0977f7305d..000000000000
--- a/basegfx/source/tools/makefile.mk
+++ /dev/null
@@ -1,51 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=tools
-
-ENABLE_EXCEPTIONS=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= $(SLO)$/b2dclipstate.obj \
- $(SLO)$/canvastools.obj \
- $(SLO)$/gradienttools.obj \
- $(SLO)$/debugplotter.obj \
- $(SLO)$/keystoplerp.obj \
- $(SLO)$/liangbarsky.obj \
- $(SLO)$/tools.obj \
- $(SLO)$/unopolypolygon.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/basegfx/source/tuple/makefile.mk b/basegfx/source/tuple/makefile.mk
deleted file mode 100644
index 01a4c6de2d3c..000000000000
--- a/basegfx/source/tuple/makefile.mk
+++ /dev/null
@@ -1,52 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=tuple
-
-#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-#ENABLE_EXCEPTIONS=FALSE
-#USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= \
- $(SLO)$/b2dtuple.obj \
- $(SLO)$/b3dtuple.obj \
- $(SLO)$/b2ituple.obj \
- $(SLO)$/b3ituple.obj \
- $(SLO)$/b2i64tuple.obj \
- $(SLO)$/b3i64tuple.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk
diff --git a/basegfx/source/vector/makefile.mk b/basegfx/source/vector/makefile.mk
deleted file mode 100644
index defc7a31dd51..000000000000
--- a/basegfx/source/vector/makefile.mk
+++ /dev/null
@@ -1,50 +0,0 @@
-#*************************************************************************
-#
-# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
-#
-# Copyright 2000, 2010 Oracle and/or its affiliates.
-#
-# OpenOffice.org - a multi-platform office productivity suite
-#
-# This file is part of OpenOffice.org.
-#
-# OpenOffice.org is free software: you can redistribute it and/or modify
-# it under the terms of the GNU Lesser General Public License version 3
-# only, as published by the Free Software Foundation.
-#
-# OpenOffice.org 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 version 3 for more details
-# (a copy is included in the LICENSE file that accompanied this code).
-#
-# You should have received a copy of the GNU Lesser General Public License
-# version 3 along with OpenOffice.org. If not, see
-# <http://www.openoffice.org/license.html>
-# for a copy of the LGPLv3 License.
-#
-#*************************************************************************
-
-PRJ=..$/..
-PRJNAME=basegfx
-TARGET=vector
-
-#UNOUCRRDB=$(SOLARBINDIR)$/applicat.rdb
-#ENABLE_EXCEPTIONS=FALSE
-#USE_DEFFILE=TRUE
-
-# --- Settings ----------------------------------
-
-.INCLUDE : settings.mk
-
-# --- Files -------------------------------------
-
-SLOFILES= \
- $(SLO)$/b2dvector.obj \
- $(SLO)$/b3dvector.obj \
- $(SLO)$/b2ivector.obj \
- $(SLO)$/b3ivector.obj
-
-# --- Targets ----------------------------------
-
-.INCLUDE : target.mk