include ../toprules.make

TOPDIR = ..
INCLUDES += -I..
all: $(objs)

extraobjs = $(TARGET)

# construct the distribution
DIST_FILES = *.cpp *.h

include ../botrules.make
