generated = custom_target('generated',
output : ['source1.h', 'source1.cpp'],
input : 'data.dat',
command : [comp, '@INPUT0@', '@OUTDIR@'])