repo.or.cz
/
netbsd-mini2440.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Don't use .Xo/.Xc. Fix date format.
[netbsd-mini2440.git]
/
gnu
/
usr.bin
/
groff
/
libXdvi
/
Imakefile.mit
blob
72379645a6007ff902ceb729566975b3f2e65e59
1
INCLUDES = -I. -I$(TOOLKITSRC) -I$(TOP) -I$(TOP)/X11
2
LINTLIBS = $(LINTXLIB) $(LINTXTOOL)
3
#ifdef RtArchitecture
4
CC = pcc
5
#endif
6
7
SRCS = \
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
17
OBJS = \
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
27
NormalLibraryObjectRule()
28
29
NormalLibraryTarget(Xdvi,$(OBJS))
30
LintLibraryTarget(Xdvi,$(SRCS))
31
32
DependTarget()
33
34
NormalLintTarget($(SRCS))