]> git.saurik.com Git - wxWidgets.git/blob - contrib/src/plot/Makefile.in
merged 2.4 branch into the trunk
[wxWidgets.git] / contrib / src / plot / Makefile.in
1 # $Id$
2
3 top_srcdir = @top_srcdir@/..
4 top_builddir = ../../..
5 libsrc_dir = contrib/src/plot
6
7 TARGET_LIBNAME=lib@WX_LIBRARY_BASENAME@_plot-@WX_RELEASE@
8
9 LIBVERSION_CURRENT=@WX_CURRENT@
10 LIBVERSION_REVISION=@WX_REVISION@
11 LIBVERSION_AGE=@WX_AGE@
12
13 HEADER_PATH=$(top_srcdir)/contrib/include/wx
14 HEADER_SUBDIR=plot
15
16 HEADERS=plot.h
17
18 OBJECTS=plot.o
19 DEPFILES=$(OBJECTS:.o=.d)
20
21 APPEXTRADEFS=-I$(top_srcdir)/contrib/include
22
23 include $(top_builddir)/src/makelib.env
24
25 -include $(DEPFILES)