
HFILES= bitypes.h

DESTDIR=
DESTINC= /usr/local/include

all depend:

distclean: clean

clean:
	rm -f *~ *.BAK *.CKP *.orig time.h stat.h

links:
	@set -e; ln -s SRC/*.h .

install: ${DESTDIR}${DESTINC}/sys
#	for x in ${HFILES}; 
#	do 
#		if [ -f "$x" ]; then 
#		${INSTALL} -c -m 444 "$x" ${DESTDIR}${DESTINC}/sys/"$x"
#		fi 
#	done

${DESTDIR}${DESTINC}/sys:
	mkdir ${DESTDIR}${DESTINC}/sys
