Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/external/mit/xorg/tools/bdftopcf move the src list from libX...
details: https://anonhg.NetBSD.org/src/rev/7b48e843a608
branches: trunk
changeset: 321323:7b48e843a608
user: mrg <mrg%NetBSD.org@localhost>
date: Sun Mar 11 11:01:07 2018 +0000
description:
move the src list from libXfont stuff to local stuff.
diffstat:
external/mit/xorg/tools/bdftopcf/Makefile | 32 ++++++++++++++++--------------
1 files changed, 17 insertions(+), 15 deletions(-)
diffs (52 lines):
diff -r d329f57fd367 -r 7b48e843a608 external/mit/xorg/tools/bdftopcf/Makefile
--- a/external/mit/xorg/tools/bdftopcf/Makefile Sun Mar 11 10:48:38 2018 +0000
+++ b/external/mit/xorg/tools/bdftopcf/Makefile Sun Mar 11 11:01:07 2018 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2013/05/31 05:24:50 mrg Exp $
+# $NetBSD: Makefile,v 1.7 2018/03/11 11:01:07 mrg Exp $
NOMAN= 1
@@ -9,26 +9,28 @@
FREETYPE= ${X11SRCDIR.freetype}
-SRCS= bdftopcf.c
+SRCS= atom.c \
+ bdfread.c \
+ bdfutils.c \
+ bitmap.c \
+ bitmaputil.c \
+ bufio.c \
+ defaults.c \
+ fileio.c \
+ filewr.c \
+ fontaccel.c \
+ fontink.c \
+ pcfwrite.c \
+ private.c \
+ utilbitmap.c \
+ bdftopcf.c
HOST_CPPFLAGS+= -I${DESTDIR}${X11INCDIR} \
-I${DESTDIR}${X11INCDIR} \
- -I${DESTDIR}${X11INCDIR}/X11/fonts \
-I${DESTDIR}${X11INCDIR}/freetype2 \
- -I${X11SRCDIR.Xfont}/src/stubs \
-DBDFFORMAT -DPCFFORMAT -DSNFFORMAT -DX_GZIP_FONT_COMPRESSION \
-DFONT_ENCODINGS_DIRECTORY=\"${X11FONTDIR}/encodings/encodings.dir\" \
- -DPACKAGE_STRING="\"NetBSD tool bdftopcf 1.0.4\""
-
-.PATH: ${X11SRCDIR.Xfont}/src/bitmap
-SRCS+= bdfread.c bdfutils.c bitmap.c bitmaputil.c fontink.c \
- pcfread.c pcfwrite.c
-
-.PATH: ${X11SRCDIR.Xfont}/src/fontfile
-SRCS+= bufio.c decompress.c defaults.c fileio.c filewr.c gunzip.c
-
-.PATH: ${X11SRCDIR.Xfont}/src/util
-SRCS+= atom.c fontaccel.c private.c utilbitmap.c
+ -DPACKAGE_STRING="\"NetBSD tool bdftopcf 1.1\""
LDADD+= -lz
Home |
Main Index |
Thread Index |
Old Index