CUR_REL_PATH := "config_template/overlay"

include ../../config.mk

OVRLAY_FILES = *.ovr *.xbm *.gif cphelper Makefile *.cat

all:

install : all
	@chmod +x ./cphelper
	./cphelper *.ovr *.xbm

depend :

cleanexe:

clean: cleanexe

install_src: ${INST_SRC_DIR}
	install -m 0664 -o ${IRIS_USER} -g ${IRIS_GROUP} ${OVRLAY_FILES} ${INST_SRC_DIR}

uninstall_src:
	rm -rf ${INST_SRC_DIR}
