tools: remove sparc-only chk4ubin, stabs, & tokenize
[unleashed.git] / usr / src / cmd / sgs / Makefile.targ
blobffd8e3f69ad44e186a8ebd67cb666599bb2fdcbd
2 # CDDL HEADER START
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.
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.
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]
19 # CDDL HEADER END
23 # Copyright (c) 1998, 2010, Oracle and/or its affiliates. All rights reserved.
24 # Copyright 2016 RackTop Systems.
27 # Standard install rules
28 # The VAR_SGSBIN and VAR_SGSBIN64 install rules included here are applicable
29 # to Solaris 10 and earlier releases. For post Solaris 10 releases, the 
30 # standard ROOTBIN and ROOTBIN64 rules defined in ../Makefile.cmd are used.
31 # The new rules here are included to allow for easier backporting.
33 $(VAR_SGSBIN)/%: %
34         $(INS.file)
36 $(VAR_SGSBIN64)/%: %
37         $(INS.file)
39 $(ROOTFS_LIBDIR)/$(LIBLINKS): $(ROOTFS_LIBDIR)/$(LIBLINKS)$(VERS)
40         $(INS.liblink)
42 $(ROOTFS_LIBDIR64)/$(LIBLINKS): $(ROOTFS_LIBDIR64)/$(LIBLINKS)$(VERS)
43         $(INS.liblink64)
45 $(ROOTFS_LIBDIR)/$(LIBLINKSCCC): $(ROOTFS_LIBDIR)/$(LIBLINKSCCC)$(VERS)
46         $(INS.liblinkccc)
48 $(ROOTFS_LIBDIR64)/$(LIBLINKSCCC): $(ROOTFS_LIBDIR64)/$(LIBLINKSCCC)$(VERS)
49         $(INS.liblinkccc64)
52 # For those that install into the SGSPROTO directory.
54 $(SGSPROTO):
55         $(INS.dir)
57 $(SGSBINDIR): $(SGSPROTO)
58         $(INS.dir)
60 $(SGSPREFIX): $(SGSPROTO)
61         $(INS.dir)
63 $(SGSLIBDIR): $(SGSPREFIX)
64         $(INS.dir)
66 FRC: