summaryrefslogtreecommitdiff
path: root/xc/lib/font/fontfile/Imakefile
blob: 474c8a4fc9ad9930513c459e99fdf478a37ae667 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
XCOMM $XConsortium: Imakefile,v 1.10 93/09/04 19:45:02 rws Exp $
#include <Server.tmpl>

        INCLUDES = -I$(FONTINCSRC) -I../include -I$(SERVERSRC)/include
         HEADERS = 
#ifdef FontFormatDefines
     FORMAT_DEFS = FontFormatDefines
#endif
            SRCS = dirfile.c fontdir.c fontfile.c fileio.c fontscale.c \
	    	   defaults.c bitsource.c register.c renderers.c \
		   bufio.c decompress.c filewr.c
            OBJS = dirfile.o fontdir.o fontfile.o fileio.o fontscale.o \
	    	   defaults.o bitsource.o register.o renderers.o \
		   bufio.o decompress.o filewr.o

SubdirLibraryRule($(OBJS))
NormalLibraryObjectRule()
NormalLintTarget($(SRCS))

DependTarget()