f84804150f
svn: r12109
93 lines
2.8 KiB
Makefile
93 lines
2.8 KiB
Makefile
# This is the src/images level Makefile for Gramps
|
|
# $Id$
|
|
|
|
SUBDIRS = scalable 16x16 22x22 48x48
|
|
pkgdatadir = $(datadir)/@PACKAGE@/images
|
|
|
|
icon_DATA = gramps.png
|
|
icondir= $(datadir)/pixmaps
|
|
|
|
map_tile_images = \
|
|
world.topo.200407.3x128x60.jpg\
|
|
world.topo.200407.3x400x200.jpg\
|
|
world.topo.200407.3x800x400.jpg\
|
|
world.topo.200407.3x1600x800_tile_0_0.jpg\
|
|
world.topo.200407.3x1600x800_tile_0_1.jpg\
|
|
world.topo.200407.3x1600x800_tile_0_2.jpg\
|
|
world.topo.200407.3x1600x800_tile_0_3.jpg\
|
|
world.topo.200407.3x1600x800_tile_1_0.jpg\
|
|
world.topo.200407.3x1600x800_tile_1_1.jpg\
|
|
world.topo.200407.3x1600x800_tile_1_2.jpg\
|
|
world.topo.200407.3x1600x800_tile_1_3.jpg\
|
|
world.topo.200407.3x3200x1600_tile_0_0.jpg\
|
|
world.topo.200407.3x3200x1600_tile_0_1.jpg\
|
|
world.topo.200407.3x3200x1600_tile_0_2.jpg\
|
|
world.topo.200407.3x3200x1600_tile_0_3.jpg\
|
|
world.topo.200407.3x3200x1600_tile_0_4.jpg\
|
|
world.topo.200407.3x3200x1600_tile_0_5.jpg\
|
|
world.topo.200407.3x3200x1600_tile_0_6.jpg\
|
|
world.topo.200407.3x3200x1600_tile_0_7.jpg\
|
|
world.topo.200407.3x3200x1600_tile_1_0.jpg\
|
|
world.topo.200407.3x3200x1600_tile_1_1.jpg\
|
|
world.topo.200407.3x3200x1600_tile_1_2.jpg\
|
|
world.topo.200407.3x3200x1600_tile_1_3.jpg\
|
|
world.topo.200407.3x3200x1600_tile_1_4.jpg\
|
|
world.topo.200407.3x3200x1600_tile_1_5.jpg\
|
|
world.topo.200407.3x3200x1600_tile_1_6.jpg\
|
|
world.topo.200407.3x3200x1600_tile_1_7.jpg\
|
|
world.topo.200407.3x3200x1600_tile_2_0.jpg\
|
|
world.topo.200407.3x3200x1600_tile_2_1.jpg\
|
|
world.topo.200407.3x3200x1600_tile_2_2.jpg\
|
|
world.topo.200407.3x3200x1600_tile_2_3.jpg\
|
|
world.topo.200407.3x3200x1600_tile_2_4.jpg\
|
|
world.topo.200407.3x3200x1600_tile_2_5.jpg\
|
|
world.topo.200407.3x3200x1600_tile_2_6.jpg\
|
|
world.topo.200407.3x3200x1600_tile_2_7.jpg\
|
|
world.topo.200407.3x3200x1600_tile_3_0.jpg\
|
|
world.topo.200407.3x3200x1600_tile_3_1.jpg\
|
|
world.topo.200407.3x3200x1600_tile_3_2.jpg\
|
|
world.topo.200407.3x3200x1600_tile_3_3.jpg\
|
|
world.topo.200407.3x3200x1600_tile_3_4.jpg\
|
|
world.topo.200407.3x3200x1600_tile_3_5.jpg\
|
|
world.topo.200407.3x3200x1600_tile_3_6.jpg\
|
|
world.topo.200407.3x3200x1600_tile_3_7.jpg
|
|
|
|
dist_pkgdata_DATA = \
|
|
bad.png\
|
|
blank.gif\
|
|
caution.png\
|
|
good.png\
|
|
gramps.png\
|
|
logo.png\
|
|
splash.jpg\
|
|
gramps-export.png\
|
|
gramps-import.png\
|
|
gramps-url.png\
|
|
ped24.ico\
|
|
stock_new-html.png\
|
|
gramps-undo-history.png\
|
|
stock_link.png\
|
|
stock_notes.png\
|
|
somerights20.gif \
|
|
document.png\
|
|
image-missing.png\
|
|
favicon.ico\
|
|
Web_Mainz_Bkgd.png\
|
|
Web_Mainz_Header.png\
|
|
Web_Mainz_MidLight.png\
|
|
Web_Mainz_Mid.png\
|
|
Web_Gender_Male.png\
|
|
Web_Gender_Female.png\
|
|
Web_Gender_MaleFFF.png\
|
|
Web_Gender_FemaleFFF.png
|
|
|
|
EXTRA_DIST = gramps.svg
|
|
|
|
CLEANFILES = $(map_tile_images)\
|
|
world.topo.200407.3x1600x800.jpg\
|
|
world.topo.200407.3x3200x1600.jpg\
|
|
world.topo.200407.3x5400x2700.jpg
|
|
|
|
world.topo.200407: mk_blue_marble.py
|
|
python mk_blue_marble.py
|