Expand PMF_FN_* macros.
[netbsd-mini2440.git] / x11 / Xserver / Xext / ext / Makefile
blob97f36e3ca5316f78281302d0564e1fb1bafdd212
1 # $NetBSD: Makefile,v 1.5 2005/03/21 00:49:17 rtr Exp $
3 LIB= ext
4 SRCS= EVI.c appgroup.c bigreq.c cup.c dpms.c fontcache.c mitmisc.c \
5 panoramiX.c panoramiXSwap.c panoramiXprocs.c sampleEVI.c \
6 saver.c security.c shape.c shm.c sleepuntil.c sync.c \
7 xcmisc.c xf86bigfont.c xprint.c xres.c xtest.c xtest1dd.c \
8 xtest1di.c xvdisp.c xvmain.c xvmc.c dmx.c
10 .if ${MACHINE_ARCH} != "sparc"
11 SRCS+= xf86vmode.c xf86misc.c xf86dga.c xf86dga2.c
12 .endif
14 CONFIGFILES= SecurityPolicy
15 FILESDIR= ${X11ETCDIR}/xserver
17 .include "../../Makefile.serverlib"
18 .include "../Makefile.ext"