Makefile.com (7c478bd9) Makefile.com (d29b2c44)
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
1#
2# CDDL HEADER START
3#
4# The contents of this file are subject to the terms of the
5# Common Development and Distribution License, Version 1.0 only
6# (the "License"). You may not use this file except in compliance
7# with the License.
5# Common Development and Distribution License (the "License").
6# You may not use this file except in compliance with the License.
8#
9# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
10# or http://www.opensolaris.org/os/licensing.
11# See the License for the specific language governing permissions
12# and limitations under the License.
13#
14# When distributing Covered Code, include this CDDL HEADER in each
15# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
16# If applicable, add the following below this CDDL HEADER, with the
17# fields enclosed by brackets "[]" replaced with your own identifying
18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# ident "%Z%%M% %I% %E% SMI"
24#
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
9# or http://www.opensolaris.org/os/licensing.
10# See the License for the specific language governing permissions
11# and limitations under the License.
12#
13# When distributing Covered Code, include this CDDL HEADER in each
14# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
15# If applicable, add the following below this CDDL HEADER, with the
16# fields enclosed by brackets "[]" replaced with your own identifying
17# information: Portions Copyright [yyyy] [name of copyright owner]
18#
19# CDDL HEADER END
20#
21#
22# ident "%Z%%M% %I% %E% SMI"
23#
25# Copyright 2000,2003 Sun Microsystems, Inc. All rights reserved.
24# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
26# Use is subject to license terms.
27#
28# cmd/sgs/messages/Makefile.com
29
30include $(SRC)/Makefile.master
31include $(SRC)/cmd/sgs/Makefile.com
32
33

--- 7 unchanged lines hidden (view full) ---

41
42# The following message files are generated as part of each utilites build via
43# sgsmsg(1l). By default each file is formatted as a portable object file
44# (.po) - see msgfmt(1). If the sgsmsg -C option has been employed, each file
45# is formatted as a message text source file (.msg) - see gencat(1).
46
47POFILES= ld ldd libld liblddbg \
48 libldstab librtld rtld libelf \
25# Use is subject to license terms.
26#
27# cmd/sgs/messages/Makefile.com
28
29include $(SRC)/Makefile.master
30include $(SRC)/cmd/sgs/Makefile.com
31
32

--- 7 unchanged lines hidden (view full) ---

40
41# The following message files are generated as part of each utilites build via
42# sgsmsg(1l). By default each file is formatted as a portable object file
43# (.po) - see msgfmt(1). If the sgsmsg -C option has been employed, each file
44# is formatted as a message text source file (.msg) - see gencat(1).
45
46POFILES= ld ldd libld liblddbg \
47 libldstab librtld rtld libelf \
49 ldprof libcrle crle pvs \
50 elfdump lari
48 ldprof libcrle crle moe \
49 pvs elfdump elfedit lari
51
50
51# These message files are generated as a side effect of generating the
52# elfedit messages. Otherwise they are the same thing as POFILES
53POFILES_ELFEDIT_MODULES = \
54 elfedit_cap elfedit_dyn elfedit_ehdr elfedit_phdr \
55 elfedit_shdr elfedit_sym elfedit_syminfo lari
52
56
57
53# Define a local version of the message catalog. Test using: LANG=piglatin
54
55MSGDIR= $(ROOT)/usr/lib/locale/piglatin/LC_MESSAGES
56TEST_MSGID= test-msgid.po
57TEST_MSGSTR= test-msgstr.po
58TEST_POFILE= test-msg.po
59TEST_MOFILE= $(TEXT_DOMAIN).mo
60
61
62CLEANFILES= $(POFILE) $(TEST_MSGID) $(TEST_MSGSTR) $(TEST_POFILE) \
63 $(TEST_MOFILE)
58# Define a local version of the message catalog. Test using: LANG=piglatin
59
60MSGDIR= $(ROOT)/usr/lib/locale/piglatin/LC_MESSAGES
61TEST_MSGID= test-msgid.po
62TEST_MSGSTR= test-msgstr.po
63TEST_POFILE= test-msg.po
64TEST_MOFILE= $(TEXT_DOMAIN).mo
65
66
67CLEANFILES= $(POFILE) $(TEST_MSGID) $(TEST_MSGSTR) $(TEST_POFILE) \
68 $(TEST_MOFILE)
64CLOBBERFILES= $(POFILES)
69CLOBBERFILES= $(POFILES) $(POFILES_ELFEDIT_MODULES)