NetBSD/x11/lib/Makefile

31 lines
715 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 2005/07/19 21:14:39 christos 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 \
2005-03-22 07:18:48 +03:00
Xxf86dga Xxf86misc Xxf86vm dmx dpstk expat font fontconfig fontenc \
2004-02-06 17:55:48 +03:00
freetype2 lbxutil psres oldX xkbfile xkbui xtrans
.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>