aboutsummaryrefslogtreecommitdiff
path: root/contrib/groff/src/preproc/tbl/Makefile.sub
blob: 8decd3103a55b6dbe717babac15d54d0969dddd7 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
PROG=tbl$(EXEEXT)
MAN1=tbl.n
XLIBS=$(LIBGROFF)
OBJS=\
  main.$(OBJEXT) \
  table.$(OBJEXT)
CCSRCS=\
  $(srcdir)/main.cpp \
  $(srcdir)/table.cpp
HDRS=\
  $(srcdir)/table.h
NAMEPREFIX=$(g)