units=libv.dcu bqueue.dcu libvu.dcu
cc=dcc32
cflags=
all:$(units)
.pas.dcu:
	$(cc) $(cflags) $*.pas
clean:
	if exist *.dcu del $(units)
