include ../../../../makeinfo
# for MOOROOT
include ../../../../mooix.conf

build:: list
	chmod 1644 list

list: list.in
	# generate a .list file with absolute paths in it; relative paths
	# are not supported in .list files
	sed -e 's!$$(MOOROOT)!$(MOOROOT)!' < list.in > list
	
clean::
	rm -f list
realclean::
