Codebase list mozc / 0387de5
update Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org> Nobuhiro Iwamatsu 11 years ago
2 changed file(s) with 22 addition(s) and 10 deletion(s). Raw diff Collapse all Expand all
0 support-kfreebsd.patch
0 #support-kfreebsd.patch
11 uim-mozc.patch
22 fcitx-mozc.patch
1818 endif
1919 BUILD_DIR=./out_linux
2020
21 TARGETS=unix/ibus/ibus.gyp:ibus_mozc \
21 TARGETS = unix/ibus/ibus.gyp:ibus_mozc \
2222 unix/scim/scim.gyp:scim_mozc unix/scim/scim.gyp:scim_mozc_setup \
2323 unix/emacs/emacs.gyp:mozc_emacs_helper \
24 unix/uim/uim.gyp:uim-mozc \
25 unix/fcitx/fcitx.gyp:fcitx-mozc \
2624 server/server.gyp:mozc_server gui/gui.gyp:mozc_tool \
27 renderer/renderer.gyp:mozc_renderer
25 renderer/renderer.gyp:mozc_renderer \
26 unix/uim/uim.gyp:uim-mozc
27
28
29 #TARGETS=unix/ibus/ibus.gyp:ibus_mozc \
30 # unix/scim/scim.gyp:scim_mozc unix/scim/scim.gyp:scim_mozc_setup \
31 # unix/emacs/emacs.gyp:mozc_emacs_helper \
32 # unix/uim/uim.gyp:uim-mozc \
33 # unix/fcitx/fcitx.gyp:fcitx-mozc \
34 # server/server.gyp:mozc_server gui/gui.gyp:mozc_tool \
35 # renderer/renderer.gyp:mozc_renderer
2836
2937 # for architecture dependent variables and changelog vars
3038 vafilt = $(subst $(2)=,,$(filter $(2)=%,$(1)))
3846 dh $@
3947
4048 override_dh_auto_configure:
41 python build_mozc.py gyp --gypdir=/usr/bin --channel_dev=0 \
42 --os=$(BUILD_OS) --build_base=$(BUILD_DIR) \
43 --use_libprotobuf
49 python build_mozc.py gyp --gypdir=/usr/bin
50 #python build_mozc.py gyp --gypdir=/usr/bin --channel_dev=0 \
51 # --build_base=$(BUILD_DIR) \
52 # --use_libprotobuf
4453
4554 override_dh_auto_build:
46 python build_mozc.py build_tools -c Release --jobs=1
47 python build_mozc.py build $(TARGETS) -c Release --jobs=1
55 override_dh_auto_build:
56 python build_mozc.py build_tools -c Release
57 python build_mozc.py build $(TARGETS) -c Release
58 # python build_mozc.py build_tools -c Release #--jobs=1
59 # python build_mozc.py build $(TARGETS) -c Release #--jobs=1
4860
4961 override_dh_auto_clean:
5062 python build_mozc.py clean