Separate compilation and linking for modules.

To gain more benefits from distcc.
This commit is contained in:
Alexey Sokolov
2011-10-30 02:15:26 +07:00
parent cf49449dde
commit f4097e6fd5
4 changed files with 39 additions and 21 deletions
+2 -1
View File
@@ -3,7 +3,8 @@ FILES := $(shell echo $(FILES) | sed -e "s:modtcl::")
else
TCLHOOK := modtcl_install
endif
modtclFLAGS := $(TCL_FLAGS)
modtclCXXFLAGS := $(TCL_FLAGS)
modtclLDFLAGS := $(TCL_FLAGS)
.PHONY: modtcl_install