# Last edited on 2026-02-27 05:37:17 by stolfi SHELL := /bin/bash -eu SCRIPTS := ${wildcard {work/,}*.{sh,gawk,py,sed} } SOURCES := in/bencao.uts in/bencao.pys ../074/st_files/str-parags.ivt all: all-derived-files # all: test-del-shift-add # all: test-list-words # all: test-size-pos-funcs all-derived-files: ${SCRIPTS} ${SOURCES} make_all_derived_files.py all test-del-shift-add: \ test_del_shift_add_funcs.py \ work/del_shift_add_funcs.py \ plot_pos_file.sh \ plot_pos_file_aux.gawk test_del_shift_add_funcs.py test-list-words: \ size_position_funcs.py list_word_positions_in_lines.py test test-size-pos-funcs: \ size_position_funcs.py size_position_funcs.py test