]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/canvas/Makefile.in
Significantly changed how the Python interpreter lock and thread state
[wxWidgets.git] / contrib / src / canvas / Makefile.in
CommitLineData
6a2c1874
RR
1# $Id$
2
3top_srcdir = @top_srcdir@/..
4top_builddir = ../../..
5libsrc_dir = contrib/src/canvas
6
7TARGET_LIBNAME=libcanvas
8
9LIBVERSION_CURRENT=1
10LIBVERSION_REVISION=0
11LIBVERSION_AGE=0
12
13HEADER_PATH=$(top_srcdir)/contrib/include/wx
14HEADER_SUBDIR=canvas
15
84fba40b 16HEADERS=canvas.h bbox.h liner.h polygon.h
6a2c1874 17
84fba40b 18OBJECTS=canvas.o bbox.o liner.o polygon.o
f36e7ad8 19DEPFILES=$(OBJECTS:.o=.d)
6a2c1874 20
e83bf4f7 21APPEXTRADEFS=-I$(top_srcdir)/contrib/include
6a2c1874
RR
22
23include $(top_builddir)/src/makelib.env
24
f36e7ad8 25-include $(DEPFILES)