#
CC = gcc
CFLAGS = -Wall -O0 -g3
CFLAGS += -Wall
LDFLAGS = -lpthread
LDFLAGS += -lpthread
#LDFLAGS = -static -lpthread
UNAME=$(shell uname)