diff options
author | Mathias Bauer <mba@openoffice.org> | 2011-02-22 09:53:58 +0100 |
---|---|---|
committer | Bjoern Michaelsen <bjoern.michaelsen@canonical.com> | 2011-06-16 10:11:45 +0200 |
commit | 2839168cd0eebe9b5397406a124ca1b6247ad59e (patch) | |
tree | 014e0a5ea43386679222243a395e67be6966fbe0 /wizards/source | |
parent | e19358aa28e2a43134b49d1c37a27b6fa33ecc2f (diff) |
CWS gnumake4: convert wizards to new build system
Diffstat (limited to 'wizards/source')
-rw-r--r-- | wizards/source/config/makefile.mk | 52 | ||||
-rw-r--r-- | wizards/source/configshare/makefile.mk | 52 | ||||
-rw-r--r-- | wizards/source/depot/delzip | 1 | ||||
-rw-r--r-- | wizards/source/depot/makefile.mk | 53 | ||||
-rw-r--r-- | wizards/source/euro/makefile.mk | 53 | ||||
-rw-r--r-- | wizards/source/formwizard/makefile.mk | 53 | ||||
-rw-r--r-- | wizards/source/gimmicks/makefile.mk | 46 | ||||
-rw-r--r-- | wizards/source/imagelists/makefile.mk | 50 | ||||
-rw-r--r-- | wizards/source/importwizard/makefile.mk | 53 | ||||
-rw-r--r-- | wizards/source/launcher/makefile.mk | 46 | ||||
-rw-r--r-- | wizards/source/schedule/makefile.mk | 53 | ||||
-rw-r--r-- | wizards/source/standard/makefile.mk | 45 | ||||
-rw-r--r-- | wizards/source/template/makefile.mk | 54 | ||||
-rw-r--r-- | wizards/source/tools/makefile.mk | 45 | ||||
-rw-r--r-- | wizards/source/tutorials/makefile.mk | 45 | ||||
-rw-r--r-- | wizards/source/webwizard/makefile.mk | 53 |
16 files changed, 0 insertions, 754 deletions
diff --git a/wizards/source/config/makefile.mk b/wizards/source/config/makefile.mk deleted file mode 100644 index 42ec8d468782..000000000000 --- a/wizards/source/config/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=wizards -TARGET=configall - -.INCLUDE : settings.mk - -.INCLUDE : $(PRJ)$/util$/target.pmk - - - -ZIP1TARGET = $(CONFIG_ALL_TARGET) - -ZIP1LIST = * -x makefile.* - - - - -.INCLUDE : target.mk - - - - - diff --git a/wizards/source/configshare/makefile.mk b/wizards/source/configshare/makefile.mk deleted file mode 100644 index c86f66fb8a76..000000000000 --- a/wizards/source/configshare/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=wizards -TARGET=configshare - -.INCLUDE : settings.mk - -.INCLUDE : $(PRJ)$/util$/target.pmk - - - -ZIP1TARGET = $(CONFIG_SHARE_TARGET) - -ZIP1LIST = * -x makefile.* - - - - -.INCLUDE : target.mk - - - - - diff --git a/wizards/source/depot/delzip b/wizards/source/depot/delzip deleted file mode 100644 index 636fda90bfcb..000000000000 --- a/wizards/source/depot/delzip +++ /dev/null @@ -1 +0,0 @@ -ECHO is OFF diff --git a/wizards/source/depot/makefile.mk b/wizards/source/depot/makefile.mk deleted file mode 100644 index 2049b6a173a0..000000000000 --- a/wizards/source/depot/makefile.mk +++ /dev/null @@ -1,53 +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=wizards -TARGET=depotall - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - -# -# testresource. -# -# SRS2NAME = depot -# SRC2FILES= webwizar.src -# RESLIB2SRSFILES= $(SRS)$/webwizar.srs -# RESLIB2NAME= wwz - -ZIP1TARGET = $(DEPOT_ALL_TARGET) -ZIP1LIST = *.xdl *.xba *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - diff --git a/wizards/source/euro/makefile.mk b/wizards/source/euro/makefile.mk deleted file mode 100644 index f4b4c22306f5..000000000000 --- a/wizards/source/euro/makefile.mk +++ /dev/null @@ -1,53 +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=wizards -TARGET=euro - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - -# -# testresource. -# -SRS2NAME = euro -SRC2FILES= euro.src -RESLIB2SRSFILES= $(SRS)$/euro.srs -RESLIB2NAME= eur - -ZIP1TARGET = $(EURO_ALL_TARGET) -ZIP1LIST = *.xdl *.xba *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk diff --git a/wizards/source/formwizard/makefile.mk b/wizards/source/formwizard/makefile.mk deleted file mode 100644 index 3a5ec422625f..000000000000 --- a/wizards/source/formwizard/makefile.mk +++ /dev/null @@ -1,53 +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=wizards -TARGET=formwizardall - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - -# -# testresource. -# -SRS2NAME = dbwizres -SRC2FILES= dbwizres.src -RESLIB2SRSFILES= $(SRS)$/dbwizres.srs -RESLIB2NAME= dbw - -ZIP1TARGET = $(FORMWIZARD_ALL_TARGET) -ZIP1LIST = *.xdl *.xba *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - diff --git a/wizards/source/gimmicks/makefile.mk b/wizards/source/gimmicks/makefile.mk deleted file mode 100644 index de083f52e88d..000000000000 --- a/wizards/source/gimmicks/makefile.mk +++ /dev/null @@ -1,46 +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=wizards -TARGET=gimmicks - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - - -ZIP1TARGET = $(GIMMICKS_ALL_TARGET) -ZIP1LIST = *.xdl *.xba *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - diff --git a/wizards/source/imagelists/makefile.mk b/wizards/source/imagelists/makefile.mk deleted file mode 100644 index 163377de392b..000000000000 --- a/wizards/source/imagelists/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=wizards -TARGET=wzimglst - -# --- Settings ---------------------------------- - -.INCLUDE : settings.mk -# --- Files ------------------------------------- -# ... resource files ............................ - -SRS1NAME=$(TARGET) -SRC1FILES=imagelists.src - -RESLIB1SRSFILES= $(SRS)$/wzimglst.srs -RESLIB1NAME=wzi -RESLIB1IMAGES=$(PRJ)$/res - -# ... object files ............................ -# --- Targets ---------------------------------- - -.INCLUDE : target.mk - - diff --git a/wizards/source/importwizard/makefile.mk b/wizards/source/importwizard/makefile.mk deleted file mode 100644 index 5c7ef4ce916a..000000000000 --- a/wizards/source/importwizard/makefile.mk +++ /dev/null @@ -1,53 +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=wizards -TARGET=importwizardall - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - -# -# testresource. -# -SRS2NAME = importwi -SRC2FILES= importwi.src -RESLIB2SRSFILES= $(SRS)$/importwi.srs -RESLIB2NAME= imp - -ZIP1TARGET = $(IMPORTWIZARD_ALL_TARGET) -ZIP1LIST = *.xdl *.xba *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - diff --git a/wizards/source/launcher/makefile.mk b/wizards/source/launcher/makefile.mk deleted file mode 100644 index 4bd474242f4b..000000000000 --- a/wizards/source/launcher/makefile.mk +++ /dev/null @@ -1,46 +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=wizards -TARGET=launcher - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - -ZIP1TARGET = $(LAUNCHER_ALL_TARGET) -XBAFILES = DicOOo.xba -ZIP1LIST = *.xdl $(XBAFILES) *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - diff --git a/wizards/source/schedule/makefile.mk b/wizards/source/schedule/makefile.mk deleted file mode 100644 index f5c549b878ce..000000000000 --- a/wizards/source/schedule/makefile.mk +++ /dev/null @@ -1,53 +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=wizards -TARGET=scheduleall - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - -# -# testresource. -# -SRS2NAME = schedule -SRC2FILES= schedule.src -RESLIB2SRSFILES= $(SRS)$/schedule.srs -RESLIB2NAME= cal - -ZIP1TARGET = $(SCHEDULE_ALL_TARGET) -ZIP1LIST = *.xdl *.xba *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - diff --git a/wizards/source/standard/makefile.mk b/wizards/source/standard/makefile.mk deleted file mode 100644 index 7ffef2e63789..000000000000 --- a/wizards/source/standard/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=wizards -TARGET=standard - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - -ZIP1TARGET = $(STANDARD_ALL_TARGET) -ZIP1LIST = *.xdl *.xba *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - diff --git a/wizards/source/template/makefile.mk b/wizards/source/template/makefile.mk deleted file mode 100644 index 82a30d0d25a8..000000000000 --- a/wizards/source/template/makefile.mk +++ /dev/null @@ -1,54 +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=wizards -TARGET=template - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - -# -# testresource. -# -SRS2NAME = template -SRC2FILES= template.src -RESLIB2SRSFILES= $(SRS)$/template.srs -RESLIB2NAME= tpl - -ZIP1TARGET = $(TEMPLATE_ALL_TARGET) -ZIP1LIST = *.xdl *.xba *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - diff --git a/wizards/source/tools/makefile.mk b/wizards/source/tools/makefile.mk deleted file mode 100644 index 801db34b4c3f..000000000000 --- a/wizards/source/tools/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=wizards -TARGET=tools - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - -ZIP1TARGET = $(TOOLS_ALL_TARGET) -ZIP1LIST = *.xdl *.xba *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - diff --git a/wizards/source/tutorials/makefile.mk b/wizards/source/tutorials/makefile.mk deleted file mode 100644 index a5f673b1d3f0..000000000000 --- a/wizards/source/tutorials/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=wizards -TARGET=tutorials - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - -ZIP1TARGET = $(TUTORIALS_ALL_TARGET) -ZIP1LIST = *.xdl *.xba *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - diff --git a/wizards/source/webwizard/makefile.mk b/wizards/source/webwizard/makefile.mk deleted file mode 100644 index 415e08bf9475..000000000000 --- a/wizards/source/webwizard/makefile.mk +++ /dev/null @@ -1,53 +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=wizards -TARGET=webwizardall - -# --- Settings ----------------------------------------------------- - -.INCLUDE : settings.mk -.INCLUDE : $(PRJ)$/util$/target.pmk - -# --- Files -------------------------------------------------------- - -# -# testresource. -# -SRS2NAME = webwizar -SRC2FILES= webwizar.src -RESLIB2SRSFILES= $(SRS)$/webwizar.srs -RESLIB2NAME= wwz - -ZIP1TARGET = $(WEBWIZARD_ALL_TARGET) -ZIP1LIST = *.xdl *.xba *.xlb - -# --- Targets ------------------------------------------------------ - -.INCLUDE : target.mk - |