From f4092abdf94af6a99aff944d6264bc1284e8bdd4 Mon Sep 17 00:00:00 2001 From: Reinhard Tartler Date: Mon, 10 Oct 2011 17:43:39 +0200 Subject: Imported nx-X11-3.1.0-1.tar.gz Summary: Imported nx-X11-3.1.0-1.tar.gz Keywords: Imported nx-X11-3.1.0-1.tar.gz into Git repository --- nx-X11/lib/fontenc/Imakefile | 36 ++++++++++++++++++++++++++++++++++++ nx-X11/lib/fontenc/fontenc-def.cpp | 19 +++++++++++++++++++ 2 files changed, 55 insertions(+) create mode 100644 nx-X11/lib/fontenc/Imakefile create mode 100644 nx-X11/lib/fontenc/fontenc-def.cpp (limited to 'nx-X11/lib/fontenc') diff --git a/nx-X11/lib/fontenc/Imakefile b/nx-X11/lib/fontenc/Imakefile new file mode 100644 index 000000000..2bdb0564a --- /dev/null +++ b/nx-X11/lib/fontenc/Imakefile @@ -0,0 +1,36 @@ +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 + +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 new file mode 100644 index 000000000..31743abb2 --- /dev/null +++ b/nx-X11/lib/fontenc/fontenc-def.cpp @@ -0,0 +1,19 @@ +/* $XFree86$ */ +LIBRARY fontenc +VERSION LIBRARY_VERSION +EXPORTS + FontEncDirectory + FontEncIdentify + FontEncReallyLoad + FontEncFind + FontEncFromXLFD + FontEncMapFind + FontEncName + FontEncRecode + FontEncSimpleName + FontEncSimpleRecode + FontEncUndefinedName + FontEncUndefinedRecode + FontMapFind + FontMapReverse + FontMapReverseFree -- cgit v1.2.3