Makefile.ucbcmd (24da5b34f49324ed742a340010ed5bd3d4e06625) Makefile.ucbcmd (bea83d026ee1bd1b2a2419e1d0232f107a5d7d9b)
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

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

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#
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

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

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#
23# Copyright 2007 Sun Microsystems, Inc. All rights reserved.
23# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26# ident "%Z%%M% %I% %E% SMI"
27#
28# ucbcmd/Makefile.ucbcmd
29#
30# Definitions common to ucb command source.
31#

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

65LDLIBS = $(LDLIBS.cmd)
66
67LDFLAGS.cmd = \
68 $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \
69 $(MAPFILE.NES:%=-M%) $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%)
70
71LDFLAGS = $(LDFLAGS.cmd)
72
24# Use is subject to license terms.
25#
26# ident "%Z%%M% %I% %E% SMI"
27#
28# ucbcmd/Makefile.ucbcmd
29#
30# Definitions common to ucb command source.
31#

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

65LDLIBS = $(LDLIBS.cmd)
66
67LDFLAGS.cmd = \
68 $(ENVLDFLAGS1) $(ENVLDFLAGS2) $(ENVLDFLAGS3) \
69 $(MAPFILE.NES:%=-M%) $(MAPFILE.PGA:%=-M%) $(MAPFILE.NED:%=-M%)
70
71LDFLAGS = $(LDFLAGS.cmd)
72
73SETRUNPATH= LD_RUN_PATH=/usr/ucblib
74
75$(ROOTBIN)/%: %
76 $(INS.file)
77
78$(ROOTLIB)/%: %
79 $(INS.file)
80
81$(ROOT4LIB)/%: %
82 $(INS.file)

--- 12 unchanged lines hidden ---
73$(ROOTBIN)/%: %
74 $(INS.file)
75
76$(ROOTLIB)/%: %
77 $(INS.file)
78
79$(ROOT4LIB)/%: %
80 $(INS.file)

--- 12 unchanged lines hidden ---