home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / splitter / Makefile.in < prev    next >
Makefile  |  2002-01-25  |  298b  |  16 lines

  1. # Purpose: makefile for splitter example (UNIX).
  2. # Created: 2000-03-15
  3.  
  4. top_srcdir = @top_srcdir@/..
  5. top_builddir = ../..
  6. program_dir = samples/splitter
  7.  
  8. PROGRAM=splitter
  9.  
  10. OBJECTS =$(PROGRAM).o
  11. DEPFILES=$(PROGRAM).d
  12.  
  13. include ../../src/makeprog.env
  14.  
  15. @IF_GNU_MAKE@-include $(DEPFILES)
  16.