CUR_REL_PATH := "config_template/init"

include ../../config.mk

CONF_FILES = *.conf *.DAT *.bdf *.txt *.profile DiffHelper Makefile profile ribbon_init *.hex kshrc link1_init

all:

install : all
	@echo "Installing setups to" ${IRIS_CONFIG} ;
	@chmod +x ./DiffHelper
	@./DiffHelper setup_color.conf

depend :

cleanexe:

clean: cleanexe

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

uninstall_src:
	rm -rf ${INST_SRC_DIR}
