]> git.saurik.com Git - wxWidgets.git/blame - contrib/samples/plot/Makefile.in
reduce flicker in header window when deleting items and let space select items even...
[wxWidgets.git] / contrib / samples / plot / Makefile.in
CommitLineData
8556b795
RR
1# Makefile for mmedia sample.
2# $Id$
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../../..
6program_dir = contrib/samples/plot
7
8PROGRAM=plot
9
10OBJECTS=plot.o
11
4638d697 12APPEXTRALIBS=$(top_builddir)/lib/libwx_plot.@WX_TARGET_LIBRARY_TYPE@
8556b795
RR
13APPEXTRADEFS=-I$(top_srcdir)/contrib/include
14
15include $(top_builddir)/src/makeprog.env
16