On Wed, Jul 20, 2011 at 1:04 AM, tsuna wrote:
> What would be nice would be to have the ability to recompile only the
> .java that changed. So when you edit 2/3 files, then we'd build just
> that, but in one command.
make can handle this pretty well. If all the source files are listed
as prereq
When using automake, I know how to set *FLAGS globally (ie,
AM_*FLAGS), and per binary/lib (ie bin_PROGRAMS=foo ; foo_*FLAGS =
...) However, those flag variables apply to every source file for a
given primary. What if I have multiple sources that are compiled
differently?
bin_PROGRAMS = a
a_SOUR