1993-03-21 12:45:37 +03:00
|
|
|
# @(#)Makefile 6.1 (Berkeley) 3/3/91
|
|
|
|
|
|
|
|
.include "../Makefile.g++"
|
|
|
|
.include "../../Makefile.inc"
|
|
|
|
|
|
|
|
PROG= tbl
|
|
|
|
SRCS= main.cc table.cc
|
|
|
|
LDADD+= $(.CURDIR)/../libgroff/obj/libgroff.a
|
|
|
|
# Delete the -Ig++-include after we fix libg++ and install it
|
1993-06-17 07:52:28 +04:00
|
|
|
CXXFLAGS+= -I$(.CURDIR) -I$(.CURDIR)/../libgroff \
|
1993-03-21 12:45:37 +03:00
|
|
|
-I$(.CURDIR)/../../../lib/libg++/g++-include
|
|
|
|
|
|
|
|
.include <bsd.prog.mk>
|