]> git.saurik.com Git - wxWidgets.git/blob - samples/statbar/Makefile.in
Fixed project files for regex.lib, taking the regex C files out of the main wxvc.dsp
[wxWidgets.git] / samples / statbar / Makefile.in
1 # Purpose: makefile for statbar example (UNIX).
2 # Created: 2000-02-04
3
4 top_srcdir = @top_srcdir@/..
5 top_builddir = ../..
6 program_dir = samples/statbar
7
8 PROGRAM=statbar
9
10 OBJECTS =$(PROGRAM).o
11 DEPFILES=$(PROGRAM).d
12
13 include ../../src/makeprog.env
14
15 -include $(DEPFILES)