Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/x11 use FILES{, DIR} instead of INCS{, DIR} for bitmaps
details: https://anonhg.NetBSD.org/src/rev/33b6d9e1cc98
branches: trunk
changeset: 551922:33b6d9e1cc98
user: lukem <lukem%NetBSD.org@localhost>
date: Sun Sep 14 06:36:59 2003 +0000
description:
use FILES{,DIR} instead of INCS{,DIR} for bitmaps
diffstat:
x11/bin/bitmap/Makefile | 6 +++---
x11/bin/xmh/Makefile | 6 +++---
x11/include/bitmaps/Makefile | 6 +++---
3 files changed, 9 insertions(+), 9 deletions(-)
diffs (60 lines):
diff -r 9366f9847752 -r 33b6d9e1cc98 x11/bin/bitmap/Makefile
--- a/x11/bin/bitmap/Makefile Sun Sep 14 06:11:40 2003 +0000
+++ b/x11/bin/bitmap/Makefile Sun Sep 14 06:36:59 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:02 lukem Exp $
+# $NetBSD: Makefile,v 1.3 2003/09/14 06:36:59 lukem Exp $
.include <bsd.own.mk>
@@ -7,9 +7,9 @@
MLINKS= bitmap.1 bmtoa.1 bitmap.1 atobm.1
-INCS= Dashes Down Excl FlipHoriz FlipVert Fold Left Right RotateLeft \
+FILES= Dashes Down Excl FlipHoriz FlipVert Fold Left Right RotateLeft \
RotateRight Stipple Term Up
-INCSDIR=${X11INCDIR}/X11/bitmaps
+FILESDIR=${X11INCDIR}/X11/bitmaps
APPDEFS=Bitmap.ad Bitmap-color.ad
diff -r 9366f9847752 -r 33b6d9e1cc98 x11/bin/xmh/Makefile
--- a/x11/bin/xmh/Makefile Sun Sep 14 06:11:40 2003 +0000
+++ b/x11/bin/xmh/Makefile Sun Sep 14 06:36:59 2003 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:32 lukem Exp $
+# $NetBSD: Makefile,v 1.3 2003/09/14 06:37:00 lukem Exp $
.include <bsd.own.mk>
@@ -10,8 +10,8 @@
CPPFLAGS+=-DHAS_VFORK
-INCS= black6 box6
-INCSDIR=${X11INCDIR}/X11/bitmaps
+FILES= black6 box6
+FILESDIR=${X11INCDIR}/X11/bitmaps
APPDEFS=Xmh.ad
diff -r 9366f9847752 -r 33b6d9e1cc98 x11/include/bitmaps/Makefile
--- a/x11/include/bitmaps/Makefile Sun Sep 14 06:11:40 2003 +0000
+++ b/x11/include/bitmaps/Makefile Sun Sep 14 06:36:59 2003 +0000
@@ -1,12 +1,12 @@
-# $NetBSD: Makefile,v 1.2 2003/09/13 20:18:41 lukem Exp $
+# $NetBSD: Makefile,v 1.3 2003/09/14 06:37:00 lukem Exp $
.include <bsd.own.mk>
.PATH: ${X11SRCDIR.xc}/include/bitmaps
-INCSDIR=${X11INCDIR}/X11/bitmaps
+FILESDIR=${X11INCDIR}/X11/bitmaps
-INCS= 1x1 2x2 black boxes calculator cntr_ptr cntr_ptrmsk cross_weave \
+FILES= 1x1 2x2 black boxes calculator cntr_ptr cntr_ptrmsk cross_weave \
dimple1 dimple3 dot dropbar7 dropbar8 escherknot flagdown flagup \
flipped_gray gray gray1 gray3 grid2 grid4 grid8 grid16 hlines2 \
hlines3 icon keyboard16 left_ptr left_ptrmsk letters light_gray \
Home |
Main Index |
Thread Index |
Old Index