XCOMM
XCOMM examples
XCOMM

#if BuildRPCClasses
PLOT = plot
SENDPLOT = sendplot
#else
PLOT =
SENDPLOT =
#endif

SUBDIRS = \
	box1 \
	box2 \
	box3 \
	box4 \
	box5 \
	button1 \
	button2 \
	button3 \
	bvalue \
	circle \
	drag \
	fonts \
	himom \
	image \
	ips \
	menu \
	morpher \
	patch \
	$(PLOT) \
	preview \
	print \
	punidraw \
	rubband \
	$(SENDPLOT) \
	zoomer

MakeInSubdirs($(SUBDIRS))
