]> git.sesse.net Git - rdpsrv/blobdiff - Xserver/lib/font/fontfile/Imakefile
Import X server from vnc-3.3.7.
[rdpsrv] / Xserver / lib / font / fontfile / Imakefile
diff --git a/Xserver/lib/font/fontfile/Imakefile b/Xserver/lib/font/fontfile/Imakefile
new file mode 100644 (file)
index 0000000..ee45364
--- /dev/null
@@ -0,0 +1,38 @@
+XCOMM $XConsortium: Imakefile /main/14 1996/11/03 19:58:41 kaleb $
+XCOMM $XFree86: xc/lib/font/fontfile/Imakefile,v 3.4 1996/12/26 03:41:32 dawes Exp $
+#include <Server.tmpl>
+#include <vnclibs.def>
+
+   INCLUDES = -I$(FONTINCSRC) -I../include -I$(SERVERSRC)/include $(ZLIB_INCLUDE)
+    HEADERS = 
+#ifdef FontFormatDefines
+FORMAT_DEFS = FontFormatDefines
+#endif
+
+#if GzipFontCompression
+ GUNZIP_SRC = gunzip.c
+ GUNZIP_OBJ = gunzip.o
+  GZIP_DEFS = -DX_GZIP_FONT_COMPRESSION
+#endif
+
+ ATTRIBDEFS = -DFONTDIRATTRIB
+
+    DEFINES = $(ATTRIBDEFS)
+
+
+
+       SRCS = dirfile.c fontdir.c fontfile.c fileio.c fontscale.c \
+              defaults.c bitsource.c register.c renderers.c bufio.c \
+              decompress.c filewr.c printerfont.c ffcheck.c $(GUNZIP_SRC)
+       OBJS = dirfile.o fontdir.o fontfile.o fileio.o fontscale.o \
+              defaults.o bitsource.o register.o renderers.o bufio.o \
+              decompress.o filewr.o printerfont.o ffcheck.o $(GUNZIP_OBJ)
+
+SpecialCObjectRule(fileio,$(ICONFIGFILES),$(GZIP_DEFS))
+
+SubdirLibraryRule($(OBJS))
+NormalLibraryObjectRule()
+NormalLintTarget($(SRCS))
+
+DependTarget()
+