use FILES{,DIR} instead of INCS{,DIR} for bitmaps
This commit is contained in:
parent
6869cb17c5
commit
37d0fff499
@ -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 @@ SRCS= BitEdit.c CutPaste.c Graphics.c ReqMach.c Bitmap.c Dialog.c Handlers.c
|
||||
|
||||
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
|
||||
|
||||
|
@ -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 @@ SRCS= bbox.c command.c compfuncs.c folder.c init.c main.c \
|
||||
|
||||
CPPFLAGS+=-DHAS_VFORK
|
||||
|
||||
INCS= black6 box6
|
||||
INCSDIR=${X11INCDIR}/X11/bitmaps
|
||||
FILES= black6 box6
|
||||
FILESDIR=${X11INCDIR}/X11/bitmaps
|
||||
|
||||
APPDEFS=Xmh.ad
|
||||
|
||||
|
@ -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 \
|
||||
|
Loading…
Reference in New Issue
Block a user