]> git.saurik.com Git - wxWidgets.git/blob - samples/shaped/Makefile.in
Shaped window support for wxMac, plus a wxSTAY_ON_TOP fix from Egon
[wxWidgets.git] / samples / shaped / Makefile.in
1 # Purpose: makefile for shaped example (UNIX).
2 # Created: 2000-01-03
3
4 top_srcdir = @top_srcdir@/..
5 top_builddir = ../..
6 program_dir = samples/shaped
7
8 DATAFILES=star.png
9 PROGRAM=shaped
10
11 OBJECTS =$(PROGRAM).o
12 DEPFILES=$(PROGRAM).d
13
14 include ../../src/makeprog.env
15
16 @IF_GNU_MAKE@-include $(DEPFILES)