]> git.saurik.com Git - wxWidgets.git/blobdiff - contrib/src/ogl/Makefile.in
added new files (after library split)
[wxWidgets.git] / contrib / src / ogl / Makefile.in
index d335435b449c975d8dfe9d3aff370b982cd5883a..f3094fe3cf2a3cfe31cc6c1d368cc701b723258e 100644 (file)
@@ -1,18 +1,29 @@
-#
+# $Id$
 
 top_srcdir = @top_srcdir@/..
 top_builddir = ../../..
+libsrc_dir = contrib/src/ogl
 
-VPATH= $(top_srcdir)/ogl
+TARGET_LIBNAME=lib@WX_LIBRARY_BASENAME@_ogl-@WX_RELEASE@
 
-LIBTARGET=$(top_builddir)/lib/libogl
+LIBVERSION_CURRENT=@WX_CURRENT@
+LIBVERSION_REVISION=@WX_REVISION@
+LIBVERSION_AGE=@WX_AGE@
 
-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
 
-# 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
+HEADER_PATH=$(top_srcdir)/contrib/include/wx
+HEADER_SUBDIR=ogl
+
+HEADERS=basic.h basicp.h bmpshape.h canvas.h composit.h constrnt.h \
+       divided.h drawn.h drawnp.h lines.h linesp.h mfutils.h misc.h \
+       ogl.h ogldiag.h
+
+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
+DEPFILES=$(OBJECTS:.o=.d)
+
+APPEXTRADEFS=-I$(top_srcdir)/contrib/include
 
 include $(top_builddir)/src/makelib.env
+
+-include $(DEPFILES)