#!smake

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

LCOPTS	= -xansi -D__STDC__
#LCINCS	= -I/usr/include/gl
#CVERSION=
#TARGETS	= `ls *.c` 

LLDLIBS	= libgutil.a libimage.a -lgl  -lvl -lm

LCDEFS	= -g

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

.c.o:
	$(CC) $(LLDLIBS) -c $<

include $(COMMONRULES)
