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