Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/netbsd-1-5]: src/lib Pull up revision 1.2 (requested by itojun):



details:   https://anonhg.NetBSD.org/src/rev/7a49f13984ef
branches:  netbsd-1-5
changeset: 490547:7a49f13984ef
user:      jhawk <jhawk%NetBSD.org@localhost>
date:      Fri Jan 26 02:55:50 2001 +0000

description:
Pull up revision 1.2 (requested by itojun):
  Don't build these libraries shared.

diffstat:

 lib/libcrypto_idea/Makefile |  47 +++++++++++++++++++++++++++++++++++++++++++++
 lib/libcrypto_rc5/Makefile  |  47 +++++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 94 insertions(+), 0 deletions(-)

diffs (102 lines):

diff -r 7a36afa482d4 -r 7a49f13984ef lib/libcrypto_idea/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libcrypto_idea/Makefile       Fri Jan 26 02:55:50 2001 +0000
@@ -0,0 +1,47 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2001/01/26 02:55:50 jhawk Exp $
+
+# RCSid:
+#      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
+#
+#      @(#) Copyright (c) 1994 Simon J. Gerraty
+#
+#      This file is provided in the hope that it will
+#      be of use.  There is absolutely NO WARRANTY.
+#      Permission to copy, redistribute or otherwise
+#      use this file is hereby granted provided that 
+#      the above copyright notice and this notice are
+#      left intact. 
+#      
+#      Please send copies of changes and bug-fixes to:
+#      sjg%quick.com.au@localhost
+#
+
+.include <bsd.own.mk>
+
+# XXX There's a bit of work to do before we can enable warnings.
+WARNS=0
+
+LIB=   crypto_idea
+CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto
+
+CRYPTODIST=    ${.CURDIR}/../../crypto/dist
+
+.include "../../crypto/Makefile.openssl"
+.PATH: ${OPENSSLSRC}
+
+.PATH: ${OPENSSLSRC}/crypto/idea
+CPPFLAGS+=     -I${OPENSSLSRC}/crypto/idea
+SRCS+=i_cbc.c i_skey.c
+
+# XXX
+.if ${OBJECT_FMT} == "ELF"
+AFLAGS+=-DELF
+.else
+AFLAGS+=-DOUT
+.endif
+
+MKPIC=no
+#MKPROFILE=no
+#MKLINT=no
+
+.include <bsd.lib.mk>
diff -r 7a36afa482d4 -r 7a49f13984ef lib/libcrypto_rc5/Makefile
--- /dev/null   Thu Jan 01 00:00:00 1970 +0000
+++ b/lib/libcrypto_rc5/Makefile        Fri Jan 26 02:55:50 2001 +0000
@@ -0,0 +1,47 @@
+#      $NetBSD: Makefile,v 1.1.2.2 2001/01/26 02:55:53 jhawk Exp $
+
+# RCSid:
+#      Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
+#
+#      @(#) Copyright (c) 1994 Simon J. Gerraty
+#
+#      This file is provided in the hope that it will
+#      be of use.  There is absolutely NO WARRANTY.
+#      Permission to copy, redistribute or otherwise
+#      use this file is hereby granted provided that 
+#      the above copyright notice and this notice are
+#      left intact. 
+#      
+#      Please send copies of changes and bug-fixes to:
+#      sjg%quick.com.au@localhost
+#
+
+.include <bsd.own.mk>
+
+# XXX There's a bit of work to do before we can enable warnings.
+WARNS=0
+
+LIB=   crypto_rc5
+CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto
+
+CRYPTODIST=    ${.CURDIR}/../../crypto/dist
+
+.include "../../crypto/Makefile.openssl"
+.PATH: ${OPENSSLSRC}
+
+.PATH: ${OPENSSLSRC}/crypto/rc5
+CPPFLAGS+=     -I${OPENSSLSRC}/crypto/rc5
+SRCS+=rc5_skey.c rc5_enc.c
+
+# XXX
+.if ${OBJECT_FMT} == "ELF"
+AFLAGS+=-DELF
+.else
+AFLAGS+=-DOUT
+.endif
+
+MKPIC=no
+#MKPROFILE=no
+#MKLINT=no
+
+.include <bsd.lib.mk>



Home | Main Index | Thread Index | Old Index