]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/joytest/Makefile.in
SWIGged updates for wxGTK
[wxWidgets.git] / samples / joytest / Makefile.in
index ffb1d9c7e12072b054a89522358ed43e072d006d..cd7d391ad0338e12160fecb143ef7c649e941646 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
 
+@IF_GNU_MAKE@-include $(DEPFILES)