At this time, all the enclave Makefile include the same app.mk to specify compile and link parameters. So all the enclaves will link the same third-party libraries statically, while some enclaves do not need. So enclave build process should be more modular, since enclave binary size is important for some embeded platforms.