]> git.saurik.com Git - wxWidgets.git/blame - samples/toolbar/Makefile.in
Documented wxMotif filedialog limitations WRT wildcard syntax.
[wxWidgets.git] / samples / toolbar / Makefile.in
CommitLineData
367e57ec
RL
1# Purpose: makefile for toolbar example (UNIX).
2# Created: 2000-03-14
a4294b78 3
48fe8374 4top_srcdir = @top_srcdir@/..
8a5137d7 5top_builddir = ../..
b1683d38 6program_dir = samples/toolbar
549c6f67 7
fc6bbc6d 8PROGRAM=toolbar
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)