X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/e8482f24cfc00645607f8526fde38d39e0dcaa63..26993c4f64a7551050c597cd5f65e3c7f3066eaa:/contrib/src/ogl/Makefile.in diff --git a/contrib/src/ogl/Makefile.in b/contrib/src/ogl/Makefile.in index d335435b44..64f08fbfad 100644 --- a/contrib/src/ogl/Makefile.in +++ b/contrib/src/ogl/Makefile.in @@ -1,11 +1,13 @@ # -top_srcdir = @top_srcdir@/.. +top_srcdir = @top_srcdir@ top_builddir = ../../.. -VPATH= $(top_srcdir)/ogl +TARGET_LIBNAME=libogl -LIBTARGET=$(top_builddir)/lib/libogl +LIBVERSION_CURRENT=1 +LIBVERSION_REVISION=0 +LIBVERSION_AGE=0 OBJECTS=basic.o bmpshape.o composit.o divided.o lines.o misc.o \ basic2.o canvas.o constrnt.o drawn.o mfutils.o ogldiag.o @@ -13,6 +15,8 @@ OBJECTS=basic.o bmpshape.o composit.o divided.o lines.o misc.o \ # the comment at the end of the next line is needed because otherwise autoconf # would remove this line completely - it contains a built-in hack to remove # any VPATH assignment not containing ':' -VPATH = :$(top_srcdir)/contrib/src/ogl # ':' for autoconf +VPATH = :$(top_srcdir)/src/ogl # ':' for autoconf + +APPEXTRADEFS=-I$(top_srcdir)/include include $(top_builddir)/src/makelib.env