summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src/devices/grohtml/Makefile.sub
blob: 10f28ce1dc27ffe4169e06c21865e454743e68e3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
PROG=post-grohtml
MAN1=grohtml.n
XLIBS=$(LIBDRIVER) $(LIBGROFF)
MLIB=$(LIBM)
OBJS=\
  post-html.o \
  html-text.o \
  output.o
CCSRCS=\
  $(srcdir)/post-html.cc \
  $(srcdir)/html-text.cc \
  $(srcdir)/output.cc
HDRS=\
  $(srcdir)/html.h \
  $(srcdir)/html-text.h
OpenPOWER on IntegriCloud