18 lines
482 B
Plaintext
18 lines
482 B
Plaintext
XCOMM $XFree86: xc/lib/font/builtins/Imakefile,v 1.3 2001/11/03 23:03:00 dawes 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()
|