Cross Reference: /illumos-gate/usr/src/cmd/picl/plugins/sun4u/schumacher/frudata/Makefile
Makefile revision 24fe0b3bf671e123467ce1df0b67cadd3614c8e4
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
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
286N/A#
286N/A# CDDL HEADER START
286N/A#
286N/A# The contents of this file are subject to the terms of the
286N/A# Common Development and Distribution License (the "License").
286N/A# You may not use this file except in compliance with the License.
286N/A#
286N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
286N/A# or http://www.opensolaris.org/os/licensing.
286N/A# See the License for the specific language governing permissions
286N/A# and limitations under the License.
286N/A#
286N/A# When distributing Covered Code, include this CDDL HEADER in each
286N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
286N/A# If applicable, add the following below this CDDL HEADER, with the
286N/A# fields enclosed by brackets "[]" replaced with your own identifying
286N/A# information: Portions Copyright [yyyy] [name of copyright owner]
286N/A#
286N/A# CDDL HEADER END
286N/A#
286N/A#
286N/A# Copyright 2009 Sun Microsystems, Inc. All rights reserved.
286N/A# Use is subject to license terms.
286N/A#
286N/A# lib/picl/plugins/sun4u/schumacher/frudata/Makefile
286N/A#
286N/Ainclude $(SRC)/Makefile.psm
286N/A
286N/A# include library definitions
286N/Ainclude $(SRC)/lib/Makefile.lib
286N/A
286N/AROOT_PLATFORM = $(USR_PLAT_DIR)/SUNW,Netra-CP3010
286N/A
286N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.com
286N/A
286N/AROOTLIBDIR = $(ROOT_PLAT_PLUGINDIR)
286N/A
286N/ACONF= libpiclfrudata.conf
286N/AROOTCONF= $(CONF:%=$(ROOTLIBDIR)/%)
286N/A$(ROOTCONF) := FILEMODE = 0644
286N/A
286N/AROOTLINTDIR = $(ROOTLIBDIR)
286N/A
286N/A.KEEP_STATE:
286N/A
286N/ASUBDIRS=
286N/A
286N/Aall := TARGET= all
286N/Ainstall := TARGET= install
286N/Aclean := TARGET= clean
286N/Aclobber := TARGET= clobber
286N/Alint := TARGET= lint
286N/A
286N/Aall: $(CONF)
286N/A
286N/Ainstall: $(ROOTLIBDIR) $(ROOTCONF)
286N/A
286N/A# include library targets
286N/Ainclude $(SRC)/lib/Makefile.targ
286N/Ainclude $(SRC)/cmd/picl/plugins/Makefile.targ
286N/A
286N/A$(ROOTLINTDIR)/%: ../%
286N/A $(INS.file)
286N/A
286N/Alint:
286N/A
286N/A$(SUBDIRS): FRC
286N/A @cd $@; pwd; $(MAKE) $(TARGET)
286N/A
286N/AFRC:
286N/A