Makefile (d29b2c4438482eb00488be49a1f5d6835f455546) Makefile (2722387f30847b828b57ba9ca59d2b47ee9244ec)
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

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#
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 (the "License").
6# You may not use this file except in compliance with the License.
7#
8# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE

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

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# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
22# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
23# Use is subject to license terms.
24#
25# ident "%Z%%M% %I% %E% SMI"
26#
27
28include $(SRC)/cmd/Makefile.cmd
29
30SUBDIRS-common= libconv \

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

50 librtld_db \
51 ldprof \
52 pvs \
53 crle \
54 ar \
55 dump \
56 elfdump \
57 elfedit \
23# Use is subject to license terms.
24#
25# ident "%Z%%M% %I% %E% SMI"
26#
27
28include $(SRC)/cmd/Makefile.cmd
29
30SUBDIRS-common= libconv \

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

50 librtld_db \
51 ldprof \
52 pvs \
53 crle \
54 ar \
55 dump \
56 elfdump \
57 elfedit \
58 elfwrap \
58 error \
59 gprof \
60 lari \
61 lex \
62 lorder \
63 m4 \
64 mcs \
65 moe \

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

83 tsort yacc
84POFILE= sgs.po
85POFILES= $(POSUBDIRS:%=%/%.po)
86
87MSGSUBDIRS= ld ldd libld liblddbg \
88 libldstab librtld rtld libelf \
89 ldprof libcrle pvs elfdump \
90 elfedit crle moe lari \
59 error \
60 gprof \
61 lari \
62 lex \
63 lorder \
64 m4 \
65 mcs \
66 moe \

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

84 tsort yacc
85POFILE= sgs.po
86POFILES= $(POSUBDIRS:%=%/%.po)
87
88MSGSUBDIRS= ld ldd libld liblddbg \
89 libldstab librtld rtld libelf \
90 ldprof libcrle pvs elfdump \
91 elfedit crle moe lari \
91 librtld_db
92 librtld_db elfwrap
92
93MSGDIR= messages
94
95
96all := TARGET= all
97install := TARGET= install
98clean := TARGET= clean
99clobber := TARGET= clobber

--- 99 unchanged lines hidden ---
93
94MSGDIR= messages
95
96
97all := TARGET= all
98install := TARGET= install
99clean := TARGET= clean
100clobber := TARGET= clobber

--- 99 unchanged lines hidden ---