projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
DC updates and an associated .Def file update
[wxWidgets.git]
/
samples
/
event
/
Makefile.in
1
# Purpose: makefile for event example (UNIX).
2
# Created: 2001-01-31
3
4
top_srcdir = @top_srcdir@/..
5
top_builddir = ../..
6
program_dir = samples/event
7
8
PROGRAM=event
9
10
OBJECTS=$(PROGRAM).o
11
12
include ../../src/makeprog.env
13