]> git.saurik.com Git - wxWidgets.git/blame - samples/statbar/Makefile.in
Fixed conflicts with Robert's similar fixes; fixed toolbar size calculation
[wxWidgets.git] / samples / statbar / Makefile.in
CommitLineData
2286341c
VZ
1# Purpose: makefile for statbar example (UNIX).
2# Created: 2000-02-04
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/statbar
7
8PROGRAM=statbar
9
721a4a08
GD
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
2286341c
VZ
12
13include ../../src/makeprog.env
14
27fd0246 15@IF_GNU_MAKE@-include $(DEPFILES)