GEOM = ../../../..
include ${GEOM}/makefiles/Makedefs.global
include Makedefs
include ${GEOM}/makefiles/Makerules.src

test.o:  test.c
	${CC} ${CFLAGS} -c -o test.o test.c

test:  	test.o all
	${CC} ${CFLAGS} -o test test.o -L${GEOM}/lib/${MACHTYPE} -lpointlist ${ALLOOGLLIBS} -lm
