# CC C compiler # CFLAGS flags for building C files # CFDYN additional flags for dynamic functions # RLINK flags for linking run-time system # RLIBS libraries to link with run-time system # TLIBS libraries to link for POSIX threads # XLIBS libraries to link for graphics # XPMDEFS definitions for building XPM library # GDIR directory of graphics helper library CC = c89 CFLAGS = -O CFDYN = RLINK = -oldstyle_liblookup RLIBS = -lm TLIBS = -lrt -lpthread XLIBS = -lX11 XPMDEFS = -DZPIPE -DSYSV GDIR = xpm