]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.gcc
fix typo
[wxWidgets.git] / samples / makefile.gcc
index 7a0cd93ef1ef95614cc95335d7b7ad2cb712c58a..0bb1fba107cf5b2b3f85aa0f2bb4d7b1aa139d23 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.3 (http://www.bakefile.org)
+#     Bakefile 0.2.5 (http://www.bakefile.org)
 #     Do not modify, all changes will be overwritten!
 # =========================================================================
 
@@ -35,7 +35,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
 
 ### Targets: ###
 
-all: access animate artprov aui calendar caret collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
+all: access animate artprov aui calendar caret clipboard collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer
 
 clean: 
        -if exist .\*.o del .\*.o
@@ -46,6 +46,7 @@ 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 clipboard -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
@@ -93,7 +94,6 @@ clean:
        $(MAKE) -C richtext -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
        $(MAKE) -C shaped -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C sockets -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C sound -f makefile.gcc $(MAKEARGS) clean
@@ -133,6 +133,9 @@ calendar:
 caret: 
        $(MAKE) -C caret -f makefile.gcc $(MAKEARGS) all
 
+clipboard: 
+       $(MAKE) -C clipboard -f makefile.gcc $(MAKEARGS) all
+
 collpane: 
        $(MAKE) -C collpane -f makefile.gcc $(MAKEARGS) all
 
@@ -274,9 +277,6 @@ sashtest:
 scroll: 
        $(MAKE) -C scroll -f makefile.gcc $(MAKEARGS) all
 
-scrollsub: 
-       $(MAKE) -C scrollsub -f makefile.gcc $(MAKEARGS) all
-
 shaped: 
        $(MAKE) -C shaped -f makefile.gcc $(MAKEARGS) all
 
@@ -337,7 +337,13 @@ mfc:
 memcheck: 
        $(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) all
 
-.PHONY: all clean access animate artprov aui calendar caret collpane config combo console controls dataview dialogs dialup display dnd docview dragimag drawing erase event exec except font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest scroll scrollsub shaped sockets sound splash splitter statbar stc taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer mfc memcheck
+.PHONY: all clean access animate artprov aui calendar caret clipboard collpane config \
+       combo console controls dataview dialogs dialup display dnd docview dragimag \
+       drawing erase event exec except font grid help htlbox html image internat ipc joytest \
+       keyboard layout listctrl mdi mediaplayer menu minimal mobile nativdlg notebook \
+       oleauto opengl ownerdrw popup printing propgrid regtest render richtext sashtest \
+       scroll shaped sockets sound splash splitter statbar stc taskbar text thread toolbar \
+       treectrl typetest validate vscroll widgets wizard wrapsizer mfc memcheck
 
 
 SHELL := $(COMSPEC)