~ubuntu-branches/ubuntu/maverick/uim/maverick

« back to all changes in this revision

Viewing changes to qt4/pref/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Fabrice Coutadeur
  • Date: 2010-01-22 17:44:19 UTC
  • mfrom: (1.1.12 upstream) (7.1.4 sid)
  • Revision ID: james.westby@ubuntu.com-20100122174419-jvzfjkrbwv21kv0x
Tags: 1:1.5.7-2ubuntu1
* Merge from debian/unstable. No remaining changes.
* debian/control: added build dependency on libgnomeui-dev. This is mandatory
  to build the Gnome applet and fixes a FTBFS

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
.PHONY: mocclean FORCE
 
2
 
 
3
# Makefile.qmake is only exist when --enable-qt4
 
4
if QT4
 
5
all clean mocclean install uninstall:
 
6
        $(MAKE) $(AM_MAKEFLAGS) -f Makefile.qmake INSTALL_ROOT=$(DESTDIR) $@
 
7
 
 
8
# *.pro is required to run Makefile.qmake. So distclean-am is deferred.
 
9
distclean:
 
10
        $(MAKE) $(AM_MAKEFLAGS) -f Makefile.qmake $@
 
11
        $(MAKE) $(AM_MAKEFLAGS) distclean-am
 
12
        -rm -f Makefile uim-pref-qt4.pro
 
13
else
 
14
distclean:
 
15
        -rm -f Makefile uim-pref-qt4.pro
 
16
endif
 
17
 
 
18
FORCE:
 
19
 
 
20
EXTRA_DIST =  uim-pref-qt4.pro.in \
 
21
             customwidgets.h kseparator.h qt4.h \
 
22
             keyeditformbase.ui olisteditformbase.ui \
 
23
             customwidgets.cpp kseparator.cpp qt4.cpp