Hi,Is there an easy, official way to add a post-processing step to a Makefile.am? Specifically, after the primary build target is linked via autotool magic, how can I specify an extra 'objcopy' command to be executed on the linked binary? My best guess on this would be hijacking the 'all' target. Better solution?
Thanks... -- -Mike Melanson