aboutsummaryrefslogtreecommitdiff
path: root/libXfont/src/stubs/makefile
blob: 66cfc644fd4e557bb81761beb098807b7f4c29f4 (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
LIBRARY = libstubs

CSRCS = 		\
	cauthgen.c		\
	csignal.c		\
	delfntcid.c		\
	errorf.c		\
	fatalerror.c		\
	findoldfnt.c		\
	fontmod.c		\
	getcres.c		\
	getdefptsize.c		\
	getnewfntcid.c		\
	gettime.c		\
	initfshdl.c		\
	regfpefunc.c		\
	rmfshdl.c		\
	servclient.c		\
	setfntauth.c		\
	stfntcfnt.c		\
	stubs.h			\
	xpstubs.c

CSRCS:=$(filter-out %.h,$(CSRCS))

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