Home | History | Annotate | Download | only in libtomcrypt

Lines Matching refs:EXTRALIBS

5135 \index{EXTRALIBS}
5136 \textbf{EXTRALIBS} specifies any extra libraries required to link the test programs and shared libraries. They are specified in the notation
5140 CFLAGS="-DTFM_DESC -DUSE_TFM" EXTRALIBS=-ltfm make install \
5146 the \textbf{EXTRALIBS} variable by separating them by a space.
5148 Note that \textbf{EXTRALIBS} is not required if you are only making and installing the static library but none of the test programs.
5182 that you \textbf{must} specify the \textbf{EXTRALIBS} variable at install time.
5185 CFLAGS="-DTFM_DESC" EXTRALIBS=-ltfm make -f makefile.shared install
5338 EXTRALIBS="-lgmp -ltommath -ltfm" make -f makefile.shared install timing