# -*-Makefile-*-
#		INTEL CORPORATION PROPRIETARY INFORMATION
# This software is supplied under the terms of a license agreement or
# nondisclosure agreement with Intel Corporation and may not be copied
# or disclosed except in accordance with the terms of that agreement.
#	Copyright (C) 2000 Intel Corporation. All Rights Reserved.
#
# 

include ${IXROOT}/src/Makefile.rules

driver:: \
	 ${MODDST}/ixsys_count_8_1_2.config


${MODDST}/%.sh: %.sh
	@[ -d ${dir $@} ] || mkdir -p ${dir $@}
	@[ ! -f $@ ] || rm -f $@
	install -m 0555 $< $@

${MODDST}/%.config: %.config
	@[ -d ${dir $@} ] || mkdir -p ${dir $@}
	@[ ! -f $@ ] || rm -f $@
	install -m 0555 $< $@


distclean:: clean

clean::
	rm -f 	 \
	 	${MODDST}/ixsys_count_8_1_2.config 








