]> git.sesse.net Git - rdpsrv/blob - Xserver/lib/font/bitmap/Imakefile
Support RDP5 logon packets.
[rdpsrv] / Xserver / lib / font / bitmap / Imakefile
1 XCOMM $XConsortium: Imakefile /main/9 1996/11/03 19:31:58 kaleb $
2 #include <Server.tmpl>
3
4         INCLUDES = -I$(FONTINCSRC) -I../include
5          HEADERS = 
6 #ifdef FontFormatDefines
7      FORMAT_DEFS = FontFormatDefines
8 #endif
9 #if GzipFontCompression
10        GZIP_DEFS = -DX_GZIP_FONT_COMPRESSION
11 #endif
12
13             SRCS = bdfread.c bdfutils.c bitmap.c bitmaputil.c bitscale.c \
14                    bitmapfunc.c pcfread.c pcfwrite.c snfread.c \
15                    fontink.c
16
17             OBJS = bdfread.o bdfutils.o bitmap.o bitmaputil.o bitscale.o \
18                    bitmapfunc.o pcfread.o pcfwrite.o snfread.o \
19                    fontink.o
20
21 SpecialCObjectRule(bitmapfunc,$(ICONFIGFILES),$(GZIP_DEFS))
22
23 SubdirLibraryRule($(OBJS))
24 NormalLibraryObjectRule()
25 NormalLintTarget($(SRCS))
26
27 DependTarget()
28