mirror of
ssh://git.janware.com/srv/git/janware/proj/jw-pkg
synced 2026-01-15 03:53:32 +01:00
3 commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 58ab619f0b | |||
| 4d8ff72147 | |||
| 4a6a7b5664 |
| Author | SHA1 | Message | Date | |
|---|---|---|---|---|
| 58ab619f0b |
make: Rename CFLAGS, CXXFLAGS and CPPFLAGS variables
Rename CFLAGS and friends to follow the conventions of the implicit rules defined by GNU Make: - $(CPPFLAGS) is passed to both C++ and C compiler - $(CXXFLAGS) is passed to C++ compiler only - $(CFLAGS) is passed to C compiler only - C++ compiler is in $(CXX) Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 4d8ff72147 |
make: Add multiple inclusion preventers around makefile rules
Signed-off-by: Jan Lindemann <jan@janware.com> |
|||
| 4a6a7b5664 |
tools.mk: Add target expand-macros
Add target expand-macros to tools.mk from within newly included cpp-extra-targets.mk Signed-off-by: Jan Lindemann <jan@janware.com> |