File: Makefile.am

package info (click to toggle)
gtkatlantic 0.6.1-2
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 2,144 kB
  • ctags: 863
  • sloc: sh: 10,807; ansic: 7,915; xml: 188; makefile: 94
file content (32 lines) | stat: -rw-r--r-- 708 bytes parent folder | download | duplicates (4)
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
SUBDIRS=themes

datafiles = \
	board.png \
	cards.png \
	commands.png \
	houses.png \
	interface.xml \
	stars_m.png \
	stars.png \
	tokens.png

gamedatadir = $(pkgdatadir)
nobase_dist_gamedata_DATA = $(datafiles)

icon16dir = @ICON_DIR@/16x16/apps
dist_icon16_DATA = icons/16x16/gtkatlantic.png

icon32dir = @ICON_DIR@/32x32/apps
dist_icon32_DATA = icons/32x32/gtkatlantic.png

icon48dir = @ICON_DIR@/48x48/apps
dist_icon48_DATA = icons/48x48/gtkatlantic.png

icon64dir = @ICON_DIR@/64x64/apps
dist_icon64_DATA = icons/64x64/gtkatlantic.png

icon128dir = @ICON_DIR@/128x128/apps
dist_icon128_DATA = icons/128x128/gtkatlantic.png

pixmapdir = $(datadir)/pixmaps
dist_pixmap_DATA = icons/32x32/gtkatlantic.xpm