makefile - Manage the build of multiple libraries in one place -


suppose have multiple libraries can build cmake or configure scripts, there tool can me building libraries such can manage rebuilding of libraries few modifications changing compiler's flags ?

i run sort of automated process see feedback each build + freedom building options.

there tool 1 beside conveniently created bash script ?

make seems best tool use here, bash script work. use makefile calls other makefiles -f (or switch directory -c ). also, handle flags , such within single makefile judicious use of variables, targets , recipes. realize can set make variables (and therefore flags) command line. that's can without knowing more specifics of situation. luck!


Comments