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>
2019-03-19 07:07:00 +00:00
aa85417a17
Everywhere: Purge spaces in text files
...
Signed-off-by: Jan Lindemann <jan@janware.com>
2019-03-06 12:38:20 +00:00
0e5a2ef46e
py-mod.mk, qt-rules.mk, yapp.mk: Add HDRDIR_SCOPE_SUFFIX to ytools include files
...
Change ytools header location from #include <header.h> to
#include <ytools/header.h>.
Signed-off-by: Jan Lindemann <jan@janware.com>
2017-12-18 18:31:37 +00:00
6e1a9b1f22
qt-defs.mk, qt-rules.mk: Several fixes and additions to qt-rules.mk and qt-defs.mk
...
Signed-off-by: Jan Lindemann <jan@janware.com>
2016-09-06 19:53:44 +00:00
Jan Lindemann
634992f447
*.mk: Prefix non-env C/C++ flags with BUILD_
...
Prefix all CFLAGS / CPPFLAGS / LDFLAGS with BUILD_ to distinguish
them from flags read from the environment (and getting longer and
longer with +=).
2012-02-04 16:48:58 +00:00
Jan Lindemann
9010dde39f
qt-rules.mk: Fix last fix
2007-10-06 06:48:15 +00:00
Jan Lindemann
fd05d44286
qt-rules.mk: Fix uic generated files
2007-10-04 16:17:15 +00:00
Jan Lindemann
8ddd9c1c5c
qt-rules.mk: Add file
2007-08-21 16:30:06 +00:00