]> git.sesse.net Git - rdpsrv/blob - Xserver/lib/font/util/Imakefile
Import X server from vnc-3.3.7.
[rdpsrv] / Xserver / lib / font / util / Imakefile
1 XCOMM $XConsortium: Imakefile,v 1.11 94/02/07 16:07:31 gildea Exp $
2 #include <Server.tmpl>
3
4         INCLUDES = -I$(FONTINCSRC) -I../include
5          HEADERS = 
6 #ifdef FontFormatDefines
7      FORMAT_DEFS = FontFormatDefines
8 #endif
9             SRCS = utilbitmap.c fontnames.c fontutil.c fontxlfd.c format.c \
10                    fontaccel.c atom.c miscutil.c private.c patcache.c
11
12             OBJS = utilbitmap.o fontnames.o fontutil.o fontxlfd.o format.o \
13                    fontaccel.o atom.o miscutil.o private.o patcache.o
14
15 SubdirLibraryRule($(OBJS))
16 NormalLibraryObjectRule()
17 NormalLintTarget($(SRCS))
18
19 DependTarget()
20