XCOMM Id: Imakefile,v 1.2 1999/01/31 13:02:46 akiyama Exp $ XCOMM $XFree86: xc/lib/font/fontcache/Imakefile,v 1.3 2001/08/18 11:55:50 tsi Exp $ #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()