Change header in icons/Makefile.am
[ibus-tmpl.git] / Makefile.am
blob8816ddaf9eb32c2872dd24a82e7f476db64c40b9
1 # vim:set noet ts=4:
3 # ibus-tmpl - The Input Bus template project
5 # Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
7 # This program is free software; you can redistribute it and/or modify
8 # it under the terms of the GNU General Public License as published by
9 # the Free Software Foundation; either version 2, or (at your option)
10 # any later version.
12 # This program is distributed in the hope that it will be useful,
13 # but WITHOUT ANY WARRANTY; without even the implied warranty of
14 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
15 # GNU General Public License for more details.
17 # You should have received a copy of the GNU General Public License
18 # along with this program; if not, write to the Free Software
19 # Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA.
21 SUBDIRS = \
22         engine \
23         icons \
24         m4 \
25         po \
26         $(NULL)
28 ACLOCAL_AMFLAGS = -I m4
30 EXTRA_DIST = \
31         autogen.sh \
32         @PACKAGE_NAME@.spec.in \
33         $(NULL)
35 noinst_DIST = \
36         $(NULL)
39 DISTCLEANFILES = \
40         po/stamp-it \
41         $(NULL)
43 rpm: dist @PACKAGE_NAME@.spec
44         rpmbuild -bb \
45                         --define "_sourcedir `pwd`" \
46                         --define "_builddir `pwd`" \
47                         --define "_specdir `pwd`" \
48                         --define "_rpmdir `pwd`" \
49                         --define "_srcrpmdir `pwd`" \
50                         @PACKAGE_NAME@.spec
51 clean-rpm:
52         $(RM) -r "`uname -i`"
54 clean-local: clean-rpm