TOPDIR = ..

BIN = 	xlib
S = 	main.c library.c

INCLUDE = -Iinclude -I$(TOPDIR)
DEP =	include/*.h $(TOPDIR)/*.h

include $(TOPDIR)/Makefile.common