NetBSD/gnu/usr.bin/groff/pic/Makefile

16 lines
463 B
Makefile
Raw Normal View History

1993-03-21 12:45:37 +03:00
# @(#)Makefile 6.1 (Berkeley) 3/3/91
.include "../Makefile.g++"
.include "../../Makefile.inc"
PROG= pic
SRCS= common.cc main.cc object.cc output.cc \
pic.y key.cc lex.cc tex.cc troff.cc
1993-04-19 04:28:50 +04:00
LDADD+= $(.CURDIR)/../libgroff/obj/libgroff.a -lm
1993-03-21 12:45:37 +03:00
# Delete the -Ig++-include after we fix libg++ and install it
1993-06-17 07:52:28 +04:00
CXXFLAGS+= -I. -I$(.CURDIR) -I$(.CURDIR)/../libgroff \
1993-03-21 12:45:37 +03:00
-I$(.CURDIR)/../../../lib/libg++/g++-include
CLEANFILES+= pic.tab.h
.include <bsd.prog.mk>