blob: 99d972d1ce96c78c2d63feb1d1bd24a64037e9ba (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
|
INCLUDES = \
-I${top_srcdir}/include
AM_CFLAGS = $(XFONT_CFLAGS) $(OS_CFLAGS) $(CWARNFLAGS)
noinst_LTLIBRARIES = libspeedo.la
libspeedo_la_SOURCES = \
adobe-iso.h \
bics-iso.h \
bics-unicode.c \
bics-unicode.h \
do_char.c \
do_trns.c \
keys.h \
out_bl2d.c \
out_blk.c \
out_outl.c \
out_scrn.c \
out_util.c \
reset.c \
set_spcs.c \
set_trns.c \
spdo_prv.h \
speedo.h \
spencode.c \
sperr.c \
spfile.c \
spfont.c \
spfuncs.c \
spglyph.c \
spinfo.c \
spint.h \
useropt.h
|