# source_program
SRCS = main.c cd.c polydata.c sampmap.c 

SYSOBJS = $(CMNDIR)/cinit.o $(SGLLDR)/sglarea.o
OBJS = $(SRCS:.c=.o)
LIBS = -lcd -lsgl
