Build infrastructure for lib
This commit is contained in:
parent
640431fed0
commit
ab5c078d6e
17
lib/Makefile
Normal file
17
lib/Makefile
Normal 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
|
10
lib/fontconfig/Makefile.bsd-wrapper
Normal file
10
lib/fontconfig/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libFS/Makefile.bsd-wrapper
Normal file
5
lib/libFS/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libICE/Makefile.bsd-wrapper
Normal file
5
lib/libICE/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libSM/Makefile.bsd-wrapper
Normal file
5
lib/libSM/Makefile.bsd-wrapper
Normal 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>
|
7
lib/libX11/Makefile.bsd-wrapper
Normal file
7
lib/libX11/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXRes/Makefile.bsd-wrapper
Normal file
5
lib/libXRes/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXScrnSaver/Makefile.bsd-wrapper
Normal file
5
lib/libXScrnSaver/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXTrap/Makefile.bsd-wrapper
Normal file
5
lib/libXTrap/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXau/Makefile.bsd-wrapper
Normal file
5
lib/libXau/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXaw/Makefile.bsd-wrapper
Normal file
5
lib/libXaw/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXcomposite/Makefile.bsd-wrapper
Normal file
5
lib/libXcomposite/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXcursor/Makefile.bsd-wrapper
Normal file
5
lib/libXcursor/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXdamage/Makefile.bsd-wrapper
Normal file
5
lib/libXdamage/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXdmcp/Makefile.bsd-wrapper
Normal file
5
lib/libXdmcp/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXevie/Makefile.bsd-wrapper
Normal file
5
lib/libXevie/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXext/Makefile.bsd-wrapper
Normal file
5
lib/libXext/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXfixes/Makefile.bsd-wrapper
Normal file
5
lib/libXfixes/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXfont/Makefile.bsd-wrapper
Normal file
5
lib/libXfont/Makefile.bsd-wrapper
Normal 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>
|
3
lib/libXfontcache/Makefile.bsd-wrapper
Normal file
3
lib/libXfontcache/Makefile.bsd-wrapper
Normal file
@ -0,0 +1,3 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
5
lib/libXft/Makefile.bsd-wrapper
Normal file
5
lib/libXft/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXi/Makefile.bsd-wrapper
Normal file
5
lib/libXi/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXinerama/Makefile.bsd-wrapper
Normal file
5
lib/libXinerama/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXmu/Makefile.bsd-wrapper
Normal file
5
lib/libXmu/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXp/Makefile.bsd-wrapper
Normal file
5
lib/libXp/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXpm/Makefile.bsd-wrapper
Normal file
5
lib/libXpm/Makefile.bsd-wrapper
Normal 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>
|
3
lib/libXprintAppUtil/Makefile.bsd-wrapper
Normal file
3
lib/libXprintAppUtil/Makefile.bsd-wrapper
Normal file
@ -0,0 +1,3 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
3
lib/libXprintUtil/Makefile.bsd-wrapper
Normal file
3
lib/libXprintUtil/Makefile.bsd-wrapper
Normal file
@ -0,0 +1,3 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
5
lib/libXrandr/Makefile.bsd-wrapper
Normal file
5
lib/libXrandr/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXrender/Makefile.bsd-wrapper
Normal file
5
lib/libXrender/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXt/Makefile.bsd-wrapper
Normal file
5
lib/libXt/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXtst/Makefile.bsd-wrapper
Normal file
5
lib/libXtst/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXv/Makefile.bsd-wrapper
Normal file
5
lib/libXv/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXvMC/Makefile.bsd-wrapper
Normal file
5
lib/libXvMC/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXxf86dga/Makefile.bsd-wrapper
Normal file
5
lib/libXxf86dga/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXxf86misc/Makefile.bsd-wrapper
Normal file
5
lib/libXxf86misc/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libXxf86vm/Makefile.bsd-wrapper
Normal file
5
lib/libXxf86vm/Makefile.bsd-wrapper
Normal 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>
|
3
lib/libdmx/Makefile.bsd-wrapper
Normal file
3
lib/libdmx/Makefile.bsd-wrapper
Normal file
@ -0,0 +1,3 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
5
lib/libfontenc/Makefile.bsd-wrapper
Normal file
5
lib/libfontenc/Makefile.bsd-wrapper
Normal 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>
|
3
lib/liblbxutil/Makefile.bsd-wrapper
Normal file
3
lib/liblbxutil/Makefile.bsd-wrapper
Normal file
@ -0,0 +1,3 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
5
lib/liboldX/Makefile.bsd-wrapper
Normal file
5
lib/liboldX/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libxkbfile/Makefile.bsd-wrapper
Normal file
5
lib/libxkbfile/Makefile.bsd-wrapper
Normal 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>
|
5
lib/libxkbui/Makefile.bsd-wrapper
Normal file
5
lib/libxkbui/Makefile.bsd-wrapper
Normal 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>
|
3
lib/libxtrans/Makefile.bsd-wrapper
Normal file
3
lib/libxtrans/Makefile.bsd-wrapper
Normal file
@ -0,0 +1,3 @@
|
||||
# $OpenBSD: Makefile.bsd-wrapper,v 1.1 2006/11/26 12:07:34 matthieu Exp $
|
||||
|
||||
.include <bsd.xorg.mk>
|
Loading…
Reference in New Issue
Block a user