home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 10 Tools
/
10-Tools.zip
/
wxos2240.zip
/
wxWindows-2.4.0
/
contrib
/
samples
/
plot
/
Makefile.in
< prev
next >
Wrap
Makefile
|
2002-09-23
|
413b
|
17 lines
# Makefile for mmedia sample.
# $Id: Makefile.in,v 1.2.2.1 2002/09/22 15:07:58 VS Exp $
top_srcdir = @top_srcdir@/..
top_builddir = ../../..
program_dir = contrib/samples/plot
PROGRAM=plot
OBJECTS=plot.o
APPEXTRALIBS=$(top_builddir)/lib/lib@WX_LIBRARY_BASENAME@_plot-@WX_RELEASE@.@WX_TARGET_LIBRARY_TYPE@
APPEXTRADEFS=-I$(top_srcdir)/contrib/include
include $(top_builddir)/src/makeprog.env