Makefile (cd61ae21) Makefile (85f4cb87)
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#

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

23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26
27CRTSRCS= ../../crt/sparc
28
29include ../Makefile.com
30
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#

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

23# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
24# Use is subject to license terms.
25#
26
27CRTSRCS= ../../crt/sparc
28
29include ../Makefile.com
30
31BUILD.SO= $(LD) -o $@ -G $(DYNFLAGS) $(PICS) $(LDLIBS)
31BUILD.SO= $(LD) -o $@ $(GSHARED) $(DYNFLAGS) $(PICS) $(LDLIBS)
32
33install: all $(ROOTLIBDIR) .WAIT $(ROOTLIBS) $(ROOTLINKS) \
34 $(ROOTCOMPATLINKS)
32
33install: all $(ROOTLIBDIR) .WAIT $(ROOTLIBS) $(ROOTLINKS) \
34 $(ROOTCOMPATLINKS)