projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
compilation fix for recent event changes
[wxWidgets.git]
/
samples
/
tab
/
Makefile.in
This page requires JavaScript to run. Use
this page
instead.
0 / 13 ( 0%)
Commit
Line
Data
1
# Purpose: makefile for tab example (UNIX).
2
# Created: 2000-03-15
3
4
top_srcdir = @top_srcdir@/..
5
top_builddir = ../..
6
program_dir = samples/tab
7
8
PROGRAM=tab
9
10
OBJECTS=$(PROGRAM).o
11
12
include ../../src/makeprog.env
13