external/all: modify all of Make stubs inside external
authorsunghan <sh924.chang@samsung.com>
Thu, 7 Sep 2017 00:00:12 +0000 (09:00 +0900)
committersunghan <sh924.chang@samsung.com>
Thu, 7 Sep 2017 01:35:46 +0000 (10:35 +0900)
commit9a9c3da572d0a6e88db98fea0871e9758a0881ba
tree7822142796742801eb3d01c5b41baa5b1448fdd7
parent877dd799689cc4a27688306daa0916c507723ec8
external/all: modify all of Make stubs inside external

Previous build system does not support same files inside different modules.
i.e.
Makefile:184: target `platform.o' given more than once in the same rule.
Makefile:184: target `utils.o' given more than once in the same rule.
Makefile:184: target `base64.o' given more than once in the same rule.
Makefile:184: target `sha1.o' given more than once in the same rule.
Makefile:184: target `md5.o' given more than once in the same rule.

It causes in-complete compilations.
And it does not compile them as a different module.
So, it is changed like apps build system.
57 files changed:
external/Makefile
external/aws/Make.defs
external/aws/Makefile
external/aws/Makefile.aws [new file with mode: 0644]
external/codecs/Make.defs
external/codecs/Makefile
external/dhcpc/Make.defs
external/dhcpc/Makefile [new file with mode: 0644]
external/dhcpd/Make.defs
external/dhcpd/Makefile [new file with mode: 0644]
external/ftpc/Make.defs
external/ftpc/Makefile [new file with mode: 0644]
external/ftpd/Make.defs
external/ftpd/Makefile [new file with mode: 0644]
external/json/Make.defs
external/json/Makefile [new file with mode: 0644]
external/libcoap/Make.defs
external/libcoap/Makefile
external/libtuv/Make.defs [new file with mode: 0644]
external/libtuv/Makefile [new file with mode: 0644]
external/libtuv/source/Make.defs
external/libtuv/source/tinyara/Make.defs
external/libtuv/source/unix/Make.defs
external/mbedtls/Make.defs
external/mbedtls/Makefile [new file with mode: 0644]
external/mdns/Make.defs
external/mdns/Makefile [new file with mode: 0644]
external/mosquitto/Make.defs
external/mosquitto/Makefile [new file with mode: 0644]
external/netutils/Make.defs
external/netutils/Makefile [new file with mode: 0644]
external/ntpclient/Make.defs
external/ntpclient/Makefile [new file with mode: 0644]
external/slsi_wifi/Make.defs
external/slsi_wifi/Makefile [new file with mode: 0644]
external/smtp/Make.defs
external/smtp/Makefile [new file with mode: 0644]
external/telnetd/Make.defs
external/telnetd/Makefile [new file with mode: 0644]
external/tftpc/Make.defs
external/tftpc/Makefile [new file with mode: 0644]
external/wakaama/.gitignore
external/wakaama/Make.defs [new file with mode: 0644]
external/wakaama/Makefile [new file with mode: 0644]
external/wakaama/core/Make.defs
external/wakaama/core/er-coap-13/Make.defs
external/wakaama/examples/client/Make.defs
external/wakaama/examples/server/Make.defs
external/wakaama/examples/shared/Make.defs
external/webclient/Make.defs
external/webclient/Makefile [new file with mode: 0644]
external/webserver/Make.defs
external/webserver/Makefile [new file with mode: 0644]
external/websocket/Make.defs
external/websocket/Makefile [new file with mode: 0644]
external/xmlrpc/Make.defs
external/xmlrpc/Makefile [new file with mode: 0644]