blob: f70434865860e5020e9ce76f3d369339f1e54ed9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
XCOMM $XFree86: xc/lib/font/builtins/Imakefile,v 1.2 1999/11/19 14:59:08 hohndel Exp $
XCOMM
XCOMM
XCOMM $XConsortium: Imakefile /main/14 1996/11/03 19:58:41 kaleb $
#include <Server.tmpl>
INCLUDES = -I$(FONTINCSRC) -I../include -I$(SERVERSRC)/include
HEADERS =
SRCS = dir.c file.c fonts.c fpe.c render.c
OBJS = dir.o file.o fonts.o fpe.o render.o
SubdirLibraryRule($(OBJS))
NormalLibraryObjectRule()
NormalLintTarget($(SRCS))
DependTarget()
|