]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.gcc
fix errors in EvtHandlerTestCase::BindFunctor() in optimized build: apparently compil...
[wxWidgets.git] / samples / makefile.gcc
index 0bb1fba107cf5b2b3f85aa0f2bb4d7b1aa139d23..121b3b43632a5548a27ef3bf33f7a14d00930b67 100644 (file)
@@ -1,6 +1,6 @@
 # =========================================================================
 #     This makefile was generated by
-#     Bakefile 0.2.5 (http://www.bakefile.org)
+#     Bakefile 0.2.6 (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 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
+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 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
@@ -80,7 +80,6 @@ clean:
        $(MAKE) -C mediaplayer -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C menu -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C minimal -f makefile.gcc $(MAKEARGS) clean
-       $(MAKE) -C mobile -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
@@ -112,7 +111,6 @@ clean:
        $(MAKE) -C widgets -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C wizard -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C wrapsizer -f makefile.gcc $(MAKEARGS) clean
-       $(MAKE) -C mfc -f makefile.gcc $(MAKEARGS) clean
        $(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) clean
 
 access: 
@@ -235,9 +233,6 @@ menu:
 minimal: 
        $(MAKE) -C minimal -f makefile.gcc $(MAKEARGS) all
 
-mobile: 
-       $(MAKE) -C mobile -f makefile.gcc $(MAKEARGS) all
-
 nativdlg: 
        $(MAKE) -C nativdlg -f makefile.gcc $(MAKEARGS) all
 
@@ -331,19 +326,16 @@ wizard:
 wrapsizer: 
        $(MAKE) -C wrapsizer -f makefile.gcc $(MAKEARGS) all
 
-mfc: 
-       $(MAKE) -C mfc -f makefile.gcc $(MAKEARGS) all
-
 memcheck: 
        $(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) all
 
 .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
+       keyboard layout listctrl mdi mediaplayer menu minimal 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 memcheck
 
 
 SHELL := $(COMSPEC)