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

24 lines
670 B
Makefile
Raw Normal View History

# $Id: Makefile,v 1.5 1993/08/02 17:44:00 mycroft 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
CFLAGS+= -I$(.CURDIR)/../include
1993-03-21 12:45:37 +03:00
NOMAN= noman
1993-07-15 20:34:49 +04:00
NOPROFILE= noprofile
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
install:
1993-07-15 20:34:49 +04:00
.include "../Makefile.cfg"
.include <bsd.lib.mk>