summaryrefslogtreecommitdiff
path: root/extras/Gallery_environment.mk
blob: bf4916ff600a95d5d2d7e94d7dc24702a2f0ddbe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
# -*- Mode: makefile-gmake; tab-width: 4; indent-tabs-mode: t -*-
#
# This file is part of the LibreOffice project.
#
# This Source Code Form is subject to the terms of the Mozilla Public
# License, v. 2.0. If a copy of the MPL was not distributed with this
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
#

$(eval $(call gb_Gallery_Gallery,environment,extras/source/gallery/environment))

$(eval $(call gb_Gallery_add_files,environment,$(LIBO_SHARE_FOLDER)/gallery/environment,\
	extras/source/gallery/environment/DrippingFaucet.png \
	extras/source/gallery/environment/Earth.png \
	extras/source/gallery/environment/EndangeredAnimals1.png \
	extras/source/gallery/environment/EndangeredAnimals2.png \
	extras/source/gallery/environment/GreenCar.png \
	extras/source/gallery/environment/GreenFactory.png \
	extras/source/gallery/environment/GreenHouse.png \
	extras/source/gallery/environment/Leaf1.png \
	extras/source/gallery/environment/Leaf2.png \
	extras/source/gallery/environment/LightBulb-Flourescent-Off.png \
	extras/source/gallery/environment/LightBulb-Flourescent-On.png \
	extras/source/gallery/environment/LightBulb-Standard-Off1.png \
	extras/source/gallery/environment/LightBulb-Standard-Off2.png \
	extras/source/gallery/environment/LightBulb-Standard-On.png \
	extras/source/gallery/environment/Pollution-Car.png \
	extras/source/gallery/environment/Pollution-Factory.png \
	extras/source/gallery/environment/Raindrop.png \
	extras/source/gallery/environment/RecycleBin.png \
	extras/source/gallery/environment/RecycleSymbol.png \
	extras/source/gallery/environment/RenewableEnergy-Solar.png \
	extras/source/gallery/environment/RenewableEnergySymbol.png \
	extras/source/gallery/environment/RenewableEnergy-Water.png \
	extras/source/gallery/environment/RenewableEnergy-Wind.png \
	extras/source/gallery/environment/Sun1.png \
	extras/source/gallery/environment/Sun2.png \
))

# vim: set noet sw=4 ts=4:
service, do not expose in XUniversalContentBroker. * ucbhelper/configurationkeys.hxx is no longer needed and is removed. * ucbhelper/contentbroker.hxx is an empty wrapper and is removed; however, that requires ucbhelper::Content constructors to take explicit XComponentContext arguments now. * The only remaining code in ucbhelper/source/client/contentbroker.cxx is Android-only InitUCBHelper. Is that relevant still? Change-Id: I3f7bddd0456bffbcd13590c66d9011915c760f28 2012-07-02targetted improvement of UNO API includes / usageMichael Meeks 2012-04-08gbuild: "use" vs. "add":Michael Stahl Naming convention for gbuild methods: - "add" is used for stuff that is logically a part of the target (i.e. not registered at the Module, but defined in the target's makefile) - "use" is used for stuff that is logically a different target (i.e. it is registered at the Module, has it's own makefile, may be in a different module than the target) 2012-02-10fdo#39491 -I$(OUTDIR)/inc is set in SOLARINCMatúš Kukan 2011-12-06normalize Red Hat, Inc. spellings, and bump to latest templateCaolán McNamara 2011-08-10prefer makefile-gmake-mode to plain makefile-modeTakeshi Abe 2011-07-30Add consistent Emacs and vim mode linesTor Lillqvist 2011-06-17remove all traces of offuh from makefilesDavid Tardon 2011-04-03add vim modelinesDavid Tardon 2011-04-02convert fileaccess to gbuildDavid Tardon