#pml-makefile-auto # Makefile for PythonML # generated by pml-makefile # (do not edit first line if you want to continue auto-generation) GLOBAL = ../cs/pml/global.py LOCAL = pml/local.py SUBDIRS = 1097-c1 1097-d1 1101-c1 1101-d1 1104-c1 1107-c1 1111-c1 1111-d1 1114-c1 1117-c1 1121-dist 1124-dist 1127-dist 1131-dist 1134-dist 1137-d1 1137-dist XHTML = all: ${XHTML} subdirs %.xhtml: pml/%.pml ${GLOBAL} ${LOCAL} pythonml pml/$*.pml > $*.xhtml @chmod 0644 pml/$*.pml @chmod 0644 $*.xhtml @#-rm $*.html %.xhtml: %.pml ${GLOBAL} ${LOCAL} pythonml $*.pml > $*.xhtml @chmod 0644 $*.pml @chmod 0644 $*.xhtml @#-rm $*.html makefile: ${HOME}/bin/pml-makefile --output subdirs: @for dir in ${SUBDIRS}; do \ if test -f $$dir/Makefile; then \ echo "Making all in $$dir"; \ ( cd $$dir && $(MAKE) makefile && $(MAKE) all ); \ fi; \ done; \