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

29 lines
463 B
Makefile
Executable File

#
#ident "@(#)Makefile.cmd.bsm 1.5 93/09/13 SMI;"
#
# Copyright (c) 1992 by Sun Microsystems, Inc.
#
# Definitions common to BSM command source
#
# Before including this file you must set the PROG variable
# and include Makefile.cmd
#
all:
install: all $(ROOTUSRSBINPROG)
# Rules for internationalization
PO= $(TEXT_DOMAIN).po
po: $(PO)
$(PO): $(POS)
cat $(POS) > $@
%.po: %.c
xgettext -c TRANSLATION_NOTE -d $(TEXT_DOMAIN) $<
mv $(TEXT_DOMAIN).po $@