mirror of
https://github.com/openbsd/xenocara.git
synced 2025-12-12 04:09:15 +00:00
Install headers
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
# $Xenocara$
|
# $OpenBSD: Makefile,v 1.2 2006/11/29 14:45:19 matthieu Exp $
|
||||||
|
|
||||||
DIST= ${.CURDIR}/../../dist/Mesa
|
DIST= ${.CURDIR}/../../dist/Mesa
|
||||||
GLW= ${DIST}/src/glw
|
GLW= ${DIST}/src/glw
|
||||||
@@ -11,6 +11,21 @@ CPPFLAGS += -I${DIST}/include \
|
|||||||
SRCS= \
|
SRCS= \
|
||||||
GLwDrawA.c
|
GLwDrawA.c
|
||||||
|
|
||||||
|
INCS= \
|
||||||
|
GLwDrawA.h \
|
||||||
|
GLwDrawAP.h \
|
||||||
|
GLwMDrawA.h \
|
||||||
|
GLwMDrawAP.h
|
||||||
|
|
||||||
|
includes:
|
||||||
|
cd ${GLW}; for i in ${INCS}; do \
|
||||||
|
j="cmp -s $$i ${DESTDIR}${INCSDIR}/GL/$$i || \
|
||||||
|
${INSTALL} ${INSTALL_COPY} -o ${BINOWN} -g ${BINGRP} -m 444 \
|
||||||
|
$$i ${DESTDIR}${INCSDIR}/GL"; \
|
||||||
|
echo "\tinstalling $$i"; \
|
||||||
|
eval "$$j"; \
|
||||||
|
done
|
||||||
|
|
||||||
.include <bsd.lib.mk>
|
.include <bsd.lib.mk>
|
||||||
.include <bsd.xorg.mk>
|
.include <bsd.xorg.mk>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user