home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / wxos2240.zip / wxWindows-2.4.0 / samples / joytest / Makefile.in
Makefile  |  2002-01-25  |  316b  |  18 lines

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