SW_OBJS=io.o proto.o relay.o

all:		libsw.a

include ../Rules.make

libsw.a:	$(SW_OBJS)
		ar rcs libsw.a $(SW_OBJS)
