blob: 1c8526d6c1a4e8d6052444194853d630a36abe57 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
XCOMM Id: Imakefile,v 1.2 1999/01/31 13:02:46 akiyama Exp $
XCOMM $XFree86$
#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()
|