Re: [PATCH 1/2] doc: General makefile cleanup.

2014-12-09 Thread Jon A. Cruz
On 12/09/2014 12:00 PM, Bill Spitzak wrote: > Did you see the patch I posted that merged the client/server stuff > together into rules using % so that it is easier to add more > doxygen-produced chapters? > Yes, but it did appear to not be much in contention with these. I figured that I could eas

Re: [PATCH 1/2] doc: General makefile cleanup.

2014-12-09 Thread Bill Spitzak
Did you see the patch I posted that merged the client/server stuff together into rules using % so that it is easier to add more doxygen-produced chapters? On 12/09/2014 01:34 AM, Jon A. Cruz wrote: This is a general cleanup of the makefile in order to bring it more inline with standard make pr

[PATCH 1/2] doc: General makefile cleanup.

2014-12-09 Thread Jon A. Cruz
This is a general cleanup of the makefile in order to bring it more inline with standard make practices. Cleanups included more use of automatic variables, switching AM_V_GEN to AM_V_at to have one 'GEN' visible per file, splitting copy operations to proper rules, and using order only dependencies