CFLAGS += -O2 -DERR_CHECK -DERR_BUF='"tz_funcs: "'
CPPFLAGS = -I/usr/ftp/pub/GAbench/include
include /home/thor/grad/whart/code/MakeMacros
INCLUDE += $(CPPFLAGS)

all:	tz_f1.o tz_f2.o tz_f3.o tz_f4.o tz_f5.o

tz_funcs:	tz_funcs.so
	ld -o tz_funcs tz_funcs.so -lm

