# SccsId = "@(#)Makefile 4.3 (TU-Delft) 11/24/92"

include ../Config.mk

MODULE          = include

SRCS            = config.h \
		extract.h \
		lump.h \
		maskinfo.h \
		node.h \
		schur.h \
		spider.h \
		subnode.h \
		terminal.h \
		tile.h \
		transistor.h \
		type.h

install: $(SRCS); @true
clean:; @true
tags:;  @true
list:;	@for i in $(SRCS) ; do echo $$i; done

files:	$(SRCS); @true

$(SRCS):
	-@[ $(TESTLINK) $@ ] || ln -s SRC/$@ .; \
	cd SRC ; [ -f $@ ] || get -s SCCS/s.$@;
#EOF
