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