aboutsummaryrefslogtreecommitdiff
path: root/libXfont/src/Speedo/makefile
blob: c128a5198e13503767c1569895de7163c0a04b38 (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
LIBRARY = libspeedo

CSRCS =			\
	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
CSRCS:=$(filter-out %.h,$(CSRCS))

INCLUDES := ../../../../build $(INCLUDES)