summaryrefslogtreecommitdiff
path: root/src/devices/grohtml/Makefile.sub
blob: 2c3a55a5d40e0c867b44aca3a6c10acfc8582fc9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
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-chars.h \
  $(srcdir)/html-text.h