Files
Arquivotheca.Solaris-2.5/cmd/write/Makefile
seta75D 7c4988eac0 Init
2021-10-11 19:38:01 -03:00

42 lines
573 B
Makefile
Executable File

#
#ident "@(#)Makefile 1.9 94/12/20 SMI"
#
# Copyright (c) 1994 by Sun Microsystems, Inc.
# All rights reserved.
#
# cmd/write/Makefile
PROG= write
include ../Makefile.cmd
SED= sed
DCFILE= $(PROG).dc
FILEMODE = 02555
OWNER = bin
GROUP = tty
XGETFLAGS += -a -x write.xcl
.KEEP_STATE:
CFLAGS += -v
LDLIBS += -lw -lintl
all: $(PROG)
install: all $(ROOTPROG)
clean:
lint: lint_PROG
$(DCFILE):
$(RM) messages.po
$(COMPILE.cpp) $(PROG).c | \
$(XGETTEXT) -c TRANSLATION_NOTE -t -
$(SED) -e '/^domain/d' messages.po > $@
$(RM) messages.po
include ../Makefile.targ