]> git.saurik.com Git - wxWidgets.git/blob - samples/dragimag/Makefile.in
added dead-strip static initialization code option
[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
13 include ../../src/makeprog.env
14