BASE_DIR = ../../src/btoolkit

HEADER += \
	btk.h \
	btk_color.h \
	btk_ic.h \
	btk_strcnv.h \
	btk_tcode.h \
	btk_util.h \
	btkfwd.h \
	$(NULL)

all::
	ln -s $(addprefix $(BASE_DIR)/,$(HEADER)) .

clean::
	$(RM) $(HEADER)
