LIBNAME = sock
TARGET  = lib$(LIBNAME).a lib$(LIBNAME).so

all: $(TARGET)

SRCS   += sock.c

sock.o:  sock.h
sock.so: sock.h

include ../lib.mk
