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