removed empty or duplicated samples: checklst, dynamic, listbox, minifram, multimon, png, propsize, resource, rotate, tab

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@47800 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2007-07-29 00:28:07 +00:00
parent 1baa0a9db5
commit 39d6633948
122 changed files with 189 additions and 44473 deletions

View File

@@ -33,7 +33,7 @@ MAKEARGS = CC="$(CC)" CXX="$(CXX)" CFLAGS="$(CFLAGS)" CXXFLAGS="$(CXXFLAGS)" \
### Targets: ###
all: access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
all: access animate artprov aui calendar caret collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer memcheck menu minifram minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
clean:
-if exist .\*.o del .\*.o
@@ -44,7 +44,6 @@ clean:
$(MAKE) -C aui -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C calendar -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C caret -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C checklst -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C collpane -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C config -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C combo -f makefile.gcc $(MAKEARGS) clean
@@ -60,7 +59,6 @@ clean:
$(MAKE) -C docvwmdi -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C dragimag -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C drawing -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C dynamic -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C erase -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C event -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C exec -f makefile.gcc $(MAKEARGS) clean
@@ -76,7 +74,6 @@ clean:
$(MAKE) -C joytest -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C keyboard -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C layout -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C listbox -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C listctrl -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C mdi -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C mediaplayer -f makefile.gcc $(MAKEARGS) clean
@@ -85,20 +82,16 @@ clean:
$(MAKE) -C minifram -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C minimal -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C mobile -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C multimon -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C nativdlg -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C notebook -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C oleauto -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C opengl -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C ownerdrw -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C png -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C popup -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C printing -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C propsize -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C regtest -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C render -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C richtext -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C rotate -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C sashtest -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C scroll -f makefile.gcc $(MAKEARGS) clean
$(MAKE) -C scrollsub -f makefile.gcc $(MAKEARGS) clean
@@ -139,9 +132,6 @@ calendar:
caret:
$(MAKE) -C caret -f makefile.gcc $(MAKEARGS) all
checklst:
$(MAKE) -C checklst -f makefile.gcc $(MAKEARGS) all
collpane:
$(MAKE) -C collpane -f makefile.gcc $(MAKEARGS) all
@@ -187,9 +177,6 @@ dragimag:
drawing:
$(MAKE) -C drawing -f makefile.gcc $(MAKEARGS) all
dynamic:
$(MAKE) -C dynamic -f makefile.gcc $(MAKEARGS) all
erase:
$(MAKE) -C erase -f makefile.gcc $(MAKEARGS) all
@@ -235,9 +222,6 @@ keyboard:
layout:
$(MAKE) -C layout -f makefile.gcc $(MAKEARGS) all
listbox:
$(MAKE) -C listbox -f makefile.gcc $(MAKEARGS) all
listctrl:
$(MAKE) -C listctrl -f makefile.gcc $(MAKEARGS) all
@@ -262,9 +246,6 @@ minimal:
mobile:
$(MAKE) -C mobile -f makefile.gcc $(MAKEARGS) all
multimon:
$(MAKE) -C multimon -f makefile.gcc $(MAKEARGS) all
nativdlg:
$(MAKE) -C nativdlg -f makefile.gcc $(MAKEARGS) all
@@ -280,18 +261,12 @@ opengl:
ownerdrw:
$(MAKE) -C ownerdrw -f makefile.gcc $(MAKEARGS) all
png:
$(MAKE) -C png -f makefile.gcc $(MAKEARGS) all
popup:
$(MAKE) -C popup -f makefile.gcc $(MAKEARGS) all
printing:
$(MAKE) -C printing -f makefile.gcc $(MAKEARGS) all
propsize:
$(MAKE) -C propsize -f makefile.gcc $(MAKEARGS) all
regtest:
$(MAKE) -C regtest -f makefile.gcc $(MAKEARGS) all
@@ -301,9 +276,6 @@ render:
richtext:
$(MAKE) -C richtext -f makefile.gcc $(MAKEARGS) all
rotate:
$(MAKE) -C rotate -f makefile.gcc $(MAKEARGS) all
sashtest:
$(MAKE) -C sashtest -f makefile.gcc $(MAKEARGS) all
@@ -367,7 +339,7 @@ wizard:
mfc:
$(MAKE) -C mfc -f makefile.gcc $(MAKEARGS) all
.PHONY: all clean access animate artprov aui calendar caret checklst collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing dynamic erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listbox listctrl mdi mediaplayer memcheck menu minifram minimal mobile multimon nativdlg notebook oleauto opengl ownerdrw png popup printing propsize regtest render richtext rotate sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
.PHONY: all clean access animate artprov aui calendar caret collpane config combo console controls dataview db dialogs dialup display dnd docview docvwmdi dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer memcheck menu minifram minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard mfc
# Dependencies tracking: