]> git.saurik.com Git - wxWidgets.git/blame - samples/dragimag/Makefile.in
Remove unused g295.t; g95.t works with any GCC from 2.95.2 to 3.2.
[wxWidgets.git] / samples / dragimag / Makefile.in
CommitLineData
11e2dfd3
RL
1# Purpose: makefile for dragimag example (UNIX).
2# Created: 2000-03-15
68be9f09
JS
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/dragimag
7
11e2dfd3 8PROGRAM=dragimag
f6bcfd97 9DATAFILES=backgrnd.png shape01.png shape02.png shape03.png
335258dc 10
721a4a08
GD
11OBJECTS =$(PROGRAM).o
12DEPFILES=$(PROGRAM).d
68be9f09
JS
13
14include ../../src/makeprog.env
15
27fd0246 16@IF_GNU_MAKE@-include $(DEPFILES)