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

26 lines
720 B
Makefile
Raw Normal View History

1997-10-25 14:10:19 +04:00
# $NetBSD: Makefile,v 1.11 1997/10/25 10:12:09 lukem Exp $
1993-03-21 12:45:37 +03:00
LIB= groff
1993-07-15 20:34:49 +04:00
SRCS= assert.cc change_lf.cc cmap.cc cset.cc device.cc errarg.cc\
error.cc fatal.cc filename.cc font.cc fontfile.cc lf.cc\
lineno.cc macropath.cc nametoindex.cc new.cc prime.cc\
progname.cc ptable.cc searchpath.cc string.cc strsave.cc\
tmpfile.cc illegal.cc version.cc
SRCS+= iftoa.c itoa.c matherr.c
1997-10-25 14:10:19 +04:00
CPPFLAGS+= -I$(.CURDIR)/../include
1993-07-15 20:34:49 +04:00
1993-03-21 12:45:37 +03:00
NOMAN= noman
1993-07-15 20:34:49 +04:00
NOPROFILE= noprofile
1993-10-06 00:39:08 +03:00
NOPIC= nopic
1993-07-15 20:34:49 +04:00
CLEANFILES+= version.cc
version.cc: $(.CURDIR)/../VERSION
@echo Making version.cc
@echo const char \*version_string = \"`cat $(.CURDIR)/../VERSION`\"\; >$@
1993-03-21 12:45:37 +03:00
# only needed during build
libinstall::
1993-07-15 20:34:49 +04:00
.include "../Makefile.cfg"
.include <bsd.lib.mk>