# This is the src/images level Makefile for Gramps
# $Id: Makefile.am 6057 2006-03-03 12:49:39Z loshawlos $

SUBDIRS = 
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\
	caution.png\
	events.svg\
	share-fam.png\
	events.png\
	flist.svg\
	flist.png\
	good.png\
	gramps.png\
	locked.png\
	logo.png\
	media.svg\
	media.png\
	ped24.png\
	person.svg\
	person.png\
	tools.svg\
	tools.png\
	parents.svg\
	spouse.svg\
	place.svg\
	place.png\
	relation.svg\
	repos.png\
	reports.svg\
	reports.png\
	sources.svg\
	sources.png\
	splash.jpg\
	stock_add-bookmark.png\
	stock_calendar.png\
	stock_bookmark.png\
	stock_delete-bookmark.png\
	stock_edit-bookmark.png\
	stock_export.png\
	stock_insert-url.png\
	stock_new-html.png\
	stock_undo-history.png\
	stock_link.png\
	stock_lock-open.png\
	stock_lock.png\
	stock_notes.png\
	stock_zoom.png\
	somerights20.gif \
	document.png #\ $(map_tile_images)

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


syntax highlighted by Code2HTML, v. 0.9.1