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

« back to all changes in this revision

Viewing changes to qt4/immodule/Makefile.am

  • Committer: Bazaar Package Importer
  • Author(s): Masahito Omote
  • Date: 2008-06-25 19:56:33 UTC
  • mfrom: (3.1.18 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080625195633-8jljph4rfq00l8o7
Tags: 1:1.5.1-2
* uim-tcode: provide tutcode-custom.scm, tutcode-bushudic.scm
  and tutcode-rule.scm (Closes: #482659)
* Fix FTBFS: segv during compile (Closes: #483078).
  I personally think this bug is not specific for uim but is a optimization
  problem on gcc-4.3.1. (https://bugs.freedesktop.org/show_bug.cgi?id=16477)

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-immodule
 
4
if QT4_IMMODULE
 
5
all clean mocclean install uninstall:
 
6
        $(MAKE) $(AM_MAKEFLAGS) -f Makefile.qmake $@
 
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 quiminputcontextplugin.pro
 
13
else
 
14
distclean:
 
15
        -rm -f Makefile quiminputcontextplugin.pro
 
16
endif
 
17
 
 
18
FORCE:
 
19
 
 
20
EXTRA_DIST = README.en README.ja INDENT \
 
21
             quiminputcontextplugin.pro.in \
 
22
             quiminputcontext_with_slave.h \
 
23
             quiminputcontext_with_slave.cpp
 
24
 
 
25
EXTRA_DIST += debug.h \
 
26
              qhelpermanager.h \
 
27
              quiminputcontext.h \
 
28
              quiminputcontext_compose.h \
 
29
              plugin.h \
 
30
              candidatewindow.h \
 
31
              subwindow.h \
 
32
              quiminfomanager.h \
 
33
              qtextutil.h
 
34
 
 
35
EXTRA_DIST += plugin.cpp \
 
36
              qhelpermanager.cpp \
 
37
              quiminputcontext.cpp \
 
38
              quiminputcontext_compose.cpp \
 
39
              candidatewindow.cpp \
 
40
              subwindow.cpp \
 
41
              quiminfomanager.cpp \
 
42
              qtextutil.cpp