Differences From Artifact [7ced184af4]:
- File
buildsys.mk.in
— part of check-in
[cbb6cb1ec9]
at
2017-10-15 19:05:47
on branch trunk
— Improve building .frameworks
* Recursively install framework headers, by adding and using a new
install-includes target.
* Install module.map if it exists.
* Don't include .framework in all target.
* Remove .frameworks with make clean. (user: js, size: 27068) [annotate] [blame] [check-ins using]
To Artifact [c5732ed9ef]:
- File buildsys.mk.in — part of check-in [7dacde6581] at 2017-10-15 19:32:24 on branch trunk — Include Info.plist in .framework (user: js, size: 27088) [annotate] [blame] [check-ins using]
︙ | |||
309 310 311 312 313 314 315 | 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 | - - + + - + | ${LINK_FAILED}; \ fi; \ for i in $$ars; do \ dir=".$$(echo $$i | sed 's/\//_/g').objs"; \ rm -fr $$dir; \ done; \ ${MAKE} includedir=$$PWD/$$out/Headers INSTALL_INCLUDES_IF_SUBDIR=${includesubdir} install-includes; \ |
︙ |