## Process this file with automake to produce Makefile.in SUBDIRS = \ color \ color_map \ finish \ normal \ pigment \ shape \ texture colordata= color_mapdata= finishdata= normaldata= pigmentdata= shape= texturedata= .PHONY: files files: @files=`ls $(DISTFILES) 2> /dev/null`; for p in $$files; do \ echo $$p; \ done @for subdir in $(SUBDIRS); do \ files=`cd $$subdir; $(MAKE) files | grep -v "make\[[1-9]\]"`; \ for file in $$files; do \ echo $$subdir/$$file; \ done; \ done