From 2094ef4f0e9638180f78d30fd7d6065ceba17350 Mon Sep 17 00:00:00 2001 From: Kalman Szalai - KAMI Date: Tue, 30 Nov 2010 13:51:53 +0100 Subject: Adds OxygenOffice extras as configurable optional Introduces: --enable-extra-gallery - for additional galleries --enable-extra-template - for additional templates --enable-extra-sample - for additional samples --enable-extra-font - for additional fonts configure options. --- .../source/gallery/accessories-nonfree/makefile.mk | 52 ++++++++++++++++++++++ .../gallery/accessories/Draws/People/makefile.mk | 52 ++++++++++++++++++++++ .../accessories/Elements/Bullets2/makefile.mk | 52 ++++++++++++++++++++++ .../accessories/Photos/Buildings/makefile.mk | 52 ++++++++++++++++++++++ .../accessories/Photos/Celebration/makefile.mk | 52 ++++++++++++++++++++++ .../gallery/accessories/Photos/Cities/makefile.mk | 52 ++++++++++++++++++++++ .../gallery/accessories/Photos/Fauna/makefile.mk | 52 ++++++++++++++++++++++ .../gallery/accessories/Photos/Flowers/makefile.mk | 52 ++++++++++++++++++++++ .../accessories/Photos/FoodsandDrinks/makefile.mk | 52 ++++++++++++++++++++++ .../gallery/accessories/Photos/Humans/makefile.mk | 52 ++++++++++++++++++++++ .../accessories/Photos/Landscapes/makefile.mk | 52 ++++++++++++++++++++++ .../gallery/accessories/Photos/Objects/makefile.mk | 52 ++++++++++++++++++++++ .../gallery/accessories/Photos/Plants/makefile.mk | 52 ++++++++++++++++++++++ .../gallery/accessories/Photos/Space/makefile.mk | 52 ++++++++++++++++++++++ .../gallery/accessories/Photos/Statues/makefile.mk | 52 ++++++++++++++++++++++ .../gallery/accessories/Photos/Travel/makefile.mk | 52 ++++++++++++++++++++++ extras/source/gallery/accessories/makefile.mk | 52 ++++++++++++++++++++++ 17 files changed, 884 insertions(+) create mode 100644 extras/source/gallery/accessories-nonfree/makefile.mk create mode 100644 extras/source/gallery/accessories/Draws/People/makefile.mk create mode 100644 extras/source/gallery/accessories/Elements/Bullets2/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Buildings/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Celebration/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Cities/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Fauna/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Flowers/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/FoodsandDrinks/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Humans/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Landscapes/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Objects/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Plants/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Space/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Statues/makefile.mk create mode 100644 extras/source/gallery/accessories/Photos/Travel/makefile.mk create mode 100644 extras/source/gallery/accessories/makefile.mk (limited to 'extras/source/gallery') diff --git a/extras/source/gallery/accessories-nonfree/makefile.mk b/extras/source/gallery/accessories-nonfree/makefile.mk new file mode 100644 index 000000000000..aff08aaa6f83 --- /dev/null +++ b/extras/source/gallery/accessories-nonfree/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesnonfree + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_NONFREE_ROOT_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Draws/People/makefile.mk b/extras/source/gallery/accessories/Draws/People/makefile.mk new file mode 100644 index 000000000000..ee10239820b3 --- /dev/null +++ b/extras/source/gallery/accessories/Draws/People/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesdrawspeople + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_DRAWS_PEOPLE_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Elements/Bullets2/makefile.mk b/extras/source/gallery/accessories/Elements/Bullets2/makefile.mk new file mode 100644 index 000000000000..c19f464cce80 --- /dev/null +++ b/extras/source/gallery/accessories/Elements/Bullets2/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessorieselementsbullets2 + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_ELEMENTS_BULLETS2_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Buildings/makefile.mk b/extras/source/gallery/accessories/Photos/Buildings/makefile.mk new file mode 100644 index 000000000000..39accdcbcca5 --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Buildings/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotosbuildings + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_BUILDINGS_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Celebration/makefile.mk b/extras/source/gallery/accessories/Photos/Celebration/makefile.mk new file mode 100644 index 000000000000..9dcb05438a86 --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Celebration/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotoscelebration + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_CELEBRATION_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Cities/makefile.mk b/extras/source/gallery/accessories/Photos/Cities/makefile.mk new file mode 100644 index 000000000000..5decd2ff1357 --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Cities/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotoscities + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_CITIES_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Fauna/makefile.mk b/extras/source/gallery/accessories/Photos/Fauna/makefile.mk new file mode 100644 index 000000000000..1b42e21b2aa2 --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Fauna/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotosfauna + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_FAUNA_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Flowers/makefile.mk b/extras/source/gallery/accessories/Photos/Flowers/makefile.mk new file mode 100644 index 000000000000..25dd2ac4648d --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Flowers/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotosflowers + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_FLOWERS_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/FoodsandDrinks/makefile.mk b/extras/source/gallery/accessories/Photos/FoodsandDrinks/makefile.mk new file mode 100644 index 000000000000..c3c62f273615 --- /dev/null +++ b/extras/source/gallery/accessories/Photos/FoodsandDrinks/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotosfoodsanddrinks + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_FOODSANDDRINKS_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Humans/makefile.mk b/extras/source/gallery/accessories/Photos/Humans/makefile.mk new file mode 100644 index 000000000000..6a2aad4d910d --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Humans/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotoshumans + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_HUMANS_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Landscapes/makefile.mk b/extras/source/gallery/accessories/Photos/Landscapes/makefile.mk new file mode 100644 index 000000000000..598f68d8cbe7 --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Landscapes/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotoslandscapes + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_LANDSCAPES_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Objects/makefile.mk b/extras/source/gallery/accessories/Photos/Objects/makefile.mk new file mode 100644 index 000000000000..45673d96019e --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Objects/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotosobjects + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_OBJECTS_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Plants/makefile.mk b/extras/source/gallery/accessories/Photos/Plants/makefile.mk new file mode 100644 index 000000000000..6514370a994b --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Plants/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotosplants + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_PLANTS_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Space/makefile.mk b/extras/source/gallery/accessories/Photos/Space/makefile.mk new file mode 100644 index 000000000000..d355e341f315 --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Space/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotosspace + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_SPACE_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Statues/makefile.mk b/extras/source/gallery/accessories/Photos/Statues/makefile.mk new file mode 100644 index 000000000000..40821d737e14 --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Statues/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotosstatues + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_STATUES_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/Photos/Travel/makefile.mk b/extras/source/gallery/accessories/Photos/Travel/makefile.mk new file mode 100644 index 000000000000..11b1bfec2635 --- /dev/null +++ b/extras/source/gallery/accessories/Photos/Travel/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessoriesphotostravel + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_PHOTOS_TRAVEL_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + diff --git a/extras/source/gallery/accessories/makefile.mk b/extras/source/gallery/accessories/makefile.mk new file mode 100644 index 000000000000..4f766403a3f8 --- /dev/null +++ b/extras/source/gallery/accessories/makefile.mk @@ -0,0 +1,52 @@ +# +# Version: MPL 1.1 / GPLv3+ / LGPLv3+ +# +# The contents of this file are subject to the Mozilla Public License Version +# 1.1 (the "License"); you may not use this file except in compliance with +# the License. You may obtain a copy of the License at +# http://www.mozilla.org/MPL/ +# +# Software distributed under the License is distributed on an "AS IS" basis, +# WITHOUT WARRANTY OF ANY KIND, either express or implied. See the License +# for the specific language governing rights and limitations under the +# License. +# +# The Initial Developer of the Original Code is +# Kálmán Szalai - KAMI +# Portions created by the Initial Developer are Copyright (C) 2010 the +# Initial Developer. All Rights Reserved. +# +# Contributor(s): Kálmán Szalai - KAMI +# +# +# Alternatively, the contents of this file may be used under the terms of +# either the GNU General Public License Version 3 or later (the "GPLv3+"), or +# the GNU Lesser General Public License Version 3 or later (the "LGPLv3+"), +# in which case the provisions of the GPLv3+ or the LGPLv3+ are applicable +# instead of those above. +# +PRJ=..$/..$/.. + + + +PRJNAME=extras +TARGET=galleryaccessories + +.INCLUDE : settings.mk + +.INCLUDE : $(PRJ)$/util$/target.pmk + +.IF "$(WITH_EXTRA_GALLERY)" != "NO" + + +ZIP1TARGET = $(GALLERY_ACCESSORIES_ROOT_TARGET) + +ZIP1LIST = * -x makefile.* + + +.ENDIF + +.INCLUDE : target.mk + + + -- cgit