1993-03-21 21:04:42 +03:00
|
|
|
# @(#)Makefile 6.1 (Berkeley) 3/3/91
|
|
|
|
|
|
|
|
.include "../Makefile.g++"
|
|
|
|
|
|
|
|
PROG= grotty
|
|
|
|
SRCS= grotty.cc
|
|
|
|
LDADD+= $(.CURDIR)/../libdriver/obj/libdriver.a \
|
1993-04-19 04:28:50 +04:00
|
|
|
$(.CURDIR)/../libgroff/obj/libgroff.a -lm
|
1993-03-21 21:04:42 +03:00
|
|
|
# Nuke -Ig++-include when we finally install libg++.
|
1993-06-17 07:52:28 +04:00
|
|
|
CXXFLAGS+= -I$(.CURDIR)/../libdriver -I$(.CURDIR)/../libgroff \
|
1993-03-21 21:04:42 +03:00
|
|
|
-I$(.CURDIR)/../../../lib/libg++/g++-include
|
|
|
|
|
|
|
|
afterinstall:
|
|
|
|
echo install macros and devices
|
|
|
|
|
|
|
|
.include "../../Makefile.inc"
|
|
|
|
.include <bsd.prog.mk>
|