CFLAGS=-I. -IX11

OBJS = Xdamage.o Xfixes.o Region.o

all: $(OBJS)
	rm -f ../libxdamage.a
	ar r ../libxdamage.a $(OBJS)

clean:
	rm -f *.o

