1a4e54154Smrgfccase_h = custom_target('fccase.h',
2a4e54154Smrg  output: 'fccase.h',
3a4e54154Smrg  input: ['CaseFolding.txt', 'fccase.tmpl.h'],
4a4e54154Smrg  command: [find_program('fc-case.py'), '@INPUT0@', '--template', '@INPUT1@', '--output', '@OUTPUT@'])
5