Build infrastructure for lib

This commit is contained in:
matthieu 2006-11-26 12:07:34 +00:00
parent 640431fed0
commit ab5c078d6e
44 changed files with 227 additions and 0 deletions

17
lib/Makefile Normal file
View File

@ -0,0 +1,17 @@
# $Xenocara: Makefile,v 1.6 2006/04/17 13:37:46 matthieu Exp $
SUBDIR= freetype expat fontconfig libxtrans libXau libXdmcp \
libX11 libXext libXrender libXft libdmx libfontenc \
libFS libICE liblbxutil liboldX libSM libXt \
libXmu libXpm libXp libXaw libXfixes libXcomposite \
libXdamage libXcursor libXevie libXfont libXfontcache \
libXi libXinerama libxkbfile libxkbui libXprintUtil \
libXprintAppUtil libXrandr libXRes libXScrnSaver libXTrap \
libXtst libXv libXvMC libXxf86dga libXxf86misc libXxf86vm
SUBDIR+= libGL libGLU libGLw
.include <bsd.subdir.mk>
build: _SUBDIRUSE
update: _SUBDIRUSE

View File

@ -0,0 +1,10 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= fontconfig 5.0
CONFIGURE_ARGS= --with-expat=${X11BASE} --sysconfdir=/etc \
--mandir=${X11BASE}/share/man \
--with-default-fonts=${X11BASE}/lib/X11/fonts \
--with-add-fonts=/usr/local/lib/X11/fonts
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= FS 8.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= ICE 8.1
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= SM 8.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,7 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= X11 9.0
CONFIGURE_ARGS= --without-xcb --enable-tcp-transport --enable-unix-transport --enable-IPv6
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= XRes 3.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xss 4.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= XTrap 9.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xau 9.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xaw6 9.0 Xaw7 10.0 Xaw8 11.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xcomposite 2.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xcursor 3.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xdamage 2.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xdmcp 9.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xevie 1.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xext 9.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xfixes 4.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xfont 4.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,3 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xft 6.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xi 9.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xinerama 4.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xmu 9.0 Xmuu 4.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xp 9.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xpm 7.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,3 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
.include <bsd.xorg.mk>

View File

@ -0,0 +1,3 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xrandr 5.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xrender 4.1
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xt 9.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xtst 9.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xv 4.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= XvMC 4.1
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xxf86dga 4.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xxf86misc 4.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= Xxf86vm 4.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,3 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= fontenc 3.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,3 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= oldX 9.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= xkbfile 3.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,5 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
SHARED_LIBS= xkbui 3.0
.include <bsd.xorg.mk>

View File

@ -0,0 +1,3 @@
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
.include <bsd.xorg.mk>