public
Description: A feed reader for the GNOME desktop
Homepage:
Clone URL: git://github.com/wfarr/newskit.git
newskit / Makefile.am
100755 39 lines (31 sloc) 0.719 kb
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
SUBDIRS = src \
    data
 
nkdocdir = ${prefix}/doc/Summa
nkdoc_DATA = \
README\
COPYING\
AUTHORS\
ChangeLog\
INSTALL\
NEWS\
TODO
 
EXTRA_DIST = $(nkdoc_DATA)
 
summa: summa.in config.log
sed -e "s|\@prefix\@|$(prefix)|" < summa.in > summa
 
bin_SCRIPTS = summa
bindir=$(prefix)/bin
 
dist-hook:
for specfile in *.spec; do \
if test -f $$specfile; then \
cp -p $$specfile $(distdir); \
fi \
done
 
run:
mono --debug src/summa.exe
 
install-data-local:
if test -z "$(DESTDIR)" ; then \
for p in $(gconf_DATA) ; do \
GCONF_CONFIG_SOURCE=$(GCONF_SCHEMA_CONFIG_SOURCE) $(GCONFTOOL) --makefile-install-rule $(top_builddir)/data/$$p ; \
done \
fi
gtk-update-icon-cache $(datadir)/icons/hicolor