NetBSD/x11/lib/Makefile

31 lines
718 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.9 2005/07/22 08:47:20 martin Exp $
SUBDIR= X11 ICE Xau .WAIT \
SM Xext .WAIT \
Xt Xpm Xrender GL .WAIT \
Xmu dps .WAIT \
FS GLU GLw OSmesa XRes XTrap Xaw Xaw6 Xcursor Xdmcp Xft Xft1 \
Xfontcache Xi Xinerama Xmuu Xp Xrandr Xss Xtst Xv XvMC \
Xxf86dga Xxf86misc Xxf86vm dmx dpstk expat font .WAIT \
fontconfig fontenc freetype2 lbxutil psres oldX xkbfile xkbui xtrans
2004-02-06 17:55:48 +03:00
.include <bsd.own.mk>
.if ${MKPIC} != "no"
2004-02-06 19:41:28 +03:00
SUBDIR+= xlibi18n
2004-02-06 17:55:48 +03:00
.endif
# Cache .OBJDIRS of LIBDPLIBS commonly used in SUBDIRs.
#
LIBDPLIBS= X11 ${.CURDIR}/X11/dynamic \
Xext ${.CURDIR}/Xext \
ICE ${.CURDIR}/ICE \
SM ${.CURDIR}/SM \
Xt ${.CURDIR}/Xt
libinstall::
.include <bsd.lib.mk>
.include <bsd.subdir.mk>