CC  = gcc
LD  = ld
CPP = cpp
CXX = g++
AR  = ar
AS  = as
NM  = nm
STRIP = strip
CFLAGS		:=
CXXFLAGS	:= $(CFLAGS)
LDFLAGS		:= -lpthread -lrt -lm
