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 / canvas / simple / makefile.g95 < prev    next >
Makefile  |  2001-06-12  |  264b  |  15 lines

  1. # File:     makefile.g95 for Plot demo
  2. # Author:    Julian Smart
  3. # Created:    2001-06-12
  4. # Updated:
  5.  
  6. WXDIR = ../../../..
  7.  
  8. TARGET = simple
  9. OBJECTS = $(TARGET).o
  10. EXTRAINC = -I$(WXDIR)/contrib/include
  11. EXTRALIBS = -lcanvas
  12.  
  13. include $(WXDIR)/src/makeprog.g95
  14.  
  15.