projects
/
wxWidgets.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blame
|
history
|
raw
|
HEAD
Finished wrapping and providing typemaps for wxInputStream and also
[wxWidgets.git]
/
demos
/
Makefile.in
1
#
2
# Makefile : Builds wxWindows demos for Unix.
3
#
4
5
DEMOS_SUBDIRS=bombs dbbrowse forty fractal life poem
6
7
all:
8
@for d in $(DEMOS_SUBDIRS); do (cd $$d && $(MAKE)); done
9
10
clean:
11
@for d in $(DEMOS_SUBDIRS); do (cd $$d && $(MAKE) clean); done