diff options
Diffstat (limited to 'xc/lib/font/fontcache/Imakefile')
-rw-r--r-- | xc/lib/font/fontcache/Imakefile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/xc/lib/font/fontcache/Imakefile b/xc/lib/font/fontcache/Imakefile new file mode 100644 index 000000000..d840fe597 --- /dev/null +++ b/xc/lib/font/fontcache/Imakefile @@ -0,0 +1,24 @@ +XCOMM $Id: Imakefile,v 1.1.1.1 2000/02/22 15:40:33 kem Exp $ +#include <Server.tmpl> + +#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 <Library.tmpl> +LibraryObjectRule() + +SpecialCLibObjectRule(fontcache,$(ICONFIGFILES),$(FONTCACHE_DEFINES)) + +SubdirLibraryRule($(OBJS)) +NormalLintTarget($(SRCS)) + +DependTarget() |