TOPDIR=../..
include $(TOPDIR)/pre.mk

CSOURCES=$(shell ls *.c)
LIBNAME=grabbers
BUILDLIB=yes

include $(TOPDIR)/lib.mk
include $(TOPDIR)/post.mk
