X-Git-Url: http://plrg.eecs.uci.edu/git/?p=cdsspec-compiler.git;a=blobdiff_plain;f=common.mk;h=bc068dff1fb1e559b4aafb9b01881028c28b615a;hp=9fe9f09745c73ef0f75e3776c9d09c4a6b58c3d0;hb=a0aabd321ed9a43bd0ff4be0d9a7751138c01004;hpb=8349c08d00575cdee39e94796d33fb4c44ddd50b diff --git a/common.mk b/common.mk index 9fe9f09..bc068df 100644 --- a/common.mk +++ b/common.mk @@ -1,12 +1,12 @@ # A few common Makefile items -CC = gcc -CXX = g++ +CC := gcc +CXX := g++ -UNAME = $(shell uname) +UNAME := $(shell uname) -LIB_NAME = model -LIB_SO = lib$(LIB_NAME).so +LIB_NAME := model +LIB_SO := lib$(LIB_NAME).so CPPFLAGS += -Wall -g -O3