Cross Reference: /illumos-gate/usr/src/cmd/rcap/Makefile.subdirs
Makefile.subdirs revision 7c478bd95313f5f23a4c958a745db2134aa03244
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
842ae4bd224140319ae7feec1872b93dfd491143fielding#
842ae4bd224140319ae7feec1872b93dfd491143fielding# CDDL HEADER START
842ae4bd224140319ae7feec1872b93dfd491143fielding#
842ae4bd224140319ae7feec1872b93dfd491143fielding# The contents of this file are subject to the terms of the
842ae4bd224140319ae7feec1872b93dfd491143fielding# Common Development and Distribution License, Version 1.0 only
842ae4bd224140319ae7feec1872b93dfd491143fielding# (the "License"). You may not use this file except in compliance
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# with the License.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd#
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# or http://www.opensolaris.org/os/licensing.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# See the License for the specific language governing permissions
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# and limitations under the License.
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd#
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd# When distributing Covered Code, include this CDDL HEADER in each
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# If applicable, add the following below this CDDL HEADER, with the
0f081398cf0eef8cc7c66a535d450110a92dc8aefielding# fields enclosed by brackets "[]" replaced with your own identifying
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd# information: Portions Copyright [yyyy] [name of copyright owner]
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd#
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd# CDDL HEADER END
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd#
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd#
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd# Use is subject to license terms.
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd#
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd#ident "%Z%%M% %I% %E% SMI"
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd.KEEP_STATE:
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffndall := TARGET = all
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffndclean := TARGET = clean
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffndclobber := TARGET = clobber
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffndinstall := TARGET = install
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffndlint := TARGET = lint
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd_msg := TARGET = _msg
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffndall clean clobber install lint: $(SUBDIRS)
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd_msg: $(MSGSUBDIRS)
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd$(SUBDIRS): FRC
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd @cd $@; pwd; VERSION='$(VERSION)' $(MAKE) $(TARGET)
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffnd
2c3d2dbd349611a7ca533df1f883aaf6d96fa2ffndFRC:
ce9621257ef9e54c1bbe5ad8a5f445a1f211c2dcnd