]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/dragimag/Makefile.in
Catching up to new common class interfaces.
[wxWidgets.git] / samples / dragimag / Makefile.in
... / ...
CommitLineData
1# Purpose: makefile for dragimag example (UNIX).
2# Created: 2000-03-15
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/dragimag
7
8PROGRAM=dragimag
9DATAFILES=backgrnd.png shape01.png shape02.png shape03.png
10
11OBJECTS =$(PROGRAM).o
12DEPFILES=$(PROGRAM).d
13
14include ../../src/makeprog.env
15
16@IF_GNU_MAKE@-include $(DEPFILES)