Lines Matching full:make
13 …nventional environment variables such as `CC` and `CFLAGS` when using the Make and CMake build sys…
26 1. Make sure that [Doxygen](http://www.doxygen.nl/) is installed.
27 1. Run `make apidoc`.
37 - GNU Make
41 … CMake and GNU Make. Those systems are always complete and up-to-date. The others should reflect a…
43 The Make and CMake build systems create three libraries: libmbedcrypto, libmbedx509, and libmbedtls…
49 * GNU Make 3.82 or a build tool that CMake supports.
79 * If not cross-compiling, running `make` with any target, or just `make`, will automatically genera…
81 * Run `make generated_files` to generate all the configuration-independent files.
85 ### Make subsection
87 We require GNU Make. To build the library and the sample programs, GNU Make and a C compiler are su…
91 In order to build from the source code using GNU Make, just enter at the command line:
93 make
97 make check
101 make no_test
107 …` if the build environment is a Windows shell (for instance using mingw32-make) (in that case some…
109 …ride `CFLAGS` and `LDFLAGS` by setting them in your environment or on the make command line; compi…
161 initial invocation of cmake. This means that `CC=your_cc make` and `make
177 make
184 You can now make the desired change:
187 make