blob: 0d7f6c259a192e9c60a6eb6bcd30add4c24383e9 [file] [log] [blame]
# Generate an object file manually.
object = custom_target('object',
input : 'source.c',
output : outputname,
command : [comp, cc, '@INPUT@', '@OUTPUT@'])