]> git.sesse.net Git - rdpsrv/blob - Xserver/lib/font/Type1/Imakefile
Import X server from vnc-3.3.7.
[rdpsrv] / Xserver / lib / font / Type1 / Imakefile
1 XCOMM $XConsortium: Imakefile,v 1.5 93/09/04 16:43:32 rws Exp $
2
3 #include <Server.tmpl>
4
5 INCLUDES = -I$(FONTINCSRC) -I../include
6
7 SRCS =          \
8        arith.c         \
9        curves.c        \
10        fontfcn.c       \
11        hints.c         \
12        lines.c         \
13        objects.c       \
14        paths.c         \
15        regions.c       \
16        scanfont.c      \
17        spaces.c        \
18        t1funcs.c       \
19        t1info.c        \
20        t1io.c          \
21        t1malloc.c      \
22        t1snap.c        \
23        t1stub.c       \
24        token.c         \
25        type1.c         \
26        util.c
27
28 OBJS =          \
29        arith.o         \
30        curves.o        \
31        fontfcn.o       \
32        hints.o         \
33        lines.o         \
34        objects.o       \
35        paths.o         \
36        regions.o       \
37        scanfont.o      \
38        spaces.o        \
39        t1funcs.o       \
40        t1info.o        \
41        t1io.o          \
42        t1malloc.o      \
43        t1snap.o        \
44        t1stub.o       \
45        token.o         \
46        type1.o         \
47        util.o
48
49 SubdirLibraryRule($(OBJS))
50 NormalLibraryObjectRule()
51 NormalLintTarget($(SRCS))
52
53 DependTarget()