386BSD 0.0 development
[unix-history] / usr / src / usr.bin / groff / libXdvi / Imakefile.mit
CommitLineData
d5823df2
WJ
1 INCLUDES = -I. -I$(TOOLKITSRC) -I$(TOP) -I$(TOP)/X11
2 LINTLIBS = $(LINTXLIB) $(LINTXTOOL)
3#ifdef RtArchitecture
4 CC = pcc
5#endif
6
7SRCS = \
8 Dvi.c \
9 draw.c \
10 font.c \
11 lex.c \
12 page.c \
13 parse.c \
14 XFontName.c \
15 DviChar.c
16
17OBJS = \
18 Dvi.o \
19 draw.o \
20 font.o \
21 lex.o \
22 page.o \
23 parse.o \
24 XFontName.o \
25 DviChar.o
26
27NormalLibraryObjectRule()
28
29NormalLibraryTarget(Xdvi,$(OBJS))
30LintLibraryTarget(Xdvi,$(SRCS))
31
32DependTarget()
33
34NormalLintTarget($(SRCS))