summaryrefslogtreecommitdiff
path: root/cppu/source
diff options
context:
space:
mode:
authorMatúš Kukan <matus.kukan@gmail.com>2011-12-17 14:55:08 +0100
committerMatúš Kukan <matus.kukan@gmail.com>2011-12-19 10:14:51 +0100
commit051fdda153d45789c6eb1a0ec32dbd32dfd8a978 (patch)
treefe93175bc8d9cd33b35007a2c3c705120d0cb98e /cppu/source
parent8cf76f19c5bcaebd2e35a62d41e1d0ecd46fd94f (diff)
cppu: convert to gbuild
Because of unit tests is here custom target where are idl files processed.
Diffstat (limited to 'cppu/source')
-rw-r--r--cppu/source/AffineBridge/makefile.mk43
-rw-r--r--cppu/source/LogBridge/makefile.mk43
-rw-r--r--cppu/source/UnsafeBridge/makefile.mk43
-rw-r--r--cppu/source/cppu/makefile.mk45
-rw-r--r--cppu/source/helper/purpenv/export.mk8
-rw-r--r--cppu/source/helper/purpenv/makefile.mk45
-rw-r--r--cppu/source/threadpool/makefile.mk49
-rw-r--r--cppu/source/typelib/makefile.mk45
-rw-r--r--cppu/source/uno/makefile.mk55
9 files changed, 0 insertions, 376 deletions
diff --git a/cppu/source/AffineBridge/makefile.mk b/cppu/source/AffineBridge/makefile.mk
deleted file mode 100644
index 278952118eda..000000000000
--- a/cppu/source/AffineBridge/makefile.mk
+++ /dev/null
@@ -1,43 +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 := cppu
-TARGET := AffineBridge
-
-ENABLE_EXCEPTIONS := TRUE
-USE_DEFFILE := FALSE
-
-
-.INCLUDE: settings.mk
-
-
-SLOFILES := $(SLO)$/AffineBridge.obj
-
-
-.INCLUDE: target.mk
-
diff --git a/cppu/source/LogBridge/makefile.mk b/cppu/source/LogBridge/makefile.mk
deleted file mode 100644
index 7c460b238b2d..000000000000
--- a/cppu/source/LogBridge/makefile.mk
+++ /dev/null
@@ -1,43 +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 := cppu
-TARGET := LogBridge
-
-ENABLE_EXCEPTIONS := TRUE
-USE_DEFFILE := FALSE
-
-
-.INCLUDE: settings.mk
-
-
-SLOFILES := $(SLO)$/LogBridge.obj
-
-
-.INCLUDE: target.mk
-
diff --git a/cppu/source/UnsafeBridge/makefile.mk b/cppu/source/UnsafeBridge/makefile.mk
deleted file mode 100644
index 4ea9f453b632..000000000000
--- a/cppu/source/UnsafeBridge/makefile.mk
+++ /dev/null
@@ -1,43 +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 := cppu
-TARGET := UnsafeBridge
-
-ENABLE_EXCEPTIONS := TRUE
-USE_DEFFILE := FALSE
-
-
-.INCLUDE: settings.mk
-
-
-SLOFILES := $(SLO)$/UnsafeBridge.obj
-
-
-.INCLUDE: target.mk
-
diff --git a/cppu/source/cppu/makefile.mk b/cppu/source/cppu/makefile.mk
deleted file mode 100644
index 5a42ec3113c2..000000000000
--- a/cppu/source/cppu/makefile.mk
+++ /dev/null
@@ -1,45 +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=cppu
-TARGET=cppu_cppu
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : ..$/..$/util$/makefile.pmk
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES= \
- $(SLO)$/cppu_opt.obj
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : ..$/..$/util$/target.pmk
-.INCLUDE : target.mk
diff --git a/cppu/source/helper/purpenv/export.mk b/cppu/source/helper/purpenv/export.mk
deleted file mode 100644
index 6ffea2e6a576..000000000000
--- a/cppu/source/helper/purpenv/export.mk
+++ /dev/null
@@ -1,8 +0,0 @@
-
-.IF "$(COM)"=="GCC"
-NAMEpurpenv_helper := uno_purpenvhelper$(COMID)
-purpenv_helper_LIB := -l$(NAMEpurpenv_helper)
-.ELSE
-NAMEpurpenv_helper := purpenvhelper$(UDK_MAJOR)$(COMID)
-purpenv_helper_LIB := $(LIBPRE) i$(NAMEpurpenv_helper).lib
-.ENDIF
diff --git a/cppu/source/helper/purpenv/makefile.mk b/cppu/source/helper/purpenv/makefile.mk
deleted file mode 100644
index b68788484430..000000000000
--- a/cppu/source/helper/purpenv/makefile.mk
+++ /dev/null
@@ -1,45 +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 := cppu
-TARGET := helper_purpenv
-
-
-ENABLE_EXCEPTIONS := TRUE
-USE_DEFFILE := TRUE
-
-
-.INCLUDE : settings.mk
-
-SLOFILES := \
- $(SLO)$/helper_purpenv_Environment.obj \
- $(SLO)$/helper_purpenv_Mapping.obj \
- $(SLO)$/helper_purpenv_Proxy.obj
-
-
-.INCLUDE : target.mk
diff --git a/cppu/source/threadpool/makefile.mk b/cppu/source/threadpool/makefile.mk
deleted file mode 100644
index ea5e146b9cf6..000000000000
--- a/cppu/source/threadpool/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=cppu
-TARGET=cppu_threadpool
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : ..$/..$/util$/makefile.pmk
-.INCLUDE : settings.mk
-
-# ------------------------------------------------------------------
-
-SLOFILES=\
- $(SLO)$/threadpool.obj\
- $(SLO)$/jobqueue.obj\
- $(SLO)$/thread.obj\
- $(SLO)$/threadident.obj\
- $(SLO)$/current.obj
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : ..$/..$/util$/target.pmk
-.INCLUDE : target.mk
diff --git a/cppu/source/typelib/makefile.mk b/cppu/source/typelib/makefile.mk
deleted file mode 100644
index 5a09459fed54..000000000000
--- a/cppu/source/typelib/makefile.mk
+++ /dev/null
@@ -1,45 +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=cppu
-TARGET=cppu_typelib
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : ..$/..$/util$/makefile.pmk
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES= \
- $(SLO)$/typelib.obj \
- $(SLO)$/static_types.obj
-
-.INCLUDE : ..$/..$/util$/target.pmk
-.INCLUDE : target.mk
-
diff --git a/cppu/source/uno/makefile.mk b/cppu/source/uno/makefile.mk
deleted file mode 100644
index 63bf4f0387ac..000000000000
--- a/cppu/source/uno/makefile.mk
+++ /dev/null
@@ -1,55 +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=cppu
-TARGET=cppu_uno
-
-# --- Settings -----------------------------------------------------
-
-.INCLUDE : ..$/..$/util$/makefile.pmk
-.INCLUDE : settings.mk
-
-# --- Files --------------------------------------------------------
-
-SLOFILES= \
- $(SLO)$/data.obj \
- $(SLO)$/sequence.obj \
- $(SLO)$/any.obj \
- $(SLO)$/lbmap.obj \
- $(SLO)$/lbenv.obj \
- $(SLO)$/IdentityMapping.obj \
- $(SLO)$/EnvDcp.obj \
- $(SLO)$/cascade_mapping.obj \
- $(SLO)$/EnvStack.obj \
- $(SLO)$/env_subst.obj \
- $(SLO)$/loadmodule.obj
-
-# --- Targets ------------------------------------------------------
-
-.INCLUDE : ..$/..$/util$/target.pmk
-.INCLUDE : target.mk