# Last edited on 2026-09-09 19:16:57 by stolfi SHELL := /bin/bash -u .PHONY: .PHONY: \ some-targets \ make-what \ all-tests \ test-report_071_funcs \ ALL \ SCRIPTS := ${wildcard {work/,}*.{sh,gawk,py,sed} } SOURCES := \ ctp/bencao.uts \ ${wildcard clean/ch/*.utf } \ ${wildcard clean/py/*.utf } \ ${wildcard clean/en/*.utf } \ TARGETS_UPP := \ bencao-fu-ch-par.upp \ TARGETS_TFR := \ bencao-fu-ch-par-1.tfr \ bencao-fu-ch-par-2.tfr \ TARGETS_TUP := \ bencao-fu-ch-par-4-with-zhu3.tfr \ TARGETS := ALL # TARGETS := ${TARGETS_UPP} ${TARGETS_TFR} all: some-targets # all: make-what # all: all-tests make-what: echo "** make what?" 1>&2 some-targets: ${SCRIPTS} ${SOURCES} do_note_071.py ${TARGETS} ${TARGETS} &: ${SCRIPTS} ${SOURCES} do_note_071.py ${TARGETS} ALL_TESTS := \ test-report_071_funcs \ NOT_READY_TESTS := \ all-tests: ${ALL_TESTS} @echo "Done all-tests." 1>&2 test-report_071_funcs: \ report_071_funcs.py report_071_funcs.py 'R71.TEST' \ > tests/out/report_071_funcs_test.html firejail --net=none dillo -g '1200x800' tests/out/report_071_funcs_test.html