Makefiles: use appropriate preprocessor vs. compiler flags
authorBrian Norris <banorris@uci.edu>
Tue, 28 May 2013 22:09:44 +0000 (15:09 -0700)
committerBrian Norris <banorris@uci.edu>
Tue, 28 May 2013 22:09:44 +0000 (15:09 -0700)
commit77847ecd3fa6a643302770491928787ba143cde1
tree59525da7faf808cd55927e4f159b7691756eb1a7
parent595a5a86d894685c1b39ee467599654f8c2a46b5
Makefiles: use appropriate preprocessor vs. compiler flags

We should differentiate preprocessor vs. C++ compiler vs. C compiler
flags, according to the CPPFLAGS, CXXFLAGS, and CFLAGS conventions. That
way we can, for instance, easily add the appropriate --std=XXX flags
necessary for compiling with a C++11 (or C++0x) or C11 (or C1x)
compliant compiler.
barrier/Makefile
benchmarks.mk
chase-lev-deque/Makefile
dekker-fences/Makefile
linuxrwlocks/Makefile
mcs-lock/Makefile
mpmc-queue/Makefile
ms-queue/Makefile
spsc-bugfix/Makefile
spsc-queue/Makefile
williams-queue/Makefile