summaryrefslogtreecommitdiff
path: root/mk/mod.mk
Commit message (Collapse)AuthorAge
* fix ccheck warningsAlfred E. Heggestad2015-11-02
|
* build infrastructure: silent and verbose modesDmitrij D. Czarkoff2015-11-01
| | | | | | | | | | | | In *silent* mode build infrastructure prints only short messages in format: TOOL filename and toolchain's warnings. In *verbose* mode it additionally echoes exact commands including all compiler and linker flags. By default baresip is built in *silent* mode (as before this commit); *verbose* mode can be set either by unsetting `HIDE` variable (running `make HIDE=`) or by setting `V` variable to any value (eg. `make V=1` or `make V=yes`).
* make: added $(MOD)_CFLAGS to module.mkAlfred E. Heggestad2015-08-01
| | | | | | | | | | each module can now choose between CFLAGS and/or $(MOD)_CFLAGS - CFLAGS will append the flags to the global CFLAGS and thus be used when compiling all .c files (core and modules) - $(MOD)_CFLAGS will only be used for compiling that specific module and will not pollute the global CFLAGS space
* baresip 0.4.10Alfred E. Heggestad2014-02-09