Home | History | Annotate | Line # | Download | only in libcommon
Makefile revision 1.5.2.2
      1  1.5.2.2  martin #	$NetBSD: Makefile,v 1.5.2.2 2023/08/11 13:41:54 martin Exp $
      2  1.5.2.2  martin 
      3  1.5.2.2  martin # RCSid:
      4  1.5.2.2  martin #	Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
      5  1.5.2.2  martin #
      6  1.5.2.2  martin #	@(#) Copyright (c) 1994 Simon J. Gerraty
      7  1.5.2.2  martin #
      8  1.5.2.2  martin #	This file is provided in the hope that it will
      9  1.5.2.2  martin #	be of use.  There is absolutely NO WARRANTY.
     10  1.5.2.2  martin #	Permission to copy, redistribute or otherwise
     11  1.5.2.2  martin #	use this file is hereby granted provided that
     12  1.5.2.2  martin #	the above copyright notice and this notice are
     13  1.5.2.2  martin #	left intact.
     14  1.5.2.2  martin #
     15  1.5.2.2  martin #	Please send copies of changes and bug-fixes to:
     16  1.5.2.2  martin #	sjg (at] quick.com.au
     17  1.5.2.2  martin #
     18  1.5.2.2  martin LIBISPRIVATE=	pic
     19  1.5.2.2  martin LIB=	common
     20  1.5.2.2  martin USE_FORT?= yes	# cryptographic software
     21  1.5.2.2  martin USE_SHLIBDIR=	no
     22  1.5.2.2  martin USE_FIPS=	no
     23  1.5.2.2  martin #DBG=-g
     24  1.5.2.2  martin 
     25  1.5.2.2  martin .include <bsd.own.mk>
     26  1.5.2.2  martin .include <bsd.shlib.mk>
     27  1.5.2.2  martin 
     28  1.5.2.2  martin CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC} -I${.CURDIR}
     29  1.5.2.2  martin CPPFLAGS+= -I${OPENSSLSRC}/include -I${OPENSSLSRC}/crypto/include
     30  1.5.2.2  martin CPPFLAGS+= -I${OPENSSLSRC}/crypto/asn1 -I${OPENSSLSRC}/crypto/evp
     31  1.5.2.2  martin CPPFLAGS+= -I${OPENSSLSRC}/crypto/modes
     32  1.5.2.2  martin CPPFLAGS+= -I${OPENSSLSRC}/../include
     33  1.5.2.2  martin CPPFLAGS+= -I${OPENSSLSRC}/providers/common/include
     34  1.5.2.2  martin CPPFLAGS+= -I${OPENSSLSRC}/providers/implementations/include
     35  1.5.2.2  martin CPPFLAGS+= -I${.CURDIR}/../libdefault
     36  1.5.2.2  martin 
     37  1.5.2.2  martin 
     38  1.5.2.2  martin CRYPTODIST=	${NETBSDSRCDIR}/crypto
     39  1.5.2.2  martin OPENSSLINC=	${OPENSSLSRC}/include/openssl
     40  1.5.2.2  martin 
     41  1.5.2.2  martin .include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
     42  1.5.2.2  martin .PATH: ${OPENSSLSRC} ${OPENSSLINC}
     43  1.5.2.2  martin .PATH: ${OPENSSLSRC}/../include/openssl
     44  1.5.2.2  martin .PATH: ${OPENSSLSRC}/providers/implementations/digests
     45  1.5.2.2  martin .PATH: ${OPENSSLSRC}/providers/implementations/macs
     46  1.5.2.2  martin 
     47  1.5.2.2  martin .include "srcs.inc"
     48  1.5.2.2  martin 
     49  1.5.2.2  martin AFLAGS+=-DELF
     50  1.5.2.2  martin 
     51  1.5.2.2  martin OS_VERSION!= ${HOST_SH} ${NETBSDSRCDIR}/sys/conf/osrelease.sh
     52  1.5.2.2  martin 
     53  1.5.2.2  martin .include <bsd.lib.mk>
     54