summaryrefslogtreecommitdiff
path: root/gnu/usr.bin/groff/libgroff/Makefile
blob: 3a80a590e30c4c39131876a6c3d151e80ab672c6 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#	$Id: Makefile,v 1.6 1993/10/05 21:39:25 pk Exp $

LIB=		groff
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

NOMAN=		noman
NOPROFILE=	noprofile	
NOPIC=		nopic

CLEANFILES+=	version.cc
version.cc: $(.CURDIR)/../VERSION
	@echo Making version.cc
	@echo const char \*version_string = \"`cat $(.CURDIR)/../VERSION`\"\; >$@

install:

.include "../Makefile.cfg"
.include <bsd.lib.mk>