]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/splitter/Makefile.in
refresh the dialog children forcefully even if wxCLIP_CHILDREN was specified
[wxWidgets.git] / samples / splitter / Makefile.in
... / ...
CommitLineData
1# Purpose: makefile for splitter example (UNIX).
2# Created: 2000-03-15
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/splitter
7
8PROGRAM=splitter
9
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
12
13include ../../src/makeprog.env
14
15@IF_GNU_MAKE@-include $(DEPFILES)