78 lines
1.4 KiB
Makefile
78 lines
1.4 KiB
Makefile
|
# -*- 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_Zip_Zip,gallbullets,$(SRCDIR)/extras/source/gallery/bullets))
|
||
|
|
||
|
$(eval $(call gb_Zip_add_files,gallbullets,\
|
||
|
blkpearl.gif \
|
||
|
bluarrow.gif \
|
||
|
bluball.gif \
|
||
|
bludiamd.gif \
|
||
|
bluered.gif \
|
||
|
blusqare.gif \
|
||
|
blustar.gif \
|
||
|
coffee_1.gif \
|
||
|
coffee_2.gif \
|
||
|
coffee_3.gif \
|
||
|
coffee_4.gif \
|
||
|
coffee_5.gif \
|
||
|
con-blue.gif \
|
||
|
con-cyan.gif \
|
||
|
con-green.gif \
|
||
|
con-lilac.gif \
|
||
|
con-oran.gif \
|
||
|
con-pink.gif \
|
||
|
con-red.gif \
|
||
|
con-yellow.gif \
|
||
|
corner_1.gif \
|
||
|
corner_2.gif \
|
||
|
corner_3.gif \
|
||
|
corner_4.gif \
|
||
|
darkball.gif \
|
||
|
darkblue.gif \
|
||
|
gldpearl.gif \
|
||
|
golfball.gif \
|
||
|
grnarrow.gif \
|
||
|
grnball.gif \
|
||
|
grndiamd.gif \
|
||
|
grnpearl.gif \
|
||
|
grnsqare.gif \
|
||
|
grnstar.gif \
|
||
|
gryarrow.gif \
|
||
|
gryball.gif \
|
||
|
grydiamd.gif \
|
||
|
grysqare.gif \
|
||
|
grystar.gif \
|
||
|
orgarrow.gif \
|
||
|
orgball.gif \
|
||
|
orgdiamd.gif \
|
||
|
orgsqare.gif \
|
||
|
orgstar.gif \
|
||
|
pebble_1.gif \
|
||
|
pebble_2.gif \
|
||
|
pebble_3.gif \
|
||
|
poliball.gif \
|
||
|
popcorn_1.gif \
|
||
|
popcorn_2.gif \
|
||
|
rainbow.gif \
|
||
|
redarrow.gif \
|
||
|
redball.gif \
|
||
|
reddiamd.gif \
|
||
|
redsqare.gif \
|
||
|
redstar.gif \
|
||
|
whtpearl.gif \
|
||
|
ylwarrow.gif \
|
||
|
ylwball.gif \
|
||
|
ylwdiamd.gif \
|
||
|
ylwsqare.gif \
|
||
|
ylwstar.gif \
|
||
|
))
|
||
|
|
||
|
# vim: set noet sw=4 ts=4:
|