3 top_srcdir = @top_srcdir@/..
4 top_builddir = ../../..
6 VPATH= $(top_srcdir)/ogl
8 LIBTARGET=$(top_builddir)/contrib/lib/libogl
10 OBJECTS=basic.o bmpshape.o composit.o divided.o lines.o misc.o \
11 basic2.o canvas.o constrnt.o drawn.o mfutils.o ogldiag.o
13 # the comment at the end of the next line is needed because otherwise autoconf
14 # would remove this line completely - it contains a built-in hack to remove
15 # any VPATH assignment not containing ':'
16 VPATH = :$(top_srcdir)/contrib/src/ogl # ':' for autoconf
18 include $(top_builddir)/src/makelib.env