#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 = code 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; \