home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2233.zip / wxOS2-2_3_3.zip / wxWindows-2.3.3 / contrib / samples / plot / Makefile.in < prev    next >
Makefile  |  2001-07-06  |  377b  |  17 lines

  1. # Makefile for mmedia sample.
  2. # $Id: Makefile.in,v 1.2 2001/07/06 10:24:53 JS Exp $
  3.  
  4. top_srcdir = @top_srcdir@/..
  5. top_builddir = ../../..
  6. program_dir = contrib/samples/plot
  7.  
  8. PROGRAM=plot
  9.  
  10. OBJECTS=plot.o
  11.  
  12. APPEXTRALIBS=$(top_builddir)/lib/libwx_plot.@WX_TARGET_LIBRARY_TYPE@
  13. APPEXTRADEFS=-I$(top_srcdir)/contrib/include
  14.  
  15. include $(top_builddir)/src/makeprog.env
  16.  
  17.