]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/Makefile.in
don't call wxYield() from EnsureVisible(), this is too dangerous - and unnecessary...
[wxWidgets.git] / samples / joytest / Makefile.in
index ffb1d9c7e12072b054a89522358ed43e072d006d..e4424b4889aba21acacace197a77e0efc6b60b98 100644 (file)
@@ -1,21 +1,17 @@
-#
-# File:                makefile.unx
-# Author:      Julian Smart
-# Created:     1998
-# Updated:     
-# Copyright:   (c) 1998 Julian Smart
-#
-# "%W% %G%"
-#
-# Makefile for joytest example (UNIX).
+# Purpose: makefile for joytest example (UNIX).
+# Created: 2000-03-14
 
 top_srcdir = @top_srcdir@/..
 top_builddir = ../..
 program_dir = samples/joytest
 
+DATAFILES=gun.wav
+
 PROGRAM=joytest
 
-OBJECTS=$(PROGRAM).o
+OBJECTS =$(PROGRAM).o
+DEPFILES=$(PROGRAM).d
 
 include ../../src/makeprog.env
 
+-include $(DEPFILES)