]> git.saurik.com Git - wxWidgets.git/blame - samples/shaped/Makefile.in
removed datacmn, not a base file any more
[wxWidgets.git] / samples / shaped / Makefile.in
CommitLineData
1542ea39
RD
1# Purpose: makefile for shaped example (UNIX).
2# Created: 2000-01-03
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/shaped
7
8DATAFILES=star.png
9PROGRAM=shaped
10
11OBJECTS =$(PROGRAM).o
12DEPFILES=$(PROGRAM).d
13
14include ../../src/makeprog.env
15
16@IF_GNU_MAKE@-include $(DEPFILES)