]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/ogl/Makefile.in
wxHtmlHelpController made compatible with other controllers
[wxWidgets.git] / contrib / src / ogl / Makefile.in
CommitLineData
1fc25a89
JS
1#
2
e8482f24
GL
3top_srcdir = @top_srcdir@/..
4top_builddir = ../../..
1fc25a89
JS
5
6VPATH= $(top_srcdir)/ogl
7
8LIBTARGET=$(top_builddir)/lib/libogl
9
10OBJECTS=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
12
e8482f24
GL
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 ':'
16VPATH = :$(top_srcdir)/contrib/src/ogl # ':' for autoconf
1fc25a89
JS
17
18include $(top_builddir)/src/makelib.env