]> git.sesse.net Git - rdpsrv/blobdiff - Xserver/lib/font/bitmap/Imakefile
Removed Xserver/ directory, it does nothing useful ATM.
[rdpsrv] / Xserver / lib / font / bitmap / Imakefile
diff --git a/Xserver/lib/font/bitmap/Imakefile b/Xserver/lib/font/bitmap/Imakefile
deleted file mode 100644 (file)
index e865cfe..0000000
+++ /dev/null
@@ -1,28 +0,0 @@
-XCOMM $XConsortium: Imakefile /main/9 1996/11/03 19:31:58 kaleb $
-#include <Server.tmpl>
-
-        INCLUDES = -I$(FONTINCSRC) -I../include
-         HEADERS = 
-#ifdef FontFormatDefines
-     FORMAT_DEFS = FontFormatDefines
-#endif
-#if GzipFontCompression
-       GZIP_DEFS = -DX_GZIP_FONT_COMPRESSION
-#endif
-
-            SRCS = bdfread.c bdfutils.c bitmap.c bitmaputil.c bitscale.c \
-                  bitmapfunc.c pcfread.c pcfwrite.c snfread.c \
-                  fontink.c
-
-            OBJS = bdfread.o bdfutils.o bitmap.o bitmaputil.o bitscale.o \
-                  bitmapfunc.o pcfread.o pcfwrite.o snfread.o \
-                  fontink.o
-
-SpecialCObjectRule(bitmapfunc,$(ICONFIGFILES),$(GZIP_DEFS))
-
-SubdirLibraryRule($(OBJS))
-NormalLibraryObjectRule()
-NormalLintTarget($(SRCS))
-
-DependTarget()
-