* src/include/nonposix.h: Remove first line -- this file is used in C also.
[s-roff.git] / src / preproc / refer / Makefile.sub
blob1631b5e36e05ee5ba7277583032ac708aa86fe07
1 PROG=refer
2 MAN1=refer.n
3 XLIBS=$(LIBBIB) $(LIBGROFF)
4 MLIB=$(LIBM)
5 OBJS=\
6   command.o \
7   label.o \
8   ref.o \
9   refer.o \
10   token.o
11 CCSRCS=\
12   $(srcdir)/command.cc \
13   $(srcdir)/ref.cc \
14   $(srcdir)/refer.cc \
15   $(srcdir)/token.cc
16 HDRS=\
17   $(srcdir)/refer.h \
18   $(srcdir)/token.h \
19   $(srcdir)/command.h \
20   $(srcdir)/ref.h
21 GRAM=$(srcdir)/label.y
22 YTABC=$(srcdir)/label.cc
23 NAMEPREFIX=$(g)