X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09fb214e01ad6a4f4827f37fd863aa0f8c7063bf..34c3ffca5b9a22a972ae0296c8713f8ff1956566:/samples/joytest/Makefile.in

diff --git a/samples/joytest/Makefile.in b/samples/joytest/Makefile.in
index ffb1d9c7e1..cd7d391ad0 100644
--- a/samples/joytest/Makefile.in
+++ b/samples/joytest/Makefile.in
@@ -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
 
+@IF_GNU_MAKE@-include $(DEPFILES)