Do not run mandoc for lintmanpages if MANPAGES is empty.
[netbsd-mini2440.git] / lib / libcrypto_idea / Makefile
blob4202deabf2ae5c2666a6c5533db0514ccb35d593
1 # $NetBSD: Makefile,v 1.5 2002/08/19 09:41:30 lukem Exp $
3 # RCSid:
4 # Id: Makefile,v 1.33 1998/11/11 11:53:53 sjg Exp
6 # @(#) Copyright (c) 1994 Simon J. Gerraty
8 # This file is provided in the hope that it will
9 # be of use. There is absolutely NO WARRANTY.
10 # Permission to copy, redistribute or otherwise
11 # use this file is hereby granted provided that
12 # the above copyright notice and this notice are
13 # left intact.
15 # Please send copies of changes and bug-fixes to:
16 # sjg@quick.com.au
19 NOPIC= # defined
20 #NOPROFILE= # defined
21 #NOLINT= # defined
23 .include <bsd.own.mk>
25 # XXX There's a bit of work to do before we can enable warnings.
26 WARNS= 0
28 LIB= crypto_idea
29 CPPFLAGS+= -Dlib${LIB} -I. -I${OPENSSLSRC}/crypto -I${OPENSSLSRC}
31 CRYPTODIST= ${NETBSDSRCDIR}/crypto/dist
33 .include "${NETBSDSRCDIR}/crypto/Makefile.openssl"
35 .PATH: ${OPENSSLSRC} ${OPENSSLSRC}/crypto/idea ${OPENSSLSRC}/crypto/evp
37 CPPFLAGS+= -I${OPENSSLSRC}/crypto/idea
38 SRCS+= i_cbc.c i_skey.c e_idea.c c_allc.c
40 # XXX
41 .if ${OBJECT_FMT} == "ELF"
42 AFLAGS+= -DELF
43 .else
44 AFLAGS+= -DOUT
45 .endif
47 .include <bsd.lib.mk>