X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/09fb214e01ad6a4f4827f37fd863aa0f8c7063bf..af01f1ba0d697c07173f436ab661b4c833258a91:/samples/joytest/Makefile.in diff --git a/samples/joytest/Makefile.in b/samples/joytest/Makefile.in index ffb1d9c7e1..e4424b4889 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 +-include $(DEPFILES)