Remove building with NOCRYPTO option
[minix.git] / external / mit / xorg / lib / libXpm / Makefile
blob1d9c37c600c1e9ff21846450a1aa85edc83d64a3
1 # $NetBSD: Makefile,v 1.2 2008/09/13 04:32:30 cube Exp $
3 .include <bsd.own.mk>
5 LIB= Xpm
6 .PATH: ${X11SRCDIR.${LIB}}/src
7 .PATH: ${X11SRCDIR.${LIB}}/include/X11
9 SRCS= Attrib.c CrBufFrI.c CrBufFrP.c CrDatFrI.c CrDatFrP.c \
10 CrIFrBuf.c CrIFrDat.c CrIFrP.c CrPFrBuf.c CrPFrDat.c CrPFrI.c \
11 Image.c Info.c RdFToBuf.c RdFToDat.c RdFToI.c RdFToP.c \
12 WrFFrBuf.c WrFFrDat.c WrFFrI.c WrFFrP.c create.c data.c \
13 hashtab.c misc.c parse.c rgb.c scan.c
15 INCS= xpm.h
16 INCSDIR=${X11INCDIR}/X11
18 CPPFLAGS+=-DHAS_SNPRINTF
19 CPPFLAGS+= -I${DESTDIR}${X11INCDIR}/X11
21 LIBDPLIBS=\
22 Xext ${.CURDIR}/../libXext \
23 X11 ${.CURDIR}/../libX11/dynamic
25 PKGDIST= ${LIB}
27 .include <bsd.x11.mk>
28 .include <bsd.lib.mk>