projects
/
wxWidgets.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
made wxCondition::Signal() queue the signals generated while there were no waiters...
[wxWidgets.git]
/
samples
/
Makefile.in
This page requires JavaScript to run. Use
this page
instead.
0 / 11 ( 0%)
Commit
Line
Data
1
#
2
# Makefile : Builds wxWindows samples for Unix.
3
#
4
5
SAMPLES_SUBDIRS=@SAMPLES_SUBDIRS@
6
7
all:
8
@for d in $(SAMPLES_SUBDIRS); do (cd $$d && $(MAKE)); done
9
10
clean:
11
@for d in $(SAMPLES_SUBDIRS); do (cd $$d && $(MAKE) clean); done