inserted @IF_GNU_MAKE@ to allow building with other make versions
[wxWidgets.git] / samples / joytest / Makefile.in
1 # Purpose: makefile for joytest example (UNIX).
2 # Created: 2000-03-14
3
4 top_srcdir = @top_srcdir@/..
5 top_builddir = ../..
6 program_dir = samples/joytest
7
8 DATAFILES=gun.wav
9
10 PROGRAM=joytest
11
12 OBJECTS =$(PROGRAM).o
13 DEPFILES=$(PROGRAM).d
14
15 include ../../src/makeprog.env
16
17 @IF_GNU_MAKE@-include $(DEPFILES)