X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c801d85f158c4cba50b588807daabdcbd0ed3853..5e0b1434d493429cdae3a51d86f0b4c9dfbc89c6:/Makefile diff --git a/Makefile b/Makefile index 4b603f1824..7e6e25afaa 100644 --- a/Makefile +++ b/Makefile @@ -3,6 +3,8 @@ SHELL=/bin/sh +DIRS=src + #if DIRS are defind make only executes in these diretories all:: @if test "x$(DIRS)" = x; then \ @@ -53,12 +55,18 @@ user:: @echo "entering directory user building all" @cd user; ${MAKE} all +install:: + @echo "entering directory src for installing" + @cd src; ${MAKE} install +# @echo "entering directory utils for installing" +# @cd utils; ${MAKE} install + # the following ones recreate all Makefiles. makefiles:: recreate Makefiles:: recreate recreate:: - @src/gtk/setup/general/createall + @setup/general/createall # the following ones define what needs to be done to distribute the # library and its components