summaryrefslogtreecommitdiffstats
path: root/contrib/groff/src/preproc/tbl/Makefile.sub
blob: 224baffcf32978edccd1aff46eaa6781d9db3ead (plain)
1
2
3
4
5
6
7
8
9
10
11
12
PROG=tbl
MAN1=tbl.n
XLIBS=$(LIBGROFF)
OBJS=\
  main.o \
  table.o
CCSRCS=\
  $(srcdir)/main.cc \
  $(srcdir)/table.cc
HDRS=\
  $(srcdir)/table.h
NAMEPREFIX=$(g)
OpenPOWER on IntegriCloud