109a110,113
> ifeq ($(USE_CHEWING),Y)
> GCIN_MODULE+=chewing-module.so
> endif
> 
202a207,210
> ifeq ($(USE_CHEWING),Y)
> gcin1_so += gcin-module.pico
> endif
> 
212a221,225
> 	ln -sf $(PWD)/$@ data
> 
> chewing_module_so = chewing.pico
> chewing-module.so: $(chewing_module_so)
> 	$(CCLD) $(SO_FLAGS) -o $@ $(chewing_module_so) $(LDFLAGS) -lchewing -I/usr/include/chewing
