]> git.saurik.com Git - wxWidgets.git/blame - samples/propsize/Makefile.in
update wxStaticText check in revisions
[wxWidgets.git] / samples / propsize / Makefile.in
CommitLineData
367e57ec
RL
1# Purpose: makefile for propsize example (UNIX).
2# Created: 2000-03-14
be2577e4 3
48fe8374 4top_srcdir = @top_srcdir@/..
be2577e4
RD
5top_builddir = ../..
6program_dir = samples/propsize
7
8PROGRAM=propsize
9
721a4a08
GD
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
be2577e4
RD
12
13include ../../src/makeprog.env
367e57ec 14
27fd0246 15@IF_GNU_MAKE@-include $(DEPFILES)