Makefile.com (7c478bd9) Makefile.com (b6805bf7)
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.
8#

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

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
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.
8#

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

18# information: Portions Copyright [yyyy] [name of copyright owner]
19#
20# CDDL HEADER END
21#
22#
23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26# ident "%Z%%M% %I% %E% SMI"
27#
28# psm/stand/lib/names/sparcv9/Makefile.com
29#
30# SPARCv9 architecture Makefile for Standalone Library
31# Platform-specific, but shared between platforms.
32# Firmware dependent.
33#
34

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

79all install: $(LIBNAMES) .WAIT
80
81lint: $(LINTLIBNAMES)
82
83clean:
84 $(RM) $(OBJS) $(L_OBJS)
85
86clobber: clean
26#
27# psm/stand/lib/names/sparcv9/Makefile.com
28#
29# SPARCv9 architecture Makefile for Standalone Library
30# Platform-specific, but shared between platforms.
31# Firmware dependent.
32#
33

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

78all install: $(LIBNAMES) .WAIT
79
80lint: $(LINTLIBNAMES)
81
82clean:
83 $(RM) $(OBJS) $(L_OBJS)
84
85clobber: clean
87 $(RM) $(LIBNAMES) $(LINTLIBNAMES) a.out core
86 $(RM) $(LIBNAMES) $(LINTLIBNAMES)
88
89$(LIBNAMES): $(OBJSDIR) .WAIT $(OBJS)
90 $(BUILD.AR) $(OBJS)
91
92$(LINTLIBNAMES): $(OBJSDIR) .WAIT $(L_OBJS)
93 @$(ECHO) "\nlint library construction:" $@
94 @$(LINT.lib) -o names $(L_SRCS)
95

--- 21 unchanged lines hidden ---
87
88$(LIBNAMES): $(OBJSDIR) .WAIT $(OBJS)
89 $(BUILD.AR) $(OBJS)
90
91$(LINTLIBNAMES): $(OBJSDIR) .WAIT $(L_OBJS)
92 @$(ECHO) "\nlint library construction:" $@
93 @$(LINT.lib) -o names $(L_SRCS)
94

--- 21 unchanged lines hidden ---