NetBSD/gnu/usr.bin/texinfo/common/Makefile
lukem 0ac69ffac4 - use NETBSDSRCDIR as appropriate
- makefile lint (moving NOxx to top of file,
  include <bsd.own.mk> as necessary, ...)
2002-09-19 03:09:31 +00:00

22 lines
422 B
Makefile

# $NetBSD: Makefile,v 1.8 2002/09/19 03:09:43 lukem Exp $
NOLINKLIB= # defined
NOLINT= # defined
NOPIC= # defined
NOPROFILE= # defined
LIB= common
SRCS+= substring.c xexit.c xmalloc.c xstrdup.c
CPPFLAGS+= -DGNULOCALEDIR=\"/usr/share/locale\" \
-DLOCALE_ALIAS_PATH=\"/usr/share/locale:.\"
.include <bsd.lib.mk>
.PATH: ${DIST}/texinfo/lib ${DIST}/texinfo/po
all: ${FILES}
.SUFFIXES: .gmo .mo
.gmo.mo:
@cp $< $@