]> git.saurik.com Git - wxWidgets.git/blob - contrib/src/ogl/Makefile.in
These two makefiles were *horrid* abominations.
[wxWidgets.git] / contrib / src / ogl / Makefile.in
1 #
2
3 top_srcdir = @top_srcdir@/..
4 top_builddir = ../../..
5
6 LIBTARGET=libogl
7
8 OBJECTS=basic.o bmpshape.o composit.o divided.o lines.o misc.o \
9 basic2.o canvas.o constrnt.o drawn.o mfutils.o ogldiag.o
10
11 # the comment at the end of the next line is needed because otherwise autoconf
12 # would remove this line completely - it contains a built-in hack to remove
13 # any VPATH assignment not containing ':'
14 VPATH = :$(top_srcdir)/contrib/src/ogl # ':' for autoconf
15
16 APPEXTRADEFS=-I$(top_srcdir)/contrib/include
17
18 include $(top_builddir)/src/makelib.env