include ../Common.Mk

distfile = anthy-9100h.tar.gz
workdir = anthy-9100h/
bdepends += 
confflag += 
patches = 

target_list = $(appname)
unins_list = $(appname).tcz.list $(appname)-dev.tcz.list
tcexpand_list =

.PHONY: extract configure build install

extract:
	tar xf $(distfile)

configure:
	cd $(workdir); ./configure $(confflag)

build:
	cd $(workdir); $(MAKE)

install: uninstall tcexpand
	cd $(workdir); sudo $(MAKE) install
