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 / src / plot / Makefile.in < prev    next >
Makefile  |  2001-09-09  |  483b  |  26 lines

  1. # $Id: Makefile.in,v 1.3 2001/09/09 22:14:54 GD Exp $
  2.  
  3. top_srcdir = @top_srcdir@/..
  4. top_builddir = ../../..
  5. libsrc_dir = contrib/src/plot
  6.  
  7. TARGET_LIBNAME=libwx_plot
  8.  
  9. LIBVERSION_CURRENT=1
  10. LIBVERSION_REVISION=0
  11. LIBVERSION_AGE=0
  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.