]> git.saurik.com Git - wxWidgets.git/blame_incremental - samples/event/Makefile.in
fix for wxExecute(subprocess which produces a lot of output) bug
[wxWidgets.git] / samples / event / Makefile.in
... / ...
CommitLineData
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
10OBJECTS =$(PROGRAM).o
11DEPFILES=$(PROGRAM).d
12
13include ../../src/makeprog.env
14
15-include $(DEPFILES)