]> git.saurik.com Git - wxWidgets.git/blame - samples/treectrl/Makefile.in
compilation fix
[wxWidgets.git] / samples / treectrl / Makefile.in
CommitLineData
5301d933
RL
1# Purpose: makefile for treectrl example (UNIX).
2# Created: 2000-03-15
a4294b78 3
48fe8374 4top_srcdir = @top_srcdir@/..
8a5137d7 5top_builddir = ../..
b1683d38 6program_dir = samples/treectrl
549c6f67 7
4b2424bc 8PROGRAM=treetest
a4294b78 9
721a4a08
GD
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
a4294b78
JS
12
13include ../../src/makeprog.env
14
27fd0246 15@IF_GNU_MAKE@-include $(DEPFILES)