]> git.saurik.com Git - wxWidgets.git/blame - samples/tab/Makefile.in
Put a wxRegion test into the erase sample.
[wxWidgets.git] / samples / tab / Makefile.in
CommitLineData
8fef0a6e
RL
1# Purpose: makefile for tab example (UNIX).
2# Created: 2000-03-15
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/tab
7
8PROGRAM=tab
9
721a4a08
GD
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
8fef0a6e
RL
12
13include ../../src/makeprog.env
14
27fd0246 15@IF_GNU_MAKE@-include $(DEPFILES)