# This Makefile is free software; the Free Software Foundation
# gives unlimited permission to copy, distribute and modify it.

DISTFILES = swt.h keycodes.h res.h Makefile

target:
		@echo "no one in here but us chickens.."

dname:
		mkdir ../../`cat ../../.dname`/swt/include
		ln $(DISTFILES) ../../`cat ../../.dname`/swt/include
