You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
412 B
Bash
17 lines
412 B
Bash
export install="@INSTALL@"
|
|
export bash="@BASH_SHELL@"
|
|
export awk="@AWK@"
|
|
export grep="@GREP@"
|
|
export make="@MAKE@"
|
|
export sed="@SED@"
|
|
export libtool="@LIBTOOL@"
|
|
export libtoolize="@LIBTOOLIZE@"
|
|
export objcopy="@OBJCOPY@"
|
|
export objdump="@OBJDUMP@"
|
|
export readelf="@READELF@"
|
|
export patch="@PATCH@"
|
|
export md5sum="@md5sum@"
|
|
export sha1sum="@sha1sum@"
|
|
export sha256sum="@sha256sum@"
|
|
export sha512sum="@sha512sum@"
|