|
From: John L. <jr...@us...> - 2010-11-09 06:06:27
|
Update of /cvsroot/wxlua/wxLua/build In directory sfp-cvsdas-4.v30.ch3.sourceforge.com:/tmp/cvs-serv32260/wxLua/build Modified Files: Makefile_wx-config_targets.in Log Message: Use $(MAKE) and not make for distcc Index: Makefile_wx-config_targets.in =================================================================== RCS file: /cvsroot/wxlua/wxLua/build/Makefile_wx-config_targets.in,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Makefile_wx-config_targets.in 9 Jan 2008 05:47:26 -0000 1.3 --- Makefile_wx-config_targets.in 9 Nov 2010 06:06:19 -0000 1.4 *************** *** 11,70 **** Lua: ! @(cd $(WXLUA_DIR)/modules/lua && make $(LUA_PLAT)) wxLuaLib: ! @(cd $(WXLUA_DIR)/modules/wxlua/src && make) wxLuaDebugLib: ! @(cd $(WXLUA_DIR)/modules/wxluadebug/src && make) wxLuaSocketLib: ! @(cd $(WXLUA_DIR)/modules/wxluasocket/src && make) LuaModule: ! @(cd $(WXLUA_DIR)/modules/luamodule/src && make) # ---------------------------------------------------------------------------- wxLuaBindAdvLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxadv) wxLuaBindAUILib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxaui) wxLuaBindBaseLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxbase) wxLuaBindCoreLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxcore) wxLuaBindGLLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxgl) wxLuaBindHTMLLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxhtml) wxLuaBindMediaLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxmedia) wxLuaBindNetLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxnet) wxLuaBindRichTextLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxrichtext) wxLuaBindSTCLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxstc) wxLuaBindXMLLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxxml) wxLuaBindXRCLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile_wxxrc) # ---------------------------------------------------------------------------- wxStEdit: ! @(cd $(WXSTEDIT_DIR)/src && make) # ---------------------------------------------------------------------------- --- 11,70 ---- Lua: ! @(cd $(WXLUA_DIR)/modules/lua && $(MAKE) $(LUA_PLAT)) wxLuaLib: ! @(cd $(WXLUA_DIR)/modules/wxlua/src && $(MAKE)) wxLuaDebugLib: ! @(cd $(WXLUA_DIR)/modules/wxluadebug/src && $(MAKE)) wxLuaSocketLib: ! @(cd $(WXLUA_DIR)/modules/wxluasocket/src && $(MAKE)) LuaModule: ! @(cd $(WXLUA_DIR)/modules/luamodule/src && $(MAKE)) # ---------------------------------------------------------------------------- wxLuaBindAdvLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxadv) wxLuaBindAUILib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxaui) wxLuaBindBaseLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxbase) wxLuaBindCoreLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxcore) wxLuaBindGLLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxgl) wxLuaBindHTMLLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxhtml) wxLuaBindMediaLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxmedia) wxLuaBindNetLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxnet) wxLuaBindRichTextLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxrichtext) wxLuaBindSTCLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxstc) wxLuaBindXMLLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxxml) wxLuaBindXRCLib: ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile_wxxrc) # ---------------------------------------------------------------------------- wxStEdit: ! @(cd $(WXSTEDIT_DIR)/src && $(MAKE)) # ---------------------------------------------------------------------------- *************** *** 92,100 **** cleanall: ! @(cd $(WXLUA_DIR)/modules/lua && make clean) ! @(cd $(WXLUA_DIR)/modules/wxlua/src && make clean) ! @(cd $(WXLUA_DIR)/modules/wxluadebug/src && make clean) ! @(cd $(WXLUA_DIR)/modules/wxluasocket/src && make clean) ! @(cd $(WXLUA_DIR)/modules/luamodule/src && make clean) ! @(cd $(WXLUA_DIR)/modules/wxbind/src && make -f Makefile cleanwxbind) --- 92,100 ---- cleanall: ! @(cd $(WXLUA_DIR)/modules/lua && $(MAKE) clean) ! @(cd $(WXLUA_DIR)/modules/wxlua/src && $(MAKE) clean) ! @(cd $(WXLUA_DIR)/modules/wxluadebug/src && $(MAKE) clean) ! @(cd $(WXLUA_DIR)/modules/wxluasocket/src && $(MAKE) clean) ! @(cd $(WXLUA_DIR)/modules/luamodule/src && $(MAKE) clean) ! @(cd $(WXLUA_DIR)/modules/wxbind/src && $(MAKE) -f Makefile cleanwxbind) |