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/font/fontcache/Imakefile | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 nx-X11/lib/font/fontcache/Imakefile (limited to 'nx-X11/lib/font/fontcache/Imakefile') diff --git a/nx-X11/lib/font/fontcache/Imakefile b/nx-X11/lib/font/fontcache/Imakefile new file mode 100644 index 000000000..1c8526d6c --- /dev/null +++ b/nx-X11/lib/font/fontcache/Imakefile @@ -0,0 +1,29 @@ +XCOMM Id: Imakefile,v 1.2 1999/01/31 13:02:46 akiyama Exp $ + + + +XCOMM $XFree86$ + +#include + +#if BuildFontCache +FONTCACHE_DEFINES = FontCacheExtensionDefines +#endif + INCLUDES = -I. -I$(FONTINCSRC) -I../include + HEADERS = + SRCS = fontcache.c + OBJS = fontcache.o + +#define DoNormalLib NormalLibFont +#define DoSharedLib SharedLibFont +#define DoDebugLib DebugLibFont +#define DoProfileLib ProfileLibFont +#include +LibraryObjectRule() + +SpecialCLibObjectRule(fontcache,$(ICONFIGFILES),$(FONTCACHE_DEFINES)) + +SubdirLibraryRule($(OBJS)) +NormalLintTarget($(SRCS)) + +DependTarget() -- cgit v1.2.3