2015-05-23 13:35:12 +02:00
|
|
|
#----------------------------------------------------------------------
|
2018-12-22 15:33:23 +01:00
|
|
|
# Makefile.am - FINAL CUT library
|
2015-05-23 13:35:12 +02:00
|
|
|
#----------------------------------------------------------------------
|
|
|
|
|
|
|
|
EXTRA_DIST = \
|
|
|
|
8x16graph.bdf \
|
|
|
|
8x16graph.pcf.gz \
|
2019-11-03 23:34:47 +01:00
|
|
|
9x16graph_patch.bdf \
|
|
|
|
bdfmerge.sh \
|
|
|
|
bdf2code.sh \
|
2015-05-23 13:35:12 +02:00
|
|
|
bdf2pcf.sh \
|
|
|
|
fonts.alias \
|
|
|
|
fonts.dir \
|
2019-11-03 23:34:47 +01:00
|
|
|
map-newfont \
|
|
|
|
map-vga \
|
2015-05-23 13:35:12 +02:00
|
|
|
Makefile.am \
|
2019-11-03 23:34:47 +01:00
|
|
|
newfont_8x16.h \
|
|
|
|
newfont_9x16.h \
|
2015-05-23 13:35:12 +02:00
|
|
|
newfont.h \
|
|
|
|
unicodemap.h \
|
|
|
|
vgafont.h
|
2019-10-17 01:13:18 +02:00
|
|
|
|
|
|
|
docdir = ${datadir}/doc/${PACKAGE}
|
|
|
|
doc_DATA = \
|
2019-11-03 23:34:47 +01:00
|
|
|
newfont.txt
|
2019-10-17 01:13:18 +02:00
|
|
|
|
|
|
|
fontdir = ${datadir}/fonts/X11/misc/${PACKAGE}
|
|
|
|
font_DATA = \
|
|
|
|
8x16graph.pcf.gz \
|
|
|
|
fonts.alias \
|
|
|
|
fonts.dir
|