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

24 lines
641 B
Makefile
Raw Normal View History

1995-01-15 08:30:25 +00:00
# Makefile for libgroff
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
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>