Imakeicide-II: reach-over makefile infrastructure to build XFree86 4.x
(from /usr/xsrc) using bsd-style Makefiles. Why? - sane cross building - easy builds from read only source - non-root building - imake is evil nuff said.
This commit is contained in:
parent
06ea4a681d
commit
2854e6f642
5
x11/Makefile.inc
Normal file
5
x11/Makefile.inc
Normal file
@ -0,0 +1,5 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1.1.1 2003/09/12 04:43:18 lukem Exp $
|
||||
|
||||
BINDIR= ${X11BINDIR}
|
||||
LIBDIR= ${X11USRLIBDIR}
|
||||
MANDIR= ${X11MANDIR}
|
3
x11/bin/Makefile.inc
Normal file
3
x11/bin/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1.1.1 2003/09/12 04:44:37 lukem Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
3
x11/lib/Makefile.inc
Normal file
3
x11/lib/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1.1.1 2003/09/12 04:44:04 lukem Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
3
x11/lib/font/Makefile.inc
Normal file
3
x11/lib/font/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1.1.1 2003/09/12 04:49:23 lukem Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
3
x11/lib/fontconfig/Makefile.inc
Normal file
3
x11/lib/fontconfig/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $NetBSD: Makefile.inc,v 1.1.1.1 2003/09/12 04:47:39 lukem Exp $
|
||||
|
||||
.include "../Makefile.inc"
|
Loading…
Reference in New Issue
Block a user