summaryrefslogtreecommitdiff
path: root/external/gpl2/groff/dist/src/devices/grohtml/Makefile.sub
blob: ad673cf54f26702cb3a7f70499727c5f22559a93 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
PROG=post-grohtml$(EXEEXT)
MAN1=grohtml.n
XLIBS=$(LIBDRIVER) $(LIBGROFF)
MLIB=$(LIBM)
OBJS=\
  post-html.$(OBJEXT) \
  html-table.$(OBJEXT) \
  html-text.$(OBJEXT) \
  output.$(OBJEXT)
CCSRCS=\
  $(srcdir)/post-html.cpp \
  $(srcdir)/html-table.cpp \
  $(srcdir)/html-text.cpp \
  $(srcdir)/output.cpp
HDRS=\
  $(srcdir)/html.h \
  $(srcdir)/html-table.h \
  $(srcdir)/html-text.h