~michael-sheldon/ubuntu-keyboard/fix-oxide-dismiss-test

« back to all changes in this revision

Viewing changes to src/Makefile

  • Committer: Thomas Moenicke
  • Date: 2013-07-19 12:05:07 UTC
  • Revision ID: thomas.moenicke@canonical.com-20130719120507-lzw5oq50xm567x0j
initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#############################################################################
 
2
# Makefile for building: src
 
3
# Generated by qmake (3.0) (Qt 5.0.2) on: Thu Jul 18 15:41:37 2013
 
4
# Project:  src.pro
 
5
# Template: subdirs
 
6
# Command: /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile src.pro
 
7
#############################################################################
 
8
 
 
9
MAKEFILE      = Makefile
 
10
 
 
11
first: make_first
 
12
QMAKE         = /usr/lib/arm-linux-gnueabihf/qt5/bin/qmake
 
13
DEL_FILE      = rm -f
 
14
CHK_DIR_EXISTS= test -d
 
15
MKDIR         = mkdir -p
 
16
COPY          = cp -f
 
17
COPY_FILE     = cp -f
 
18
COPY_DIR      = cp -f -R
 
19
INSTALL_FILE  = install -m 644 -p
 
20
INSTALL_PROGRAM = install -m 755 -p
 
21
INSTALL_DIR   = $(COPY_DIR)
 
22
DEL_FILE      = rm -f
 
23
SYMLINK       = ln -f -s
 
24
DEL_DIR       = rmdir
 
25
MOVE          = mv -f
 
26
SUBTARGETS    =  \
 
27
                sub-lib \
 
28
                sub-view \
 
29
                sub-plugin
 
30
 
 
31
 
 
32
sub-lib-qmake_all:  FORCE
 
33
        @test -d lib/ || mkdir -p lib/
 
34
        cd lib/ && $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile
 
35
        cd lib/ && $(MAKE) -f Makefile qmake_all
 
36
sub-lib: FORCE
 
37
        @test -d lib/ || mkdir -p lib/
 
38
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile
 
39
sub-lib-make_first-ordered: FORCE
 
40
        @test -d lib/ || mkdir -p lib/
 
41
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile 
 
42
sub-lib-make_first: FORCE
 
43
        @test -d lib/ || mkdir -p lib/
 
44
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile 
 
45
sub-lib-all-ordered: FORCE
 
46
        @test -d lib/ || mkdir -p lib/
 
47
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile all
 
48
sub-lib-all: FORCE
 
49
        @test -d lib/ || mkdir -p lib/
 
50
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile all
 
51
sub-lib-clean-ordered: FORCE
 
52
        @test -d lib/ || mkdir -p lib/
 
53
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile clean
 
54
sub-lib-clean: FORCE
 
55
        @test -d lib/ || mkdir -p lib/
 
56
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile clean
 
57
sub-lib-distclean-ordered: FORCE
 
58
        @test -d lib/ || mkdir -p lib/
 
59
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile distclean
 
60
sub-lib-distclean: FORCE
 
61
        @test -d lib/ || mkdir -p lib/
 
62
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile distclean
 
63
sub-lib-install_subtargets-ordered: FORCE
 
64
        @test -d lib/ || mkdir -p lib/
 
65
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile install
 
66
sub-lib-install_subtargets: FORCE
 
67
        @test -d lib/ || mkdir -p lib/
 
68
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile install
 
69
sub-lib-uninstall_subtargets-ordered: FORCE
 
70
        @test -d lib/ || mkdir -p lib/
 
71
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile uninstall
 
72
sub-lib-uninstall_subtargets: FORCE
 
73
        @test -d lib/ || mkdir -p lib/
 
74
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile uninstall
 
75
sub-view-qmake_all: sub-lib-qmake_all FORCE
 
76
        @test -d view/ || mkdir -p view/
 
77
        cd view/ && $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile
 
78
        cd view/ && $(MAKE) -f Makefile qmake_all
 
79
sub-view: FORCE
 
80
        @test -d view/ || mkdir -p view/
 
81
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile
 
82
sub-view-make_first-ordered: sub-lib-make_first-ordered  FORCE
 
83
        @test -d view/ || mkdir -p view/
 
84
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile 
 
85
sub-view-make_first: FORCE
 
86
        @test -d view/ || mkdir -p view/
 
87
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile 
 
88
sub-view-all-ordered: sub-lib-all-ordered  FORCE
 
89
        @test -d view/ || mkdir -p view/
 
90
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile all
 
91
sub-view-all: FORCE
 
92
        @test -d view/ || mkdir -p view/
 
93
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile all
 
94
sub-view-clean-ordered: sub-lib-clean-ordered  FORCE
 
95
        @test -d view/ || mkdir -p view/
 
96
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile clean
 
97
sub-view-clean: FORCE
 
98
        @test -d view/ || mkdir -p view/
 
99
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile clean
 
100
sub-view-distclean-ordered: sub-lib-distclean-ordered  FORCE
 
101
        @test -d view/ || mkdir -p view/
 
102
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile distclean
 
103
sub-view-distclean: FORCE
 
104
        @test -d view/ || mkdir -p view/
 
105
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile distclean
 
106
sub-view-install_subtargets-ordered: sub-lib-install_subtargets-ordered  FORCE
 
107
        @test -d view/ || mkdir -p view/
 
108
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile install
 
109
sub-view-install_subtargets: FORCE
 
110
        @test -d view/ || mkdir -p view/
 
111
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile install
 
112
sub-view-uninstall_subtargets-ordered: sub-lib-uninstall_subtargets-ordered  FORCE
 
113
        @test -d view/ || mkdir -p view/
 
114
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile uninstall
 
115
sub-view-uninstall_subtargets: FORCE
 
116
        @test -d view/ || mkdir -p view/
 
117
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile uninstall
 
118
sub-plugin-qmake_all: sub-view-qmake_all FORCE
 
119
        @test -d plugin/ || mkdir -p plugin/
 
120
        cd plugin/ && $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile
 
121
        cd plugin/ && $(MAKE) -f Makefile qmake_all
 
122
sub-plugin: FORCE
 
123
        @test -d plugin/ || mkdir -p plugin/
 
124
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile
 
125
sub-plugin-make_first-ordered: sub-view-make_first-ordered  FORCE
 
126
        @test -d plugin/ || mkdir -p plugin/
 
127
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile 
 
128
sub-plugin-make_first: FORCE
 
129
        @test -d plugin/ || mkdir -p plugin/
 
130
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile 
 
131
sub-plugin-all-ordered: sub-view-all-ordered  FORCE
 
132
        @test -d plugin/ || mkdir -p plugin/
 
133
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile all
 
134
sub-plugin-all: FORCE
 
135
        @test -d plugin/ || mkdir -p plugin/
 
136
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile all
 
137
sub-plugin-clean-ordered: sub-view-clean-ordered  FORCE
 
138
        @test -d plugin/ || mkdir -p plugin/
 
139
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile clean
 
140
sub-plugin-clean: FORCE
 
141
        @test -d plugin/ || mkdir -p plugin/
 
142
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile clean
 
143
sub-plugin-distclean-ordered: sub-view-distclean-ordered  FORCE
 
144
        @test -d plugin/ || mkdir -p plugin/
 
145
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile distclean
 
146
sub-plugin-distclean: FORCE
 
147
        @test -d plugin/ || mkdir -p plugin/
 
148
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile distclean
 
149
sub-plugin-install_subtargets-ordered: sub-view-install_subtargets-ordered  FORCE
 
150
        @test -d plugin/ || mkdir -p plugin/
 
151
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile install
 
152
sub-plugin-install_subtargets: FORCE
 
153
        @test -d plugin/ || mkdir -p plugin/
 
154
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile install
 
155
sub-plugin-uninstall_subtargets-ordered: sub-view-uninstall_subtargets-ordered  FORCE
 
156
        @test -d plugin/ || mkdir -p plugin/
 
157
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile uninstall
 
158
sub-plugin-uninstall_subtargets: FORCE
 
159
        @test -d plugin/ || mkdir -p plugin/
 
160
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile uninstall
 
161
 
 
162
Makefile: src.pro /usr/share/qt5/mkspecs/linux-g++/qmake.conf /usr/share/qt5/mkspecs/features/spec_pre.prf \
 
163
                /usr/share/qt5/mkspecs/common/shell-unix.conf \
 
164
                /usr/share/qt5/mkspecs/common/unix.conf \
 
165
                /usr/share/qt5/mkspecs/common/linux.conf \
 
166
                /usr/share/qt5/mkspecs/common/gcc-base.conf \
 
167
                /usr/share/qt5/mkspecs/common/gcc-base-unix.conf \
 
168
                /usr/share/qt5/mkspecs/common/g++-base.conf \
 
169
                /usr/share/qt5/mkspecs/common/g++-unix.conf \
 
170
                /usr/share/qt5/mkspecs/qconfig.pri \
 
171
                /usr/share/qt5/mkspecs/modules/qt_lib_bootstrap.pri \
 
172
                /usr/share/qt5/mkspecs/modules/qt_lib_concurrent.pri \
 
173
                /usr/share/qt5/mkspecs/modules/qt_lib_core.pri \
 
174
                /usr/share/qt5/mkspecs/modules/qt_lib_dbus.pri \
 
175
                /usr/share/qt5/mkspecs/modules/qt_lib_gui.pri \
 
176
                /usr/share/qt5/mkspecs/modules/qt_lib_network.pri \
 
177
                /usr/share/qt5/mkspecs/modules/qt_lib_opengl.pri \
 
178
                /usr/share/qt5/mkspecs/modules/qt_lib_platformsupport.pri \
 
179
                /usr/share/qt5/mkspecs/modules/qt_lib_printsupport.pri \
 
180
                /usr/share/qt5/mkspecs/modules/qt_lib_qml.pri \
 
181
                /usr/share/qt5/mkspecs/modules/qt_lib_qmldevtools.pri \
 
182
                /usr/share/qt5/mkspecs/modules/qt_lib_qmltest.pri \
 
183
                /usr/share/qt5/mkspecs/modules/qt_lib_quick.pri \
 
184
                /usr/share/qt5/mkspecs/modules/qt_lib_quickparticles.pri \
 
185
                /usr/share/qt5/mkspecs/modules/qt_lib_sensors.pri \
 
186
                /usr/share/qt5/mkspecs/modules/qt_lib_sql.pri \
 
187
                /usr/share/qt5/mkspecs/modules/qt_lib_testlib.pri \
 
188
                /usr/share/qt5/mkspecs/modules/qt_lib_v8.pri \
 
189
                /usr/share/qt5/mkspecs/modules/qt_lib_widgets.pri \
 
190
                /usr/share/qt5/mkspecs/modules/qt_lib_xml.pri \
 
191
                /usr/share/qt5/mkspecs/features/qt_functions.prf \
 
192
                /usr/share/qt5/mkspecs/features/qt_config.prf \
 
193
                /usr/share/qt5/mkspecs/linux-g++/qmake.conf \
 
194
                /usr/share/qt5/mkspecs/features/spec_post.prf \
 
195
                /usr/share/qt5/mkspecs/features/exclusive_builds.prf \
 
196
                /usr/share/qt5/mkspecs/features/default_pre.prf \
 
197
                /usr/share/qt5/mkspecs/features/unix/default_pre.prf \
 
198
                /usr/share/qt5/mkspecs/features/resolve_config.prf \
 
199
                /usr/share/qt5/mkspecs/features/default_post.prf \
 
200
                /usr/share/qt5/mkspecs/features/unix/gdb_dwarf_index.prf \
 
201
                /usr/share/qt5/mkspecs/features/warn_on.prf \
 
202
                /usr/share/qt5/mkspecs/features/wayland-scanner.prf \
 
203
                /usr/share/qt5/mkspecs/features/testcase_targets.prf \
 
204
                /usr/share/qt5/mkspecs/features/exceptions.prf \
 
205
                /usr/share/qt5/mkspecs/features/yacc.prf \
 
206
                /usr/share/qt5/mkspecs/features/lex.prf \
 
207
                src.pro
 
208
        $(QMAKE) MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile src.pro
 
209
/usr/share/qt5/mkspecs/features/spec_pre.prf:
 
210
/usr/share/qt5/mkspecs/common/shell-unix.conf:
 
211
/usr/share/qt5/mkspecs/common/unix.conf:
 
212
/usr/share/qt5/mkspecs/common/linux.conf:
 
213
/usr/share/qt5/mkspecs/common/gcc-base.conf:
 
214
/usr/share/qt5/mkspecs/common/gcc-base-unix.conf:
 
215
/usr/share/qt5/mkspecs/common/g++-base.conf:
 
216
/usr/share/qt5/mkspecs/common/g++-unix.conf:
 
217
/usr/share/qt5/mkspecs/qconfig.pri:
 
218
/usr/share/qt5/mkspecs/modules/qt_lib_bootstrap.pri:
 
219
/usr/share/qt5/mkspecs/modules/qt_lib_concurrent.pri:
 
220
/usr/share/qt5/mkspecs/modules/qt_lib_core.pri:
 
221
/usr/share/qt5/mkspecs/modules/qt_lib_dbus.pri:
 
222
/usr/share/qt5/mkspecs/modules/qt_lib_gui.pri:
 
223
/usr/share/qt5/mkspecs/modules/qt_lib_network.pri:
 
224
/usr/share/qt5/mkspecs/modules/qt_lib_opengl.pri:
 
225
/usr/share/qt5/mkspecs/modules/qt_lib_platformsupport.pri:
 
226
/usr/share/qt5/mkspecs/modules/qt_lib_printsupport.pri:
 
227
/usr/share/qt5/mkspecs/modules/qt_lib_qml.pri:
 
228
/usr/share/qt5/mkspecs/modules/qt_lib_qmldevtools.pri:
 
229
/usr/share/qt5/mkspecs/modules/qt_lib_qmltest.pri:
 
230
/usr/share/qt5/mkspecs/modules/qt_lib_quick.pri:
 
231
/usr/share/qt5/mkspecs/modules/qt_lib_quickparticles.pri:
 
232
/usr/share/qt5/mkspecs/modules/qt_lib_sensors.pri:
 
233
/usr/share/qt5/mkspecs/modules/qt_lib_sql.pri:
 
234
/usr/share/qt5/mkspecs/modules/qt_lib_testlib.pri:
 
235
/usr/share/qt5/mkspecs/modules/qt_lib_v8.pri:
 
236
/usr/share/qt5/mkspecs/modules/qt_lib_widgets.pri:
 
237
/usr/share/qt5/mkspecs/modules/qt_lib_xml.pri:
 
238
/usr/share/qt5/mkspecs/features/qt_functions.prf:
 
239
/usr/share/qt5/mkspecs/features/qt_config.prf:
 
240
/usr/share/qt5/mkspecs/linux-g++/qmake.conf:
 
241
/usr/share/qt5/mkspecs/features/spec_post.prf:
 
242
/usr/share/qt5/mkspecs/features/exclusive_builds.prf:
 
243
/usr/share/qt5/mkspecs/features/default_pre.prf:
 
244
/usr/share/qt5/mkspecs/features/unix/default_pre.prf:
 
245
/usr/share/qt5/mkspecs/features/resolve_config.prf:
 
246
/usr/share/qt5/mkspecs/features/default_post.prf:
 
247
/usr/share/qt5/mkspecs/features/unix/gdb_dwarf_index.prf:
 
248
/usr/share/qt5/mkspecs/features/warn_on.prf:
 
249
/usr/share/qt5/mkspecs/features/wayland-scanner.prf:
 
250
/usr/share/qt5/mkspecs/features/testcase_targets.prf:
 
251
/usr/share/qt5/mkspecs/features/exceptions.prf:
 
252
/usr/share/qt5/mkspecs/features/yacc.prf:
 
253
/usr/share/qt5/mkspecs/features/lex.prf:
 
254
src.pro:
 
255
qmake: FORCE
 
256
        @$(QMAKE) MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile src.pro
 
257
 
 
258
qmake_all: sub-lib-qmake_all sub-view-qmake_all sub-plugin-qmake_all FORCE
 
259
 
 
260
make_first: sub-lib-make_first-ordered sub-view-make_first-ordered sub-plugin-make_first-ordered FORCE
 
261
all: sub-lib-all-ordered sub-view-all-ordered sub-plugin-all-ordered FORCE
 
262
clean: sub-lib-clean-ordered sub-view-clean-ordered sub-plugin-clean-ordered FORCE
 
263
distclean: sub-lib-distclean-ordered sub-view-distclean-ordered sub-plugin-distclean-ordered FORCE
 
264
        -$(DEL_FILE) Makefile
 
265
install_subtargets: sub-lib-install_subtargets-ordered sub-view-install_subtargets-ordered sub-plugin-install_subtargets-ordered FORCE
 
266
uninstall_subtargets: sub-lib-uninstall_subtargets-ordered sub-view-uninstall_subtargets-ordered sub-plugin-uninstall_subtargets-ordered FORCE
 
267
 
 
268
sub-lib-check_ordered:
 
269
        @test -d lib/ || mkdir -p lib/
 
270
        cd lib/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/lib/lib.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile check
 
271
sub-view-check_ordered: sub-lib-check_ordered 
 
272
        @test -d view/ || mkdir -p view/
 
273
        cd view/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/view/view.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile check
 
274
sub-plugin-check_ordered: sub-view-check_ordered 
 
275
        @test -d plugin/ || mkdir -p plugin/
 
276
        cd plugin/ && ( test -e Makefile || $(QMAKE) /home/thomas/Projects/manhattan-raring/ubuntu-keyboard/src/plugin/plugin.pro MALIIT_DEFAULT_PROFILE=ubuntu CONFIG+=debug CONFIG+=nodoc CONFIG+=notests CONFIG+=enable-presage CONFIG+=enable-hunspell CONFIG+=enable-preedit CONFIG+=enable-pinyin CONFIG+=enable-qt-mobility -o Makefile ) && $(MAKE) -f Makefile check
 
277
check: sub-lib-check_ordered sub-view-check_ordered sub-plugin-check_ordered
 
278
install: install_subtargets  FORCE
 
279
 
 
280
uninstall:  uninstall_subtargets FORCE
 
281
 
 
282
FORCE:
 
283