]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/makefile.gcc
Suppress gcc warnings about double to int conversion.
[wxWidgets.git] / samples / makefile.gcc
index 1da2326a533e52c840dcfd74a98525305af2d6c7..cefbcf03cfcf4d73de81d074ba42f64b546114c2 100644 (file)
@@ -37,7 +37,7 @@ MAKEARGS = LINK_DLL_FLAGS="$(LINK_DLL_FLAGS)" \
 \r
 ### Targets: ###\r
 \r
-all: access animate artprov aui calendar caret clipboard collpane combo config console controls dataview dialogs dialup display dnd docview dragimag drawing erase event except exec font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup power printing propgrid regtest render ribbon richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard wrapsizer xrc\r
+all: access animate artprov aui calendar caret clipboard collpane combo config console controls dataview dialogs dialup display dll dnd docview dragimag drawing erase event except exec font grid help htlbox html image internat ipc joytest keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto opengl ownerdrw popup power printing propgrid regtest render ribbon richtext sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder taskbar text thread toolbar treectrl typetest uiaction validate vscroll widgets wizard wrapsizer xrc\r
 \r
 clean: \r
        -if exist .\*.o del .\*.o\r
@@ -58,6 +58,7 @@ clean:
        $(MAKE) -C dialogs -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C dialup -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C display -f makefile.gcc $(MAKEARGS) clean\r
+       $(MAKE) -C dll -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C dnd -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C docview -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C dragimag -f makefile.gcc $(MAKEARGS) clean\r
@@ -112,6 +113,7 @@ clean:
        $(MAKE) -C toolbar -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C treectrl -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C typetest -f makefile.gcc $(MAKEARGS) clean\r
+       $(MAKE) -C uiaction -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C validate -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C vscroll -f makefile.gcc $(MAKEARGS) clean\r
        $(MAKE) -C widgets -f makefile.gcc $(MAKEARGS) clean\r
@@ -168,6 +170,9 @@ dialup:
 display: \r
        $(MAKE) -C display -f makefile.gcc $(MAKEARGS) all\r
 \r
+dll: \r
+       $(MAKE) -C dll -f makefile.gcc $(MAKEARGS) all\r
+\r
 dnd: \r
        $(MAKE) -C dnd -f makefile.gcc $(MAKEARGS) all\r
 \r
@@ -330,6 +335,9 @@ treectrl:
 typetest: \r
        $(MAKE) -C typetest -f makefile.gcc $(MAKEARGS) all\r
 \r
+uiaction: \r
+       $(MAKE) -C uiaction -f makefile.gcc $(MAKEARGS) all\r
+\r
 validate: \r
        $(MAKE) -C validate -f makefile.gcc $(MAKEARGS) all\r
 \r
@@ -352,13 +360,13 @@ memcheck:
        $(MAKE) -C memcheck -f makefile.gcc $(MAKEARGS) all\r
 \r
 .PHONY: all clean access animate artprov aui calendar caret clipboard collpane combo \\r
-       config console controls dataview dialogs dialup display dnd docview dragimag \\r
+       config console controls dataview dialogs dialup display dll dnd docview dragimag \\r
        drawing erase event except exec font grid help htlbox html image internat ipc joytest \\r
        keyboard layout listctrl mdi mediaplayer menu minimal nativdlg notebook oleauto \\r
        opengl ownerdrw popup power printing propgrid regtest render ribbon richtext \\r
        sashtest scroll shaped sockets sound splash splitter statbar stc svg taborder \\r
-       taskbar text thread toolbar treectrl typetest validate vscroll widgets wizard \\r
-       wrapsizer xrc memcheck\r
+       taskbar text thread toolbar treectrl typetest uiaction validate vscroll widgets \\r
+       wizard wrapsizer xrc memcheck\r
 \r
 \r
 SHELL := $(COMSPEC)\r