aboutsummaryrefslogtreecommitdiff
path: root/nx-X11/lib/fontenc
diff options
context:
space:
mode:
authorMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-02 15:02:49 +0100
committerMike Gabriel <mike.gabriel@das-netzwerkteam.de>2015-02-02 15:02:49 +0100
commitb16b9e4656e7199c2aec74a4c8ebc7a875d3ba73 (patch)
tree4361edef0d42d5bf5ac984ef72b4fac35426eae7 /nx-X11/lib/fontenc
parent0d5a83e986f39982c0924652a3662e60b1f23162 (diff)
downloadnx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.tar.gz
nx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.tar.bz2
nx-libs-b16b9e4656e7199c2aec74a4c8ebc7a875d3ba73.zip
massive reduction of unneeded files
Diffstat (limited to 'nx-X11/lib/fontenc')
-rw-r--r--nx-X11/lib/fontenc/Imakefile36
-rw-r--r--nx-X11/lib/fontenc/fontenc-def.cpp19
2 files changed, 0 insertions, 55 deletions
diff --git a/nx-X11/lib/fontenc/Imakefile b/nx-X11/lib/fontenc/Imakefile
deleted file mode 100644
index 2bdb0564a..000000000
--- a/nx-X11/lib/fontenc/Imakefile
+++ /dev/null
@@ -1,36 +0,0 @@
-XCOMM $XFree86: xc/lib/fontenc/Imakefile,v 1.8 2003/11/17 15:30:11 tsi Exp $
-
- INCLUDES = -I$(FONTINCSRC) -I$(FONTLIBSRC)/include -I$(FONTLIBSRC)/fontfile \
- -I$(INCLUDESRC)
-
-FONTENCDEFS = -DFONTENC_NO_LIBFONT \
- -DFONT_ENCODINGS_DIRECTORY=\"$(FONTDIR)/encodings/encodings.dir\"
-
- DEFINES = StrcasecmpDefines $(FONTENCDEFS)
-
- SRCS = fontenc.c encparse.c
- OBJS = fontenc.o encparse.o
-
- HEADERS = fontenc.h
-
-#define DoNormalLib NormalLibFontEnc
-#define DoSharedLib SharedLibFontEnc
-#define DoDebugLib DebugLibFontEnc
-#define DoProfileLib ProfileLibFontEnc
-#define LibName fontenc
-#define SoRev SOFONTENCREV
-#define IncSubdir X11
-#define IncSubSubdir fonts
-
-#ifdef SharedFontencReqs
- REQUIREDLIBS = SharedFontencReqs
-#endif
-
-#include <Library.tmpl>
-
-LinkSourceFile(fontenc.c,$(FONTLIBSRC)/fontfile)
-LinkSourceFile(encparse.c,$(FONTLIBSRC)/fontfile)
-LinkSourceFile(fontenc.h,$(FONTLIBSRC)/include)
-
-DependTarget()
-
diff --git a/nx-X11/lib/fontenc/fontenc-def.cpp b/nx-X11/lib/fontenc/fontenc-def.cpp
deleted file mode 100644
index 31743abb2..000000000
--- a/nx-X11/lib/fontenc/fontenc-def.cpp
+++ /dev/null
@@ -1,19 +0,0 @@
-/* $XFree86$ */
-LIBRARY fontenc
-VERSION LIBRARY_VERSION
-EXPORTS
- FontEncDirectory
- FontEncIdentify
- FontEncReallyLoad
- FontEncFind
- FontEncFromXLFD
- FontEncMapFind
- FontEncName
- FontEncRecode
- FontEncSimpleName
- FontEncSimpleRecode
- FontEncUndefinedName
- FontEncUndefinedRecode
- FontMapFind
- FontMapReverse
- FontMapReverseFree