]> git.saurik.com Git - wxWidgets.git/blame - samples/event/Makefile.in
fix for wxExecute(subprocess which produces a lot of output) bug
[wxWidgets.git] / samples / event / Makefile.in
CommitLineData
6164f93c
VZ
1# Purpose: makefile for event example (UNIX).
2# Created: 2001-01-31
3
4top_srcdir = @top_srcdir@/..
5top_builddir = ../..
6program_dir = samples/event
7
8PROGRAM=event
9
721a4a08
GD
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
6164f93c
VZ
12
13include ../../src/makeprog.env
14
721a4a08 15-include $(DEPFILES)