MODULE_TOPDIR = ..

include $(MODULE_TOPDIR)/include/Make/Dir.make

SUBDIRS = \
	p.out.vrml

default: subdirs

clean: cleansubdirs
