summaryrefslogtreecommitdiff
path: root/extras/source/gallery/accessories
diff options
context:
space:
mode:
Diffstat (limited to 'extras/source/gallery/accessories')
-rw-r--r--extras/source/gallery/accessories/Draws/People/delzip0
-rw-r--r--extras/source/gallery/accessories/Draws/People/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Elements/Bullets2/delzip0
-rw-r--r--extras/source/gallery/accessories/Elements/Bullets2/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Buildings/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Buildings/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Celebration/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Celebration/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Cities/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Cities/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Fauna/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Fauna/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Flowers/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Flowers/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/FoodsandDrinks/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/FoodsandDrinks/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Humans/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Humans/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Landscapes/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Landscapes/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Objects/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Objects/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Plants/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Plants/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Space/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Space/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Statues/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Statues/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/Photos/Travel/delzip0
-rw-r--r--extras/source/gallery/accessories/Photos/Travel/makefile.mk52
-rw-r--r--extras/source/gallery/accessories/delzip0
-rw-r--r--extras/source/gallery/accessories/makefile.mk52
32 files changed, 832 insertions, 0 deletions
diff --git a/extras/source/gallery/accessories/Draws/People/delzip b/extras/source/gallery/accessories/Draws/People/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Draws/People/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Elements/Bullets2/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Elements/Bullets2/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Buildings/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Buildings/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Celebration/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Celebration/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Cities/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Cities/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Fauna/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Fauna/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Flowers/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Flowers/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/FoodsandDrinks/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/FoodsandDrinks/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Humans/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Humans/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Landscapes/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Landscapes/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Objects/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Objects/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Plants/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Plants/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Space/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Space/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Statues/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Statues/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/Photos/Travel/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/Photos/Travel/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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/delzip b/extras/source/gallery/accessories/delzip
new file mode 100644
index 000000000000..e69de29bb2d1
--- /dev/null
+++ b/extras/source/gallery/accessories/delzip
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 <kami911@gmail.com>
+# Portions created by the Initial Developer are Copyright (C) 2010 the
+# Initial Developer. All Rights Reserved.
+#
+# Contributor(s): Kálmán Szalai - KAMI <kami911@gmail.com>
+#
+#
+# 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
+
+
+