mengyao / Complete-Striped-Smith-Waterman-Library

298 stars 112 forks source link

Including java wrapper in default build #20

Closed d-cameron closed 9 years ago

d-cameron commented 9 years ago

Added basic documentation for the java wrapper, merged the java-specific Makefile into the main one.

d-cameron commented 9 years ago

If java is not installed on the target system, make all will now fail. I've added some readme text around getting the command line ssw_test building in such a case but if you think it's a problem, I can change the Makefile so the default rule is not all.

mengyao commented 9 years ago

Dear Daniel,

Thanks a lot.

Yes, I think it will be better, if you can change the default rule of Makefile Not all.

Yours,

Mengyao

On Feb 24, 2015, at 2:02 AM, Daniel Cameron notifications@github.com wrote:

If java is not installed on the target system, make all will now fail. I've added some readme text around getting the command line ssw_test building in such a case but if you think it's a problem, I can change the Makefile so the default rule is not all.

— Reply to this email directly or view it on GitHub https://github.com/mengyao/Complete-Striped-Smith-Waterman-Library/pull/20#issuecomment-75708978.

d-cameron commented 9 years ago

A default make goal that only compiles the C/C++ code has been added as well as an the java wrapper an explicit make java goal. make all will still make everything but it's no longer the default.

mengyao commented 9 years ago

Thanks a lot.