g4klx / ircDDBGateway

The ircDDB Gateway for D-Star
GNU General Public License v2.0
61 stars 41 forks source link

Makefile dependencies checks #15

Closed F4FXL closed 5 years ago

F4FXL commented 5 years ago

This allows subsequent calls to make to only recompile what has been modified and what depends on the modified stuff. This does not use any automake/tools BS, only plain Makefile stuff ! ;)

Please see individual commit messages for more details.

73 Geoffrey

F4FXL commented 5 years ago

I Still have an issue with top level targets not being rebuilt when eg. something in Common changes. This is not merge ready yet

F4FXL commented 5 years ago

Problem with top level targets not rebuilding solved