aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/font/FreeType/Imakefile
diff options
context:
space:
mode:
Diffstat (limited to 'nx-X11/lib/font/FreeType/Imakefile')
-rw-r--r--nx-X11/lib/font/FreeType/Imakefile47
1 files changed, 0 insertions, 47 deletions
diff --git a/nx-X11/lib/font/FreeType/Imakefile b/nx-X11/lib/font/FreeType/Imakefile
deleted file mode 100644
index 57361471b..000000000
--- a/nx-X11/lib/font/FreeType/Imakefile
+++ /dev/null
@@ -1,47 +0,0 @@
-XCOMM $XFree86: xc/lib/font/FreeType/Imakefile,v 1.30 2003/11/05 16:54:28 tsi Exp $
-
-#if BuildServer && DoLoadableServer
-#define IHaveSubdirs
-#define NoLibSubdirs
-#define PassCDebugFlags
-SUBDIRS = module
-#endif
-
-#if !HasFreetype2
-EXTRAINCLUDES = -I$(FT2SOURCEDIR)/truetype
-INTERNALDEFINES = -DUSE_INTERNAL_FREETYPE
-#endif
-
-DEFINES = ServerExtraDefines StrcasecmpDefines Freetype2BuildDefines \
- -DXFREE86_FT2 $(INTERNALDEFINES)
-
-FT2SOURCEDIR = $(TOP)/extras/freetype2/src
-FT2INCS = $(FREETYPE2INCLUDES)
-
-INCLUDES = $(FT2INCS) -I. -I$(FONTINCSRC) -I../include -I$(XINCLUDESRC) \
- -I$(SERVERSRC)/include $(EXTRAINCLUDES) \
- -I$(INCLUDESRC)
-
-SRCS = xttcap.c ftfuncs.c ftenc.c fttools.c
-OBJS = xttcap.o ftfuncs.o ftenc.o fttools.o
-
-#if BuildFontLib
-#define DoNormalLib NormalLibFont
-#define DoSharedLib SharedLibFont
-#define DoDebugLib DebugLibFont
-#define DoProfileLib ProfileLibFont
-#include <Library.tmpl>
-LibraryObjectRule()
-
-SubdirLibraryRule($(OBJS))
-NormalLintTarget($(SRCS))
-
-#endif
-
-#if BuildServer && DoLoadableServer
-MakeSubdirs($(SUBDIRS))
-DependSubdirs($(SUBDIRS))
-#endif
-
-DependTarget()
-