Print this page
5072961 Need an optimized MD5 implementation for amd64

*** 17,39 **** # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # ! # Copyright 2006 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "@(#)Makefile.com 1.2 06/07/29 SMI" # # $LIBRARY is set in lower makefiles so we can have platform and # processor optimised versions of this library via libmd_psr and libmd_hwcapN #LIBRARY= libmd.a VERS= .1 ! OBJECTS= md4.o md5.o sha1.o sha2.o # Use $(SRC) to include makefiles rather than ../../ because the # platform subdirs are one level deeper so it would be ../../../ for them include $(SRC)/lib/Makefile.lib include $(SRC)/lib/Makefile.rootfs --- 17,39 ---- # information: Portions Copyright [yyyy] [name of copyright owner] # # CDDL HEADER END # # ! # Copyright 2008 Sun Microsystems, Inc. All rights reserved. # Use is subject to license terms. # ! # ident "@(#)Makefile.com 1.3 08/01/02 SMI" # # $LIBRARY is set in lower makefiles so we can have platform and # processor optimised versions of this library via libmd_psr and libmd_hwcapN #LIBRARY= libmd.a VERS= .1 ! OBJECTS= md4.o md5.o $(MD5_PSR_OBJECTS) sha1.o sha2.o # Use $(SRC) to include makefiles rather than ../../ because the # platform subdirs are one level deeper so it would be ../../../ for them include $(SRC)/lib/Makefile.lib include $(SRC)/lib/Makefile.rootfs