home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / contrib / src / plot / Makefile.in < prev    next >
Makefile  |  2002-09-23  |  549b  |  26 lines

  1. # $Id: Makefile.in,v 1.3.2.1 2002/09/22 15:08:10 VS Exp $
  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)
  26.