#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 VFLAGS = `pkg-config --cflags vorbis` `pkg-config --cflags ogg` VLFLAGS = `pkg-config --libs vorbis` `pkg-config --libs ogg` CXX = g++ INSTALLDIR = /usr/local include Makefile.rules