]> Dogcows Code - chaz/homebank/blob - Makefile.am
Merge branch 'master' into ext-perl
[chaz/homebank] / Makefile.am
1 # HomeBank Makefile.am
2
3 ACLOCAL_AMFLAGS = -I m4
4
5 #SUBDIRS = src
6 SUBDIRS = src data images mime pixmaps themes po doc plugins
7
8
9 datasdir = $(datadir)/homebank/datas/
10 datas_DATA = \
11 ChangeLog
12
13 EXTRA_DIST = $(datas_DATA)
14
15
16 # don't forget to do a 'make check'
17 # to ensure all files are in po/POTFILES.in
18
19 #pot: Makefile
20 #${MAKE} -C po $(PACKAGE).pot
21
22 INTLTOOL_FILES = intltool-extract.in \
23 intltool-merge.in \
24 intltool-update.in
25
26 DISTCLEANFILES = ... intltool-extract \
27 intltool-merge \
28 intltool-update \
29 po/.intltool-merge-cache
30
31
32 # we clean every folder under /usr/share/homebank as well on uninstall
33 uninstall-hook:
34 -rm -rf $(datadir)/homebank/datas
35 -rm -rf $(datadir)/homebank/help
36 -rm -rf $(datadir)/homebank/icons
37 -rm -rf $(datadir)/homebank/images
38 #-rmdir $(datadir)/homebank
39
40 run: all
41 PERL5LIB=src src/homebank
42
43 debug: all
44 PERL5LIB=src gdb src/homebank
45
This page took 0.033478 seconds and 4 git commands to generate.