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

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

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

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