]> CyberLeo.Net >> Repos - FreeBSD/releng/9.2.git/blob - contrib/groff/src/devices/grohtml/Makefile.sub
- Copy stable/9 to releng/9.2 as part of the 9.2-RELEASE cycle.
[FreeBSD/releng/9.2.git] / contrib / groff / src / devices / grohtml / Makefile.sub
1 PROG=post-grohtml$(EXEEXT)
2 MAN1=grohtml.n
3 XLIBS=$(LIBDRIVER) $(LIBGROFF)
4 MLIB=$(LIBM)
5 OBJS=\
6   post-html.$(OBJEXT) \
7   html-table.$(OBJEXT) \
8   html-text.$(OBJEXT) \
9   output.$(OBJEXT)
10 CCSRCS=\
11   $(srcdir)/post-html.cpp \
12   $(srcdir)/html-table.cpp \
13   $(srcdir)/html-text.cpp \
14   $(srcdir)/output.cpp
15 HDRS=\
16   $(srcdir)/html.h \
17   $(srcdir)/html-table.h \
18   $(srcdir)/html-text.h