File: Makefile.am

package info (click to toggle)
gpredict 2.4-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 12,280 kB
  • sloc: ansic: 40,611; makefile: 486; python: 145; sh: 85; xml: 31
file content (39 lines) | stat: -rw-r--r-- 1,096 bytes parent folder | download
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
gpredict_pixmaps_iconsdir = $(datadir)/pixmaps/gpredict/icons

gpredict_pixmaps_icons_DATA = \
	gpredict-antenna.png \
	gpredict-antenna-small.png \
	gpredict-azel-small.png \
	gpredict-calendar.png \
	gpredict-clock.png \
	gpredict-clock-small.png \
	gpredict-crash.png \
	gpredict-icon.png \
        gpredict-layout-00.png \
        gpredict-layout-01.png \
        gpredict-layout-02.png \
        gpredict-layout-03.png \
        gpredict-layout-04.png \
        gpredict-layout-05.png \
        gpredict-layout-06.png \
        gpredict-layout-07.png \
        gpredict-layout-08.png \
        gpredict-layout-99.png \
	gpredict-leds.png \
	gpredict-mod-attach.png \
	gpredict-mod-close.png \
	gpredict-mod-config.png \
	gpredict-mod-detach.png \
	gpredict-mod-popup.png \
	gpredict-notebook.png \
	gpredict-oscilloscope.png \
	gpredict-oscilloscope-small.png \
	gpredict-planner.png \
	gpredict-planner-small.png \
	gpredict-polar-small.png \
	gpredict-sat-list.png \
	gpredict-sat-pref.png \
	gpredict-shuttle.png \
	gpredict-shuttle-small.png

EXTRA_DIST = $(gpredict_pixmaps_icons_DATA)