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

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