# Makefile settings shared between Makefiles. CC = aarch64-poky-linux-gcc -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/nettle/3.5.1-r0/recipe-sysroot CXX = aarch64-poky-linux-g++ -fstack-protector-strong -D_FORTIFY_SOURCE=2 -Wformat -Wformat-security -Werror=format-security --sysroot=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/nettle/3.5.1-r0/recipe-sysroot CFLAGS = -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/nettle/3.5.1-r0=/usr/src/debug/nettle/3.5.1-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/nettle/3.5.1-r0=/usr/src/debug/nettle/3.5.1-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/nettle/3.5.1-r0/recipe-sysroot= -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/nettle/3.5.1-r0/recipe-sysroot-native= -std=gnu99 -ggdb3 -Wall -W -Wmissing-prototypes -Wmissing-declarations -Wstrict-prototypes -Wpointer-arith -Wbad-function-cast -Wnested-externs CXXFLAGS = -O2 -pipe -g -feliminate-unused-debug-types -fmacro-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/nettle/3.5.1-r0=/usr/src/debug/nettle/3.5.1-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/nettle/3.5.1-r0=/usr/src/debug/nettle/3.5.1-r0 -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/nettle/3.5.1-r0/recipe-sysroot= -fdebug-prefix-map=/home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/nettle/3.5.1-r0/recipe-sysroot-native= -fvisibility-inlines-hidden CCPIC = -fpic CPPFLAGS = DEFS = -DHAVE_CONFIG_H LDFLAGS = -Wl,-O1 -Wl,--hash-style=gnu -Wl,--as-needed -fstack-protector-strong -Wl,-z,relro,-z,now LIBS = -lgmp LIBOBJS = EMULATOR = NM = aarch64-poky-linux-nm OBJEXT = o EXEEXT = CC_FOR_BUILD = gcc EXEEXT_FOR_BUILD = DEP_FLAGS = DEP_PROCESS = true PACKAGE_BUGREPORT = nettle-bugs@lists.lysator.liu.se PACKAGE_NAME = nettle PACKAGE_STRING = nettle 3.5.1 PACKAGE_TARNAME = nettle PACKAGE_VERSION = 3.5.1 LIBNETTLE_MAJOR = 7 LIBNETTLE_MINOR = 0 LIBNETTLE_SONAME = $(LIBNETTLE_FORLINK).$(LIBNETTLE_MAJOR) LIBNETTLE_FILE = $(LIBNETTLE_SONAME).$(LIBNETTLE_MINOR) LIBNETTLE_FILE_SRC = $(LIBNETTLE_FORLINK) LIBNETTLE_FORLINK = libnettle.so LIBNETTLE_LIBS = LIBNETTLE_LINK = $(CC) $(CFLAGS) $(LDFLAGS) -shared -Wl,-soname=$(LIBNETTLE_SONAME) LIBHOGWEED_MAJOR = 5 LIBHOGWEED_MINOR = 0 LIBHOGWEED_SONAME = $(LIBHOGWEED_FORLINK).$(LIBHOGWEED_MAJOR) LIBHOGWEED_FILE = $(LIBHOGWEED_SONAME).$(LIBHOGWEED_MINOR) LIBHOGWEED_FILE_SRC = $(LIBHOGWEED_FORLINK) LIBHOGWEED_FORLINK = libhogweed.so LIBHOGWEED_LIBS = libnettle.so $(LIBS) LIBHOGWEED_LINK = $(CC) $(CFLAGS) $(LDFLAGS) -shared -Wl,-soname=$(LIBHOGWEED_SONAME) NUMB_BITS = 64 AR = aarch64-poky-linux-gcc-ar ARFLAGS = cru AUTOCONF = autoconf AUTOHEADER = autoheader M4 = /home/rcar/www/s4sk-xen/build-xen/yocto/build-dom0/tmp/work/aarch64-poky-linux/nettle/3.5.1-r0/recipe-sysroot-native/usr/bin/m4 MAKEINFO = makeinfo RANLIB = aarch64-poky-linux-gcc-ranlib LN_S = ln -s prefix = /usr exec_prefix = /usr datarootdir = ${prefix}/share bindir = /usr/bin libdir = /usr/lib includedir = /usr/include infodir = /usr/share/info # PRE_CPPFLAGS and PRE_LDFLAGS lets each Makefile.in prepend its own # flags before CPPFLAGS and LDFLAGS. While EXTRA_CFLAGS are added at the end. COMPILE = $(CC) $(PRE_CPPFLAGS) $(CPPFLAGS) $(DEFS) $(CFLAGS) $(EXTRA_CFLAGS) $(DEP_FLAGS) COMPILE_CXX = $(CXX) $(PRE_CPPFLAGS) $(CPPFLAGS) $(DEFS) $(CXXFLAGS) $(DEP_FLAGS) LINK = $(CC) $(CFLAGS) $(PRE_LDFLAGS) $(LDFLAGS) LINK_CXX = $(CXX) $(CXXFLAGS) $(PRE_LDFLAGS) $(LDFLAGS) # Default rule. Must be here, since config.make is included before the # usual targets. default: all # For some reason the suffixes list must be set before the rules. # Otherwise BSD make won't build binaries e.g. aesdata. On the other # hand, AIX make has the opposite idiosyncrasies to BSD, and the AIX # compile was broken when .SUFFIXES was moved here from Makefile.in. .SUFFIXES: .SUFFIXES: .asm .c .$(OBJEXT) .html .dvi .info .exe .pdf .ps .texinfo # Disable builtin rule %$(EXEEXT) : %.c .c: # Keep object files .PRECIOUS: %.o .PHONY: all check install uninstall clean distclean mostlyclean maintainer-clean distdir \ all-here check-here install-here clean-here distclean-here mostlyclean-here \ maintainer-clean-here distdir-here \ install-shared install-info install-headers \ uninstall-shared uninstall-info uninstall-headers \ dist distcleancheck