diff --git a/samples/joytest/Makefile.in b/samples/joytest/Makefile.in new file mode 100644 index 0000000000..ffb1d9c7e1 --- /dev/null +++ b/samples/joytest/Makefile.in @@ -0,0 +1,21 @@ +# +# File: makefile.unx +# Author: Julian Smart +# Created: 1998 +# Updated: +# Copyright: (c) 1998 Julian Smart +# +# "%W% %G%" +# +# Makefile for joytest example (UNIX). + +top_srcdir = @top_srcdir@/.. +top_builddir = ../.. +program_dir = samples/joytest + +PROGRAM=joytest + +OBJECTS=$(PROGRAM).o + +include ../../src/makeprog.env +