]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/joytest/Makefile.in
fixes to refreshing code in wxTreeCtrl
[wxWidgets.git] / samples / joytest / Makefile.in
... / ...
CommitLineData
1# Purpose: makefile for joytest example (UNIX).
2# Created: 2000-03-14
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/joytest
7
8DATAFILES=gun.wav
9
10PROGRAM=joytest
11
12OBJECTS =$(PROGRAM).o
13DEPFILES=$(PROGRAM).d
14
15include ../../src/makeprog.env
16
17@IF_GNU_MAKE@-include $(DEPFILES)