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

dimtest:  dimtest.c
	${CC} -o $@  ${CFLAGS}  $@.c -L${LIBDIR} -lstubdraw -lgeomutil ${ALLOOGLLIBS} -lm
