# A few common Makefile items CC=gcc CXX=g++ LIB_NAME=model LIB_SO=lib$(LIB_NAME).so CPPFLAGS=-Wall -g -O0