Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ~/dev/0ad/libraries/osx/gmp ~/dev/0ad/libraries/osx
- Building Nettle...
- ~/dev/0ad/libraries/osx/nettle/nettle-3.4 ~/dev/0ad/libraries/osx/nettle ~/dev/0ad/libraries/osx
- checking build system type... x86_64-apple-darwin18.6.0
- checking host system type... x86_64-apple-darwin18.6.0
- checking for -R flag... none
- Searching for libraries
- checking /Users/ever/dev/0ad/libraries/osx/gmp/lib... added
- checking /Users/ever/dev/0ad/libraries/osx/nettle/lib... not found
- checking /usr/local/lib... added
- checking /sw/local/lib... not found
- checking /sw/lib... not found
- checking /usr/gnu/lib... not found
- checking /opt/gnu/lib... not found
- checking /sw/gnu/lib... not found
- checking /usr/freeware/lib... not found
- checking /usr/pkg/lib... not found
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether clang accepts -g... yes
- checking for clang option to accept ISO C89... none needed
- checking for ifunc support... no
- checking whether we are using the GNU C++ compiler... yes
- checking whether clang++ accepts -g... yes
- checking if LD -Wl,--version-script works... no
- checking whether make sets $(MAKE)... yes
- checking for ranlib... ranlib
- checking for nm... nm
- checking for objdump... objdump
- checking for ar... ar
- checking for a BSD-compatible install... /usr/bin/install -c
- checking for a thread-safe mkdir -p... ./install-sh -c -d
- checking whether ln -s works... yes
- checking for build system executable suffix...
- checking for an ANSI C-conforming const... yes
- checking for inline... inline
- checking how to run the C preprocessor... clang -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for uid_t in sys/types.h... yes
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking for size_t... yes
- checking whether time.h and sys/time.h may both be included... yes
- checking size of long... 8
- checking size of size_t... 8
- checking openssl/evp.h usability... no
- checking openssl/evp.h presence... no
- checking for openssl/evp.h... no
- checking valgrind/memcheck.h usability... no
- checking valgrind/memcheck.h presence... no
- checking for valgrind/memcheck.h... no
- checking dlfcn.h usability... yes
- checking dlfcn.h presence... yes
- checking for dlfcn.h... yes
- checking for dlopen in -ldl... yes
- checking for working alloca.h... yes
- checking for alloca... yes
- checking malloc.h usability... no
- checking malloc.h presence... no
- checking for malloc.h... no
- checking for strerror... yes
- checking for secure_getenv... no
- checking for getline... yes
- checking whether byte ordering is bigendian... no
- checking for __attribute__... yes
- checking for stdint types... stdint.h (shortcircuit)
- make use of stdint.h in nettle-stdint.h (assuming C99 compatible system)
- checking for fcntl file locking... yes
- checking for __gmpz_powm_sec in -lgmp... yes
- checking for GMP limb size... 64 bits
- configure: Compiler uses 64-bit ABI. To change, set CC.
- configure: Libraries to be installed in ${exec_prefix}/lib.
- checking CCPIC... -fPIC
- checking for m4... /usr/bin/m4
- checking for library containing clock_gettime... none required
- configure: creating ./config.status
- config.status: creating config.make
- config.status: creating config.m4
- config.status: creating Makefile
- config.status: creating version.h
- config.status: creating tools/Makefile
- config.status: creating testsuite/Makefile
- config.status: creating examples/Makefile
- config.status: creating nettle.pc
- config.status: creating hogweed.pc
- config.status: creating libnettle.map
- config.status: creating libhogweed.map
- config.status: creating config.h
- config.status: executing dummy-dep-files commands
- config.status: executing nettle-stdint.h commands
- config.status: creating nettle-stdint.h : __NETTLE_STDINT_H
- configure: summary of build options:
- Version: nettle 3.4
- Host type: x86_64-apple-darwin18.6.0
- ABI: 64
- Assembly files: none
- Install prefix: /Users/ever/dev/0ad/libraries/osx/nettle
- Library directory: ${exec_prefix}/lib
- Compiler: clang
- Static libraries: yes
- Shared libraries: no
- Public key crypto: yes
- Using mini-gmp: no
- Documentation: no
- /Applications/Xcode.app/Contents/Developer/usr/bin/make all-here
- clang `test -f aesdata.c || echo './'`aesdata.c \
- -o aesdata
- clang `test -f desdata.c || echo './'`desdata.c \
- -o desdata
- clang `test -f twofishdata.c || echo './'`twofishdata.c \
- -o twofishdata
- clang `test -f shadata.c || echo './'`shadata.c -lm \
- -o shadata
- clang `test -f gcmdata.c || echo './'`gcmdata.c \
- -o gcmdata
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT getopt.o -MD -MP -MF getopt.o.d -c getopt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT getopt1.o -MD -MP -MF getopt1.o.d -c getopt1.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-internal.o -MD -MP -MF nettle-internal.o.d -c nettle-internal.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-decrypt-internal.o -MD -MP -MF aes-decrypt-internal.o.d -c aes-decrypt-internal.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-decrypt.o -MD -MP -MF aes-decrypt.o.d -c aes-decrypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt-internal.o -MD -MP -MF aes-encrypt-internal.o.d -c aes-encrypt-internal.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt.o -MD -MP -MF aes-encrypt.o.d -c aes-encrypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-encrypt-table.o -MD -MP -MF aes-encrypt-table.o.d -c aes-encrypt-table.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-invert-internal.o -MD -MP -MF aes-invert-internal.o.d -c aes-invert-internal.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-key-internal.o -MD -MP -MF aes-set-key-internal.o.d -c aes-set-key-internal.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-encrypt-key.o -MD -MP -MF aes-set-encrypt-key.o.d -c aes-set-encrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes-set-decrypt-key.o -MD -MP -MF aes-set-decrypt-key.o.d -c aes-set-decrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-set-encrypt-key.o -MD -MP -MF aes128-set-encrypt-key.o.d -c aes128-set-encrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-set-decrypt-key.o -MD -MP -MF aes128-set-decrypt-key.o.d -c aes128-set-decrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes128-meta.o -MD -MP -MF aes128-meta.o.d -c aes128-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-set-encrypt-key.o -MD -MP -MF aes192-set-encrypt-key.o.d -c aes192-set-encrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-set-decrypt-key.o -MD -MP -MF aes192-set-decrypt-key.o.d -c aes192-set-decrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes192-meta.o -MD -MP -MF aes192-meta.o.d -c aes192-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-set-encrypt-key.o -MD -MP -MF aes256-set-encrypt-key.o.d -c aes256-set-encrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-set-decrypt-key.o -MD -MP -MF aes256-set-decrypt-key.o.d -c aes256-set-decrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT aes256-meta.o -MD -MP -MF aes256-meta.o.d -c aes256-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arcfour.o -MD -MP -MF arcfour.o.d -c arcfour.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arcfour-crypt.o -MD -MP -MF arcfour-crypt.o.d -c arcfour-crypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arctwo.o -MD -MP -MF arctwo.o.d -c arctwo.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT arctwo-meta.o -MD -MP -MF arctwo-meta.o.d -c arctwo-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT blowfish.o -MD -MP -MF blowfish.o.d -c blowfish.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-encode.o -MD -MP -MF base16-encode.o.d -c base16-encode.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-decode.o -MD -MP -MF base16-decode.o.d -c base16-decode.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base16-meta.o -MD -MP -MF base16-meta.o.d -c base16-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-encode.o -MD -MP -MF base64-encode.o.d -c base64-encode.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-decode.o -MD -MP -MF base64-decode.o.d -c base64-decode.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64-meta.o -MD -MP -MF base64-meta.o.d -c base64-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-encode.o -MD -MP -MF base64url-encode.o.d -c base64url-encode.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-decode.o -MD -MP -MF base64url-decode.o.d -c base64url-decode.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT base64url-meta.o -MD -MP -MF base64url-meta.o.d -c base64url-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT buffer.o -MD -MP -MF buffer.o.d -c buffer.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT buffer-init.o -MD -MP -MF buffer-init.o.d -c buffer-init.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-crypt-internal.o -MD -MP -MF camellia-crypt-internal.o.d -c camellia-crypt-internal.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-table.o -MD -MP -MF camellia-table.o.d -c camellia-table.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-absorb.o -MD -MP -MF camellia-absorb.o.d -c camellia-absorb.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia-invert-key.o -MD -MP -MF camellia-invert-key.o.d -c camellia-invert-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-set-encrypt-key.o -MD -MP -MF camellia128-set-encrypt-key.o.d -c camellia128-set-encrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-crypt.o -MD -MP -MF camellia128-crypt.o.d -c camellia128-crypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-set-decrypt-key.o -MD -MP -MF camellia128-set-decrypt-key.o.d -c camellia128-set-decrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia128-meta.o -MD -MP -MF camellia128-meta.o.d -c camellia128-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia192-meta.o -MD -MP -MF camellia192-meta.o.d -c camellia192-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-set-encrypt-key.o -MD -MP -MF camellia256-set-encrypt-key.o.d -c camellia256-set-encrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-crypt.o -MD -MP -MF camellia256-crypt.o.d -c camellia256-crypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-set-decrypt-key.o -MD -MP -MF camellia256-set-decrypt-key.o.d -c camellia256-set-decrypt-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT camellia256-meta.o -MD -MP -MF camellia256-meta.o.d -c camellia256-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cast128.o -MD -MP -MF cast128.o.d -c cast128.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cast128-meta.o -MD -MP -MF cast128-meta.o.d -c cast128-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cbc.o -MD -MP -MF cbc.o.d -c cbc.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm.o -MD -MP -MF ccm.o.d -c ccm.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes128.o -MD -MP -MF ccm-aes128.o.d -c ccm-aes128.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes192.o -MD -MP -MF ccm-aes192.o.d -c ccm-aes192.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ccm-aes256.o -MD -MP -MF ccm-aes256.o.d -c ccm-aes256.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cfb.o -MD -MP -MF cfb.o.d -c cfb.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-crypt.o -MD -MP -MF chacha-crypt.o.d -c chacha-crypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-core-internal.o -MD -MP -MF chacha-core-internal.o.d -c chacha-core-internal.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-poly1305.o -MD -MP -MF chacha-poly1305.o.d -c chacha-poly1305.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-poly1305-meta.o -MD -MP -MF chacha-poly1305-meta.o.d -c chacha-poly1305-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-set-key.o -MD -MP -MF chacha-set-key.o.d -c chacha-set-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT chacha-set-nonce.o -MD -MP -MF chacha-set-nonce.o.d -c chacha-set-nonce.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ctr.o -MD -MP -MF ctr.o.d -c ctr.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT des.o -MD -MP -MF des.o.d -c des.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT des3.o -MD -MP -MF des3.o.d -c des3.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT des-compat.o -MD -MP -MF des-compat.o.d -c des-compat.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax.o -MD -MP -MF eax.o.d -c eax.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax-aes128.o -MD -MP -MF eax-aes128.o.d -c eax-aes128.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eax-aes128-meta.o -MD -MP -MF eax-aes128-meta.o.d -c eax-aes128-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm.o -MD -MP -MF gcm.o.d -c gcm.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes.o -MD -MP -MF gcm-aes.o.d -c gcm-aes.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes128.o -MD -MP -MF gcm-aes128.o.d -c gcm-aes128.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes128-meta.o -MD -MP -MF gcm-aes128-meta.o.d -c gcm-aes128-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes192.o -MD -MP -MF gcm-aes192.o.d -c gcm-aes192.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes192-meta.o -MD -MP -MF gcm-aes192-meta.o.d -c gcm-aes192-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes256.o -MD -MP -MF gcm-aes256.o.d -c gcm-aes256.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-aes256-meta.o -MD -MP -MF gcm-aes256-meta.o.d -c gcm-aes256-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia128.o -MD -MP -MF gcm-camellia128.o.d -c gcm-camellia128.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia128-meta.o -MD -MP -MF gcm-camellia128-meta.o.d -c gcm-camellia128-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia256.o -MD -MP -MF gcm-camellia256.o.d -c gcm-camellia256.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gcm-camellia256-meta.o -MD -MP -MF gcm-camellia256-meta.o.d -c gcm-camellia256-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gosthash94.o -MD -MP -MF gosthash94.o.d -c gosthash94.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gosthash94-meta.o -MD -MP -MF gosthash94-meta.o.d -c gosthash94-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac.o -MD -MP -MF hmac.o.d -c hmac.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-md5.o -MD -MP -MF hmac-md5.o.d -c hmac-md5.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-ripemd160.o -MD -MP -MF hmac-ripemd160.o.d -c hmac-ripemd160.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha1.o -MD -MP -MF hmac-sha1.o.d -c hmac-sha1.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha224.o -MD -MP -MF hmac-sha224.o.d -c hmac-sha224.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha256.o -MD -MP -MF hmac-sha256.o.d -c hmac-sha256.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha384.o -MD -MP -MF hmac-sha384.o.d -c hmac-sha384.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hmac-sha512.o -MD -MP -MF hmac-sha512.o.d -c hmac-sha512.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT knuth-lfib.o -MD -MP -MF knuth-lfib.o.d -c knuth-lfib.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT hkdf.o -MD -MP -MF hkdf.o.d -c hkdf.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md2.o -MD -MP -MF md2.o.d -c md2.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md2-meta.o -MD -MP -MF md2-meta.o.d -c md2-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md4.o -MD -MP -MF md4.o.d -c md4.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md4-meta.o -MD -MP -MF md4-meta.o.d -c md4-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5.o -MD -MP -MF md5.o.d -c md5.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5-compress.o -MD -MP -MF md5-compress.o.d -c md5-compress.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5-compat.o -MD -MP -MF md5-compat.o.d -c md5-compat.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT md5-meta.o -MD -MP -MF md5-meta.o.d -c md5-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memeql-sec.o -MD -MP -MF memeql-sec.o.d -c memeql-sec.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memxor.o -MD -MP -MF memxor.o.d -c memxor.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT memxor3.o -MD -MP -MF memxor3.o.d -c memxor3.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-lookup-hash.o -MD -MP -MF nettle-lookup-hash.o.d -c nettle-lookup-hash.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-aeads.o -MD -MP -MF nettle-meta-aeads.o.d -c nettle-meta-aeads.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-armors.o -MD -MP -MF nettle-meta-armors.o.d -c nettle-meta-armors.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-ciphers.o -MD -MP -MF nettle-meta-ciphers.o.d -c nettle-meta-ciphers.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT nettle-meta-hashes.o -MD -MP -MF nettle-meta-hashes.o.d -c nettle-meta-hashes.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2.o -MD -MP -MF pbkdf2.o.d -c pbkdf2.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha1.o -MD -MP -MF pbkdf2-hmac-sha1.o.d -c pbkdf2-hmac-sha1.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pbkdf2-hmac-sha256.o -MD -MP -MF pbkdf2-hmac-sha256.o.d -c pbkdf2-hmac-sha256.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT poly1305-aes.o -MD -MP -MF poly1305-aes.o.d -c poly1305-aes.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT poly1305-internal.o -MD -MP -MF poly1305-internal.o.d -c poly1305-internal.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT realloc.o -MD -MP -MF realloc.o.d -c realloc.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160.o -MD -MP -MF ripemd160.o.d -c ripemd160.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160-compress.o -MD -MP -MF ripemd160-compress.o.d -c ripemd160-compress.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ripemd160-meta.o -MD -MP -MF ripemd160-meta.o.d -c ripemd160-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-core-internal.o -MD -MP -MF salsa20-core-internal.o.d -c salsa20-core-internal.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-crypt.o -MD -MP -MF salsa20-crypt.o.d -c salsa20-crypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20r12-crypt.o -MD -MP -MF salsa20r12-crypt.o.d -c salsa20r12-crypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-set-key.o -MD -MP -MF salsa20-set-key.o.d -c salsa20-set-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-set-nonce.o -MD -MP -MF salsa20-set-nonce.o.d -c salsa20-set-nonce.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-128-set-key.o -MD -MP -MF salsa20-128-set-key.o.d -c salsa20-128-set-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT salsa20-256-set-key.o -MD -MP -MF salsa20-256-set-key.o.d -c salsa20-256-set-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1.o -MD -MP -MF sha1.o.d -c sha1.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1-compress.o -MD -MP -MF sha1-compress.o.d -c sha1-compress.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha1-meta.o -MD -MP -MF sha1-meta.o.d -c sha1-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256.o -MD -MP -MF sha256.o.d -c sha256.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256-compress.o -MD -MP -MF sha256-compress.o.d -c sha256-compress.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha224-meta.o -MD -MP -MF sha224-meta.o.d -c sha224-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha256-meta.o -MD -MP -MF sha256-meta.o.d -c sha256-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512.o -MD -MP -MF sha512.o.d -c sha512.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-compress.o -MD -MP -MF sha512-compress.o.d -c sha512-compress.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha384-meta.o -MD -MP -MF sha384-meta.o.d -c sha384-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-meta.o -MD -MP -MF sha512-meta.o.d -c sha512-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-224-meta.o -MD -MP -MF sha512-224-meta.o.d -c sha512-224-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha512-256-meta.o -MD -MP -MF sha512-256-meta.o.d -c sha512-256-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3.o -MD -MP -MF sha3.o.d -c sha3.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-permute.o -MD -MP -MF sha3-permute.o.d -c sha3-permute.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-224.o -MD -MP -MF sha3-224.o.d -c sha3-224.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-224-meta.o -MD -MP -MF sha3-224-meta.o.d -c sha3-224-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-256.o -MD -MP -MF sha3-256.o.d -c sha3-256.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-256-meta.o -MD -MP -MF sha3-256-meta.o.d -c sha3-256-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-384.o -MD -MP -MF sha3-384.o.d -c sha3-384.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-384-meta.o -MD -MP -MF sha3-384-meta.o.d -c sha3-384-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-512.o -MD -MP -MF sha3-512.o.d -c sha3-512.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sha3-512-meta.o -MD -MP -MF sha3-512-meta.o.d -c sha3-512-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-set-key.o -MD -MP -MF serpent-set-key.o.d -c serpent-set-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-encrypt.o -MD -MP -MF serpent-encrypt.o.d -c serpent-encrypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-decrypt.o -MD -MP -MF serpent-decrypt.o.d -c serpent-decrypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT serpent-meta.o -MD -MP -MF serpent-meta.o.d -c serpent-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT twofish.o -MD -MP -MF twofish.o.d -c twofish.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT twofish-meta.o -MD -MP -MF twofish-meta.o.d -c twofish-meta.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-nh.o -MD -MP -MF umac-nh.o.d -c umac-nh.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-nh-n.o -MD -MP -MF umac-nh-n.o.d -c umac-nh-n.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-l2.o -MD -MP -MF umac-l2.o.d -c umac-l2.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-l3.o -MD -MP -MF umac-l3.o.d -c umac-l3.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-poly64.o -MD -MP -MF umac-poly64.o.d -c umac-poly64.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-poly128.o -MD -MP -MF umac-poly128.o.d -c umac-poly128.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac-set-key.o -MD -MP -MF umac-set-key.o.d -c umac-set-key.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac32.o -MD -MP -MF umac32.o.d -c umac32.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac64.o -MD -MP -MF umac64.o.d -c umac64.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac96.o -MD -MP -MF umac96.o.d -c umac96.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT umac128.o -MD -MP -MF umac128.o.d -c umac128.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT version.o -MD -MP -MF version.o.d -c version.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-be32.o -MD -MP -MF write-be32.o.d -c write-be32.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-le32.o -MD -MP -MF write-le32.o.d -c write-le32.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT write-le64.o -MD -MP -MF write-le64.o.d -c write-le64.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT yarrow256.o -MD -MP -MF yarrow256.o.d -c yarrow256.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT yarrow_key_event.o -MD -MP -MF yarrow_key_event.o.d -c yarrow_key_event.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp.o -MD -MP -MF sexp.o.d -c sexp.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-format.o -MD -MP -MF sexp-format.o.d -c sexp-format.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-transport.o -MD -MP -MF sexp-transport.o.d -c sexp-transport.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp-transport-format.o -MD -MP -MF sexp-transport-format.o.d -c sexp-transport-format.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum.o -MD -MP -MF bignum.o.d -c bignum.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum-random.o -MD -MP -MF bignum-random.o.d -c bignum-random.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT bignum-random-prime.o -MD -MP -MF bignum-random-prime.o.d -c bignum-random-prime.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2bignum.o -MD -MP -MF sexp2bignum.o.d -c sexp2bignum.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1.o -MD -MP -MF pkcs1.o.d -c pkcs1.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-encrypt.o -MD -MP -MF pkcs1-encrypt.o.d -c pkcs1-encrypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-decrypt.o -MD -MP -MF pkcs1-decrypt.o.d -c pkcs1-decrypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-digest.o -MD -MP -MF pkcs1-rsa-digest.o.d -c pkcs1-rsa-digest.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-md5.o -MD -MP -MF pkcs1-rsa-md5.o.d -c pkcs1-rsa-md5.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha1.o -MD -MP -MF pkcs1-rsa-sha1.o.d -c pkcs1-rsa-sha1.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha256.o -MD -MP -MF pkcs1-rsa-sha256.o.d -c pkcs1-rsa-sha256.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pkcs1-rsa-sha512.o -MD -MP -MF pkcs1-rsa-sha512.o.d -c pkcs1-rsa-sha512.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pss.o -MD -MP -MF pss.o.d -c pss.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pss-mgf1.o -MD -MP -MF pss-mgf1.o.d -c pss-mgf1.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa.o -MD -MP -MF rsa.o.d -c rsa.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sign-tr.o -MD -MP -MF rsa-sign-tr.o.d -c rsa-sign-tr.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-sign.o -MD -MP -MF rsa-pkcs1-sign.o.d -c rsa-pkcs1-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-sign-tr.o -MD -MP -MF rsa-pkcs1-sign-tr.o.d -c rsa-pkcs1-sign-tr.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pkcs1-verify.o -MD -MP -MF rsa-pkcs1-verify.o.d -c rsa-pkcs1-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-sign.o -MD -MP -MF rsa-md5-sign.o.d -c rsa-md5-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-sign-tr.o -MD -MP -MF rsa-md5-sign-tr.o.d -c rsa-md5-sign-tr.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-md5-verify.o -MD -MP -MF rsa-md5-verify.o.d -c rsa-md5-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-sign.o -MD -MP -MF rsa-sha1-sign.o.d -c rsa-sha1-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-sign-tr.o -MD -MP -MF rsa-sha1-sign-tr.o.d -c rsa-sha1-sign-tr.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha1-verify.o -MD -MP -MF rsa-sha1-verify.o.d -c rsa-sha1-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-sign.o -MD -MP -MF rsa-sha256-sign.o.d -c rsa-sha256-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-sign-tr.o -MD -MP -MF rsa-sha256-sign-tr.o.d -c rsa-sha256-sign-tr.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha256-verify.o -MD -MP -MF rsa-sha256-verify.o.d -c rsa-sha256-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-sign.o -MD -MP -MF rsa-sha512-sign.o.d -c rsa-sha512-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-sign-tr.o -MD -MP -MF rsa-sha512-sign-tr.o.d -c rsa-sha512-sign-tr.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-sha512-verify.o -MD -MP -MF rsa-sha512-verify.o.d -c rsa-sha512-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha256-sign-tr.o -MD -MP -MF rsa-pss-sha256-sign-tr.o.d -c rsa-pss-sha256-sign-tr.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha256-verify.o -MD -MP -MF rsa-pss-sha256-verify.o.d -c rsa-pss-sha256-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha512-sign-tr.o -MD -MP -MF rsa-pss-sha512-sign-tr.o.d -c rsa-pss-sha512-sign-tr.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-pss-sha512-verify.o -MD -MP -MF rsa-pss-sha512-verify.o.d -c rsa-pss-sha512-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-decrypt-tr.o -MD -MP -MF rsa-decrypt-tr.o.d -c rsa-decrypt-tr.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa-blind.o -MD -MP -MF rsa-blind.o.d -c rsa-blind.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa2sexp.o -MD -MP -MF rsa2sexp.o.d -c rsa2sexp.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2rsa.o -MD -MP -MF sexp2rsa.o.d -c sexp2rsa.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa.o -MD -MP -MF dsa.o.d -c dsa.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-compat.o -MD -MP -MF dsa-compat.o.d -c dsa-compat.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-compat-keygen.o -MD -MP -MF dsa-compat-keygen.o.d -c dsa-compat-keygen.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-gen-params.o -MD -MP -MF dsa-gen-params.o.d -c dsa-gen-params.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sign.o -MD -MP -MF dsa-sign.o.d -c dsa-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-verify.o -MD -MP -MF dsa-verify.o.d -c dsa-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-keygen.o -MD -MP -MF dsa-keygen.o.d -c dsa-keygen.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-hash.o -MD -MP -MF dsa-hash.o.d -c dsa-hash.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha1-sign.o -MD -MP -MF dsa-sha1-sign.o.d -c dsa-sha1-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha1-verify.o -MD -MP -MF dsa-sha1-verify.o.d -c dsa-sha1-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha256-sign.o -MD -MP -MF dsa-sha256-sign.o.d -c dsa-sha256-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa-sha256-verify.o -MD -MP -MF dsa-sha256-verify.o.d -c dsa-sha256-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT dsa2sexp.o -MD -MP -MF dsa2sexp.o.d -c dsa2sexp.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sexp2dsa.o -MD -MP -MF sexp2dsa.o.d -c sexp2dsa.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT pgp-encode.o -MD -MP -MF pgp-encode.o.d -c pgp-encode.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT rsa2openpgp.o -MD -MP -MF rsa2openpgp.o.d -c rsa2openpgp.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der-iterator.o -MD -MP -MF der-iterator.o.d -c der-iterator.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der2rsa.o -MD -MP -MF der2rsa.o.d -c der2rsa.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT der2dsa.o -MD -MP -MF der2dsa.o.d -c der2dsa.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sec-add-1.o -MD -MP -MF sec-add-1.o.d -c sec-add-1.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sec-sub-1.o -MD -MP -MF sec-sub-1.o.d -c sec-sub-1.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT sec-tabselect.o -MD -MP -MF sec-tabselect.o.d -c sec-tabselect.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT gmp-glue.o -MD -MP -MF gmp-glue.o.d -c gmp-glue.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT cnd-copy.o -MD -MP -MF cnd-copy.o.d -c cnd-copy.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod.o -MD -MP -MF ecc-mod.o.d -c ecc-mod.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod-inv.o -MD -MP -MF ecc-mod-inv.o.d -c ecc-mod-inv.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mod-arith.o -MD -MP -MF ecc-mod-arith.o.d -c ecc-mod-arith.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-pp1-redc.o -MD -MP -MF ecc-pp1-redc.o.d -c ecc-pp1-redc.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-pm1-redc.o -MD -MP -MF ecc-pm1-redc.o.d -c ecc-pm1-redc.c \
- && true
- /Applications/Xcode.app/Contents/Developer/usr/bin/make eccdata
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-size.o -MD -MP -MF ecc-size.o.d -c ecc-size.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-j-to-a.o -MD -MP -MF ecc-j-to-a.o.d -c ecc-j-to-a.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-a-to-j.o -MD -MP -MF ecc-a-to-j.o.d -c ecc-a-to-j.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-dup-jj.o -MD -MP -MF ecc-dup-jj.o.d -c ecc-dup-jj.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-jja.o -MD -MP -MF ecc-add-jja.o.d -c ecc-add-jja.c \
- && true
- clang `test -f eccdata.c || echo './'`eccdata.c \
- -o eccdata
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-jjj.o -MD -MP -MF ecc-add-jjj.o.d -c ecc-add-jjj.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-eh-to-a.o -MD -MP -MF ecc-eh-to-a.o.d -c ecc-eh-to-a.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-dup-eh.o -MD -MP -MF ecc-dup-eh.o.d -c ecc-dup-eh.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-eh.o -MD -MP -MF ecc-add-eh.o.d -c ecc-add-eh.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-add-ehh.o -MD -MP -MF ecc-add-ehh.o.d -c ecc-add-ehh.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-g-eh.o -MD -MP -MF ecc-mul-g-eh.o.d -c ecc-mul-g-eh.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-a-eh.o -MD -MP -MF ecc-mul-a-eh.o.d -c ecc-mul-a-eh.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-g.o -MD -MP -MF ecc-mul-g.o.d -c ecc-mul-g.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-mul-a.o -MD -MP -MF ecc-mul-a.o.d -c ecc-mul-a.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-hash.o -MD -MP -MF ecc-hash.o.d -c ecc-hash.c \
- && true
- echo stamp > eccdata.stamp
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-random.o -MD -MP -MF ecc-random.o.d -c ecc-random.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point.o -MD -MP -MF ecc-point.o.d -c ecc-point.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-scalar.o -MD -MP -MF ecc-scalar.o.d -c ecc-scalar.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point-mul.o -MD -MP -MF ecc-point-mul.o.d -c ecc-point-mul.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-point-mul-g.o -MD -MP -MF ecc-point-mul-g.o.d -c ecc-point-mul-g.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-ecdsa-sign.o -MD -MP -MF ecc-ecdsa-sign.o.d -c ecc-ecdsa-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-sign.o -MD -MP -MF ecdsa-sign.o.d -c ecdsa-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-ecdsa-verify.o -MD -MP -MF ecc-ecdsa-verify.o.d -c ecc-ecdsa-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-verify.o -MD -MP -MF ecdsa-verify.o.d -c ecdsa-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecdsa-keygen.o -MD -MP -MF ecdsa-keygen.o.d -c ecdsa-keygen.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-mul-g.o -MD -MP -MF curve25519-mul-g.o.d -c curve25519-mul-g.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-mul.o -MD -MP -MF curve25519-mul.o.d -c curve25519-mul.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT curve25519-eh-to-x.o -MD -MP -MF curve25519-eh-to-x.o.d -c curve25519-eh-to-x.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-compress.o -MD -MP -MF eddsa-compress.o.d -c eddsa-compress.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-decompress.o -MD -MP -MF eddsa-decompress.o.d -c eddsa-decompress.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-expand.o -MD -MP -MF eddsa-expand.o.d -c eddsa-expand.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-hash.o -MD -MP -MF eddsa-hash.o.d -c eddsa-hash.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-pubkey.o -MD -MP -MF eddsa-pubkey.o.d -c eddsa-pubkey.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-sign.o -MD -MP -MF eddsa-sign.o.d -c eddsa-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT eddsa-verify.o -MD -MP -MF eddsa-verify.o.d -c eddsa-verify.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-pubkey.o -MD -MP -MF ed25519-sha512-pubkey.o.d -c ed25519-sha512-pubkey.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-sign.o -MD -MP -MF ed25519-sha512-sign.o.d -c ed25519-sha512-sign.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ed25519-sha512-verify.o -MD -MP -MF ed25519-sha512-verify.o.d -c ed25519-sha512-verify.c \
- && true
- rm -f libnettle.a
- ar cru libnettle.a aes-decrypt-internal.o aes-decrypt.o aes-encrypt-internal.o aes-encrypt.o aes-encrypt-table.o aes-invert-internal.o aes-set-key-internal.o aes-set-encrypt-key.o aes-set-decrypt-key.o aes128-set-encrypt-key.o aes128-set-decrypt-key.o aes128-meta.o aes192-set-encrypt-key.o aes192-set-decrypt-key.o aes192-meta.o aes256-set-encrypt-key.o aes256-set-decrypt-key.o aes256-meta.o arcfour.o arcfour-crypt.o arctwo.o arctwo-meta.o blowfish.o base16-encode.o base16-decode.o base16-meta.o base64-encode.o base64-decode.o base64-meta.o base64url-encode.o base64url-decode.o base64url-meta.o buffer.o buffer-init.o camellia-crypt-internal.o camellia-table.o camellia-absorb.o camellia-invert-key.o camellia128-set-encrypt-key.o camellia128-crypt.o camellia128-set-decrypt-key.o camellia128-meta.o camellia192-meta.o camellia256-set-encrypt-key.o camellia256-crypt.o camellia256-set-decrypt-key.o camellia256-meta.o cast128.o cast128-meta.o cbc.o ccm.o ccm-aes128.o ccm-aes192.o ccm-aes256.o cfb.o chacha-crypt.o chacha-core-internal.o chacha-poly1305.o chacha-poly1305-meta.o chacha-set-key.o chacha-set-nonce.o ctr.o des.o des3.o des-compat.o eax.o eax-aes128.o eax-aes128-meta.o gcm.o gcm-aes.o gcm-aes128.o gcm-aes128-meta.o gcm-aes192.o gcm-aes192-meta.o gcm-aes256.o gcm-aes256-meta.o gcm-camellia128.o gcm-camellia128-meta.o gcm-camellia256.o gcm-camellia256-meta.o gosthash94.o gosthash94-meta.o hmac.o hmac-md5.o hmac-ripemd160.o hmac-sha1.o hmac-sha224.o hmac-sha256.o hmac-sha384.o hmac-sha512.o knuth-lfib.o hkdf.o md2.o md2-meta.o md4.o md4-meta.o md5.o md5-compress.o md5-compat.o md5-meta.o memeql-sec.o memxor.o memxor3.o nettle-lookup-hash.o nettle-meta-aeads.o nettle-meta-armors.o nettle-meta-ciphers.o nettle-meta-hashes.o pbkdf2.o pbkdf2-hmac-sha1.o pbkdf2-hmac-sha256.o poly1305-aes.o poly1305-internal.o realloc.o ripemd160.o ripemd160-compress.o ripemd160-meta.o salsa20-core-internal.o salsa20-crypt.o salsa20r12-crypt.o salsa20-set-key.o salsa20-set-nonce.o salsa20-128-set-key.o salsa20-256-set-key.o sha1.o sha1-compress.o sha1-meta.o sha256.o sha256-compress.o sha224-meta.o sha256-meta.o sha512.o sha512-compress.o sha384-meta.o sha512-meta.o sha512-224-meta.o sha512-256-meta.o sha3.o sha3-permute.o sha3-224.o sha3-224-meta.o sha3-256.o sha3-256-meta.o sha3-384.o sha3-384-meta.o sha3-512.o sha3-512-meta.o serpent-set-key.o serpent-encrypt.o serpent-decrypt.o serpent-meta.o twofish.o twofish-meta.o umac-nh.o umac-nh-n.o umac-l2.o umac-l3.o umac-poly64.o umac-poly128.o umac-set-key.o umac32.o umac64.o umac96.o umac128.o version.o write-be32.o write-le32.o write-le64.o yarrow256.o yarrow_key_event.o
- ./eccdata 192 7 6 64 > ecc-192.hT && mv ecc-192.hT ecc-192.h
- ranlib libnettle.a
- ./eccdata 224 12 6 64 > ecc-224.hT && mv ecc-224.hT ecc-224.h
- echo nettle > libnettle.stamp
- ./eccdata 256 14 6 64 > ecc-256.hT && mv ecc-256.hT ecc-256.h
- ./eccdata 384 41 6 64 > ecc-384.hT && mv ecc-384.hT ecc-384.h
- ./eccdata 521 56 6 64 > ecc-521.hT && mv ecc-521.hT ecc-521.h
- ./eccdata 255 14 6 64 > ecc-25519.hT && mv ecc-25519.hT ecc-25519.h
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-192.o -MD -MP -MF ecc-192.o.d -c ecc-192.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-224.o -MD -MP -MF ecc-224.o.d -c ecc-224.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-256.o -MD -MP -MF ecc-256.o.d -c ecc-256.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-25519.o -MD -MP -MF ecc-25519.o.d -c ecc-25519.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-384.o -MD -MP -MF ecc-384.o.d -c ecc-384.c \
- && true
- clang -I. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -fPIC -MT ecc-521.o -MD -MP -MF ecc-521.o.d -c ecc-521.c \
- && true
- rm -f libhogweed.a
- ar cru libhogweed.a sexp.o sexp-format.o sexp-transport.o sexp-transport-format.o bignum.o bignum-random.o bignum-random-prime.o sexp2bignum.o pkcs1.o pkcs1-encrypt.o pkcs1-decrypt.o pkcs1-rsa-digest.o pkcs1-rsa-md5.o pkcs1-rsa-sha1.o pkcs1-rsa-sha256.o pkcs1-rsa-sha512.o pss.o pss-mgf1.o rsa.o rsa-sign.o rsa-sign-tr.o rsa-verify.o rsa-pkcs1-sign.o rsa-pkcs1-sign-tr.o rsa-pkcs1-verify.o rsa-md5-sign.o rsa-md5-sign-tr.o rsa-md5-verify.o rsa-sha1-sign.o rsa-sha1-sign-tr.o rsa-sha1-verify.o rsa-sha256-sign.o rsa-sha256-sign-tr.o rsa-sha256-verify.o rsa-sha512-sign.o rsa-sha512-sign-tr.o rsa-sha512-verify.o rsa-pss-sha256-sign-tr.o rsa-pss-sha256-verify.o rsa-pss-sha512-sign-tr.o rsa-pss-sha512-verify.o rsa-encrypt.o rsa-decrypt.o rsa-decrypt-tr.o rsa-keygen.o rsa-blind.o rsa2sexp.o sexp2rsa.o dsa.o dsa-compat.o dsa-compat-keygen.o dsa-gen-params.o dsa-sign.o dsa-verify.o dsa-keygen.o dsa-hash.o dsa-sha1-sign.o dsa-sha1-verify.o dsa-sha256-sign.o dsa-sha256-verify.o dsa2sexp.o sexp2dsa.o pgp-encode.o rsa2openpgp.o der-iterator.o der2rsa.o der2dsa.o sec-add-1.o sec-sub-1.o sec-tabselect.o gmp-glue.o cnd-copy.o ecc-mod.o ecc-mod-inv.o ecc-mod-arith.o ecc-pp1-redc.o ecc-pm1-redc.o ecc-192.o ecc-224.o ecc-256.o ecc-384.o ecc-521.o ecc-25519.o ecc-size.o ecc-j-to-a.o ecc-a-to-j.o ecc-dup-jj.o ecc-add-jja.o ecc-add-jjj.o ecc-eh-to-a.o ecc-dup-eh.o ecc-add-eh.o ecc-add-ehh.o ecc-mul-g-eh.o ecc-mul-a-eh.o ecc-mul-g.o ecc-mul-a.o ecc-hash.o ecc-random.o ecc-point.o ecc-scalar.o ecc-point-mul.o ecc-point-mul-g.o ecc-ecdsa-sign.o ecdsa-sign.o ecc-ecdsa-verify.o ecdsa-verify.o ecdsa-keygen.o curve25519-mul-g.o curve25519-mul.o curve25519-eh-to-x.o eddsa-compress.o eddsa-decompress.o eddsa-expand.o eddsa-hash.o eddsa-pubkey.o eddsa-sign.o eddsa-verify.o ed25519-sha512-pubkey.o ed25519-sha512-sign.o ed25519-sha512-verify.o
- ranlib libhogweed.a
- echo hogweed > libhogweed.stamp
- set -e; for d in tools testsuite examples; do \
- echo "Making all in $d" ; (cd $d && /Applications/Xcode.app/Contents/Developer/usr/bin/make all); done
- Making all in tools
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT sexp-conv.o -MD -MP -MF sexp-conv.o.d -c sexp-conv.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT input.o -MD -MP -MF input.o.d -c input.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT output.o -MD -MP -MF output.o.d -c output.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT parse.o -MD -MP -MF parse.o.d -c parse.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT misc.o -MD -MP -MF misc.o.d -c misc.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT nettle-hash.o -MD -MP -MF nettle-hash.o.d -c nettle-hash.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT nettle-pbkdf2.o -MD -MP -MF nettle-pbkdf2.o.d -c nettle-pbkdf2.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT nettle-lfib-stream.o -MD -MP -MF nettle-lfib-stream.o.d -c nettle-lfib-stream.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT pkcs1-conv.o -MD -MP -MF pkcs1-conv.o.d -c pkcs1-conv.c && true
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib sexp-conv.o input.o output.o parse.o misc.o ../getopt.o ../getopt1.o -lnettle -lgmp -o sexp-conv
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib nettle-hash.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-hash
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib nettle-pbkdf2.o misc.o ../getopt.o ../getopt1.o -lnettle -o nettle-pbkdf2
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib nettle-lfib-stream.o -lnettle -lgmp -o nettle-lfib-stream
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib pkcs1-conv.o misc.o ../getopt.o ../getopt1.o -lhogweed -lnettle -lgmp -o pkcs1-conv
- Making all in testsuite
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT sha1-huge-test.o -MD -MP -MF sha1-huge-test.o.d -c sha1-huge-test.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT testutils.o -MD -MP -MF testutils.o.d -c testutils.c && true
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib sha1-huge-test.o testutils.o ../nettle-internal.o -lhogweed -lnettle -lgmp -o sha1-huge-test
- Making all in examples
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT nettle-benchmark.o -MD -MP -MF nettle-benchmark.o.d -c nettle-benchmark.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT nettle-openssl.o -MD -MP -MF nettle-openssl.o.d -c nettle-openssl.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT timing.o -MD -MP -MF timing.o.d -c timing.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT io.o -MD -MP -MF io.o.d -c io.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT eratosthenes.o -MD -MP -MF eratosthenes.o.d -c eratosthenes.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT base16enc.o -MD -MP -MF base16enc.o.d -c base16enc.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT base16dec.o -MD -MP -MF base16dec.o.d -c base16dec.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT base64enc.o -MD -MP -MF base64enc.o.d -c base64enc.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT base64dec.o -MD -MP -MF base64dec.o.d -c base64dec.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT rsa-keygen.o -MD -MP -MF rsa-keygen.o.d -c rsa-keygen.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT rsa-sign.o -MD -MP -MF rsa-sign.o.d -c rsa-sign.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT read_rsa_key.o -MD -MP -MF read_rsa_key.o.d -c read_rsa_key.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT rsa-verify.o -MD -MP -MF rsa-verify.o.d -c rsa-verify.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT rsa-encrypt.o -MD -MP -MF rsa-encrypt.o.d -c rsa-encrypt.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT rsa-decrypt.o -MD -MP -MF rsa-decrypt.o.d -c rsa-decrypt.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT random-prime.o -MD -MP -MF random-prime.o.d -c random-prime.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT hogweed-benchmark.o -MD -MP -MF hogweed-benchmark.o.d -c hogweed-benchmark.c && true
- clang -I.. -I.. -I/Users/ever/dev/0ad/libraries/osx/gmp/include -DHAVE_CONFIG_H -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -MT ecc-benchmark.o -MD -MP -MF ecc-benchmark.o.d -c ecc-benchmark.c && true
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib nettle-benchmark.o nettle-openssl.o ../getopt.o ../getopt1.o ../nettle-internal.o timing.o -lnettle -lgmp -lm -o nettle-benchmark
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib eratosthenes.o ../getopt.o ../getopt1.o -o eratosthenes
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib base16enc.o io.o \
- -lnettle -lgmp -o base16enc
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib base16dec.o io.o \
- -lnettle -lgmp -o base16dec
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib base64enc.o io.o \
- -lnettle -lgmp -o base64enc
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib base64dec.o io.o \
- -lnettle -lgmp -o base64dec
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib rsa-keygen.o io.o ../getopt.o ../getopt1.o \
- -lhogweed -lnettle -lgmp -o rsa-keygen
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib rsa-sign.o io.o read_rsa_key.o \
- -lhogweed -lnettle -lgmp -o rsa-sign
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib rsa-verify.o io.o read_rsa_key.o \
- -lhogweed -lnettle -lgmp -o rsa-verify
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib rsa-encrypt.o io.o read_rsa_key.o \
- ../getopt.o ../getopt1.o \
- -lhogweed -lnettle -lgmp -o rsa-encrypt
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib rsa-decrypt.o io.o read_rsa_key.o \
- -lhogweed -lnettle -lgmp -o rsa-decrypt
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib random-prime.o io.o ../getopt.o ../getopt1.o \
- -lhogweed -lnettle -lgmp -o random-prime
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib hogweed-benchmark.o timing.o \
- -lhogweed -lnettle -lgmp -lm -lgmp \
- -o hogweed-benchmark
- clang -mmacosx-version-min=10.14 -arch x86_64 -fvisibility=hidden -m64 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs -L.. -mmacosx-version-min=10.14 -arch x86_64 -stdlib=libc++ -m64 -L/Users/ever/dev/0ad/libraries/osx/gmp/lib ecc-benchmark.o timing.o -lhogweed -lnettle -lgmp -lm -lgmp \
- -o ecc-benchmark
- /Applications/Xcode.app/Contents/Developer/usr/bin/make install-here
- ./install-sh -c -d /Users/ever/dev/0ad/libraries/osx/nettle/include/nettle
- for f in aes.h arcfour.h arctwo.h asn1.h blowfish.h base16.h base64.h bignum.h buffer.h camellia.h cast128.h cbc.h ccm.h cfb.h chacha.h chacha-poly1305.h ctr.h curve25519.h des.h des-compat.h dsa.h dsa-compat.h eax.h ecc-curve.h ecc.h ecdsa.h eddsa.h gcm.h gosthash94.h hmac.h knuth-lfib.h hkdf.h macros.h md2.h md4.h md5.h md5-compat.h memops.h memxor.h nettle-meta.h nettle-types.h pbkdf2.h pgp.h pkcs1.h pss.h pss-mgf1.h realloc.h ripemd160.h rsa.h salsa20.h sexp.h serpent.h sha.h sha1.h sha2.h sha3.h twofish.h umac.h yarrow.h poly1305.h nettle-stdint.h version.h ; do \
- if [ -f "$f" ] ; then \
- /usr/bin/install -c -m 644 "$f" /Users/ever/dev/0ad/libraries/osx/nettle/include/nettle ; \
- else \
- /usr/bin/install -c -m 644 "./$f" /Users/ever/dev/0ad/libraries/osx/nettle/include/nettle ; \
- fi ; done
- ./config.status config.h
- config.status: creating config.h
- config.status: config.h is unchanged
- echo timestamp > stamp-h
- ./install-sh -c -d /Users/ever/dev/0ad/libraries/osx/nettle/lib
- for f in libnettle.a libhogweed.a; do \
- /usr/bin/install -c -m 644 $f /Users/ever/dev/0ad/libraries/osx/nettle/lib ; \
- done
- ./install-sh -c -d /Users/ever/dev/0ad/libraries/osx/nettle/lib/pkgconfig
- for f in nettle.pc hogweed.pc ; do \
- /usr/bin/install -c -m 644 "$f" /Users/ever/dev/0ad/libraries/osx/nettle/lib/pkgconfig ; \
- done
- set -e; for d in tools testsuite examples; do \
- echo "Making install in $d" ; (cd $d && /Applications/Xcode.app/Contents/Developer/usr/bin/make install); done
- Making install in tools
- .././install-sh -c -d /Users/ever/dev/0ad/libraries/osx/nettle/bin
- for f in sexp-conv nettle-hash nettle-pbkdf2 nettle-lfib-stream pkcs1-conv ; do \
- /usr/bin/install -c $f /Users/ever/dev/0ad/libraries/osx/nettle/bin ; \
- done
- Making install in testsuite
- true
- Making install in examples
- true
- ~/dev/0ad/libraries/osx/nettle ~/dev/0ad/libraries/osx
- Building GnuTLS...
- ~/dev/0ad/libraries/osx/gnutls/gnutls-3.5.19 ~/dev/0ad/libraries/osx/gnutls ~/dev/0ad/libraries/osx
- checking build system type... x86_64-apple-darwin18.6.0
- checking host system type... x86_64-apple-darwin18.6.0
- checking for a BSD-compatible install... /usr/bin/install -c
- checking whether build environment is sane... yes
- checking for a thread-safe mkdir -p... build-aux/install-sh -c -d
- checking for gawk... no
- checking for mawk... no
- checking for nawk... no
- checking for awk... awk
- checking whether make sets $(MAKE)... yes
- checking whether make supports nested variables... yes
- checking whether make supports nested variables... (cached) yes
- ***
- *** Checking for compilation programs...
- checking for pkg-config... no
- checking for gcc... clang
- checking whether the C compiler works... yes
- checking for C compiler default output file name... a.out
- checking for suffix of executables...
- checking whether we are cross compiling... no
- checking for suffix of object files... o
- checking whether we are using the GNU C compiler... yes
- checking whether clang accepts -g... yes
- checking for clang option to accept ISO C89... none needed
- checking whether clang understands -c and -o together... yes
- checking for style of include used by make... GNU
- checking dependency style of clang... gcc3
- checking how to run the C preprocessor... clang -E
- checking for grep that handles long lines and -e... /usr/bin/grep
- checking for egrep... /usr/bin/grep -E
- checking for ANSI C header files... yes
- checking for sys/types.h... yes
- checking for sys/stat.h... yes
- checking for stdlib.h... yes
- checking for string.h... yes
- checking for memory.h... yes
- checking for strings.h... yes
- checking for inttypes.h... yes
- checking for stdint.h... yes
- checking for unistd.h... yes
- checking minix/config.h usability... no
- checking minix/config.h presence... no
- checking for minix/config.h... no
- checking whether it is safe to define __EXTENSIONS__... yes
- checking whether _XOPEN_SOURCE should be defined... no
- checking for Minix Amsterdam compiler... no
- checking for ar... ar
- checking the archiver (ar) interface... ar
- checking for ar... (cached) ar
- checking for ranlib... ranlib
- checking for _LARGEFILE_SOURCE value needed for large files... no
- checking for special C compiler options needed for large files... no
- checking for _FILE_OFFSET_BITS value needed for large files... no
- checking dependency style of clang... gcc3
- checking the archiver (ar) interface... (cached) ar
- checking whether we are using the GNU C++ compiler... yes
- checking whether clang++ accepts -g... yes
- checking dependency style of clang++... gcc3
- checking for bison... bison -y
- checking for a sed that does not truncate output... /usr/bin/sed
- checking for clang option to accept ISO C99... none needed
- checking whether to build with code coverage support... no
- checking whether to enable maintainer-specific portions of Makefiles... yes
- checking for autogen... :
- checking for inline... inline
- checking for ANSI C header files... (cached) yes
- checking cpuid.h usability... yes
- checking cpuid.h presence... yes
- checking for cpuid.h... yes
- checking for struct iovec.iov_basea... no
- checking netinet/tcp.h usability... yes
- checking netinet/tcp.h presence... yes
- checking for netinet/tcp.h... yes
- checking stdatomic.h usability... yes
- checking stdatomic.h presence... yes
- checking for stdatomic.h... yes
- checking for getrandom... no
- checking for getentropy... yes
- checking for NETTLE... ERROR: GnuTLS build failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement