wxWidgets/samples/joytest/Makefile.in
2002-01-25 11:31:21 +00:00

18 lines
299 B
Makefile

# 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
DEPFILES=$(PROGRAM).d
include ../../src/makeprog.env
@IF_GNU_MAKE@-include $(DEPFILES)