TOP=../..
include $(TOP)/configure/CONFIG

#include  $(TOP)/iocBoot/ioceib/Makefile

all: install

install: EIB.adl EIB_ext.adl STATUS.adl RON.adl start 
	cp EIB.adl STATUS.adl RON.adl EIB_ext.adl $(INSTALL_LOCATION)/adl
	cp EIB.ui  STATUS.ui  RON.ui  EIB_ext.ui  $(INSTALL_LOCATION)/adl
	cp start $(INSTALL_LOCATION)/adl
	cp ../../iocBoot/ioceib/EIB.CFG $(INSTALL_LOCATION)/iocBoot/ioceib/
	cp ../../iocBoot/ioceib/st.cmd $(INSTALL_LOCATION)/iocBoot/ioceib/


#clean:
#	rm $(INSTALL_LOCATION)/adl/*
