]> Pileus Git - aweather/blob - data/Makefile.am
Add warning/watch/alert plugin
[aweather] / data / Makefile.am
1 gtkbuilderdir = $(datadir)/aweather/
2 dist_gtkbuilder_DATA = main.ui
3
4 configdir = $(datadir)/aweather/
5 dist_config_DATA = defaults.ini
6
7 fipsdir = $(datadir)/aweather/
8 dist_fips_DATA = fips.txt
9
10 logodir = $(datadir)/aweather/
11 dist_logo_DATA = logo.svg
12
13 colordir = $(datadir)/aweather/colors/
14 dist_color_DATA = colors/*.clr
15
16 desktopdir = $(datadir)/applications
17 dist_desktop_DATA = aweather.desktop
18
19 icon16dir = $(datadir)/icons/hicolor/16x16/apps/
20 icon22dir = $(datadir)/icons/hicolor/22x22/apps/
21 icon24dir = $(datadir)/icons/hicolor/24x24/apps/
22 icon32dir = $(datadir)/icons/hicolor/32x32/apps/
23 icon48dir = $(datadir)/icons/hicolor/48x48/apps/
24 iconSCdir = $(datadir)/icons/hicolor/scalable/apps
25
26 dist_icon16_DATA = icons/16x16/aweather.png
27 dist_icon22_DATA = icons/22x22/aweather.png
28 dist_icon24_DATA = icons/24x24/aweather.png
29 dist_icon32_DATA = icons/32x32/aweather.png
30 dist_iconSC_DATA = icons/scalable/aweather.svg
31
32 noinst_DATA = icons/48x48/aweather.ico
33
34 fips.txt:
35         wget http://lug.rose-hulman.edu/proj/aweather/files/fips/fips.txt
36
37 install-data-hook:
38         if test -z "$(DESTDIR)"; then \
39                 gtk-update-icon-cache -f -t $(datadir)/icons/hicolor; \
40         fi
41
42 glade:
43         GLADE_CATALOG_PATH=. glade-3 main.ui.in
44
45 .png.ico:
46         icotool -c $< -o $@
47
48 maintainer-clean-local:
49         rm -f Makefile.in