]> git.sesse.net Git - rdpsrv/blob - Xserver/lib/font/fontfile/Imakefile
Support RDP5 logon packets.
[rdpsrv] / Xserver / lib / font / fontfile / Imakefile
1 XCOMM $XConsortium: Imakefile /main/14 1996/11/03 19:58:41 kaleb $
2 XCOMM $XFree86: xc/lib/font/fontfile/Imakefile,v 3.4 1996/12/26 03:41:32 dawes Exp $
3 #include <Server.tmpl>
4 #include <vnclibs.def>
5
6    INCLUDES = -I$(FONTINCSRC) -I../include -I$(SERVERSRC)/include $(ZLIB_INCLUDE)
7     HEADERS = 
8 #ifdef FontFormatDefines
9 FORMAT_DEFS = FontFormatDefines
10 #endif
11
12 #if GzipFontCompression
13  GUNZIP_SRC = gunzip.c
14  GUNZIP_OBJ = gunzip.o
15   GZIP_DEFS = -DX_GZIP_FONT_COMPRESSION
16 #endif
17
18  ATTRIBDEFS = -DFONTDIRATTRIB
19
20     DEFINES = $(ATTRIBDEFS)
21
22
23
24        SRCS = dirfile.c fontdir.c fontfile.c fileio.c fontscale.c \
25               defaults.c bitsource.c register.c renderers.c bufio.c \
26               decompress.c filewr.c printerfont.c ffcheck.c $(GUNZIP_SRC)
27        OBJS = dirfile.o fontdir.o fontfile.o fileio.o fontscale.o \
28               defaults.o bitsource.o register.o renderers.o bufio.o \
29               decompress.o filewr.o printerfont.o ffcheck.o $(GUNZIP_OBJ)
30
31 SpecialCObjectRule(fileio,$(ICONFIGFILES),$(GZIP_DEFS))
32
33 SubdirLibraryRule($(OBJS))
34 NormalLibraryObjectRule()
35 NormalLintTarget($(SRCS))
36
37 DependTarget()
38