]> git.saurik.com Git - wxWidgets.git/blame - contrib/src/plot/Makefile.in
applied file history patch
[wxWidgets.git] / contrib / src / plot / Makefile.in
CommitLineData
8556b795
RR
1# $Id$
2
3top_srcdir = @top_srcdir@/..
4top_builddir = ../../..
5libsrc_dir = contrib/src/plot
6
7TARGET_LIBNAME=libplot
8
9LIBVERSION_CURRENT=1
10LIBVERSION_REVISION=0
11LIBVERSION_AGE=0
12
13HEADER_PATH=$(top_srcdir)/contrib/include/wx
14HEADER_SUBDIR=plot
15
16HEADERS=plot.h
17
18OBJECTS=plot.o
19
20APPEXTRADEFS=-I$(top_srcdir)/contrib/include
21
22include $(top_builddir)/src/makelib.env
23