Fix make install & uninstall
[ibus.git] / qt / Makefile.am
blobe5ca0fd71ce5663d5a90daf80592b2d116fe7e3f
1 # vim:set noet ts=4:
3 # ibus - The Input Bus
5 # Copyright (c) 2007-2008 Huang Peng <shawn.p.huang@gmail.com>
8 # This library is free software; you can redistribute it and/or
9 # modify it under the terms of the GNU Lesser General Public
10 # License as published by the Free Software Foundation; either
11 # version 2 of the License, or (at your option) any later version.
13 # This library is distributed in the hope that it will be useful,
14 # but WITHOUT ANY WARRANTY; without even the implied warranty of
15 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
16 # GNU Lesser General Public License for more details.
18 # You should have received a copy of the GNU Lesser General Public
19 # License along with this program; if not, write to the
20 # Free Software Foundation, Inc., 59 Temple Place, Suite 330,
21 # Boston, MA  02111-1307  USA
23 # $Id: $
26 EXTRA_DIST = \
27         ibus-client.cpp \
28         ibus-client.h \
29         ibus-input-context.cpp \
30         ibus-input-context.h \
31         ibus.pro \
32         im-ibus-qt.cpp \
33         $(NULL)
35 Makefile.qmake: ibus.pro
36         $(QMAKE) -makefile -o Makefile.qmake ibus.pro
38 all-local: Makefile.qmake
39         $(MAKE) -f Makefile.qmake $(AM_MAKEFLAGS) all 
41 check-local: Makefile.qmake
42         $(MAKE) -f Makefile.qmake $(AM_MAKEFLAGS) test
44 clean-local: Makefile.qmake
45         $(MAKE) -f Makefile.qmake $(AM_MAKEFLAGS) clean
47 distclean-local: Makefile.qmake
48         $(MAKE) -f Makefile.qmake $(AM_MAKEFLAGS) distclean
50 install-exec-local: Makefile.qmake
51         $(MAKE) -f Makefile.qmake $(AM_MAKEFLAGS) INSTALL_ROOT=$(DESTDIR) install
53 uninstall-local: Makefile.qmake
54         $(MAKE) -f Makefile.qmake $(AM_MAKEFLAGS) INSTALL_ROOT=$(DESTDIR) uninstall