#Build environment variables #This uses your environment build flag. #since we're using c++, we use CXXFLAGS since that's standard. #If you only set CFLAGS, you should also look into setting CXXFLAGS BFLAGS = $(CXXFLAGS) CPPFLAGS = -Wall CXX = g++ INSTALLDIR = /usr/local include Makefile.rules