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

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