#!smake

#include $(ROOT)/usr/include/make/commondefs



LLDLIBS = -lgl -lvl  -lgutil -limage
LCDEFS  = 

# override the prototypes macro in commondefs:  if you want
# prototyping turned on, comment out the next line.
#PROTOTYPES=


all:
	$(CC)  $(LLDLIBS) $(TARGETS)

#include $(COMMONRULES)
