~ubuntu-branches/ubuntu/precise/uim/precise

« back to all changes in this revision

Viewing changes to qt4/switcher/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Ilya Barygin
  • Date: 2011-12-18 16:35:38 UTC
  • mfrom: (1.1.13) (15.1.7 sid)
  • Revision ID: package-import@ubuntu.com-20111218163538-8ktir39z2mjpii8z
Tags: 1:1.7.1-3ubuntu1
* Merge from Debian testing (LP: #818199).
* Remaining changes:
  - debian/uim-qt.install: Fix plugin path for multiarch location.
* Dropped changes:
  - uim-applet-gnome removal (GNOME 3 applet is available)
  - 19_as-needed_compile_fix.dpatch (accepted into Debian package)
* translations.patch: add several files to POTFILE.in to prevent
  intltool-update failure.

Show diffs side-by-side

added added

removed removed

Lines of Context:
4
4
if QT4
5
5
all clean mocclean install uninstall:
6
6
        $(MAKE) $(AM_MAKEFLAGS) -f Makefile.qmake INSTALL_ROOT=$(DESTDIR) $@
 
7
endif
7
8
 
8
9
# *.pro is required to run Makefile.qmake. So distclean-am is deferred.
9
10
distclean:
 
11
if QT4
10
12
        $(MAKE) $(AM_MAKEFLAGS) -f Makefile.qmake $@
11
13
        $(MAKE) $(AM_MAKEFLAGS) distclean-am
12
 
        -rm -f Makefile uim-im-switcher-qt4.pro
13
 
else
14
 
distclean:
15
 
        -rm -f Makefile uim-im-switcher-qt4.pro
16
14
endif
 
15
        -rm -f Makefile uim-im-switcher-qt4.pro
17
16
 
18
17
FORCE:
19
18