Cross Reference: /illumos-gate/usr/src/cmd/mdb/sparc/v7/svc.configd/Makefile
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
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# CDDL HEADER START
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# The contents of this file are subject to the terms of the
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# Common Development and Distribution License, Version 1.0 only
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# (the "License"). You may not use this file except in compliance
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# with the License.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# or http://www.opensolaris.org/os/licensing.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# See the License for the specific language governing permissions
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# and limitations under the License.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# When distributing Covered Code, include this CDDL HEADER in each
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# If applicable, add the following below this CDDL HEADER, with the
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# fields enclosed by brackets "[]" replaced with your own identifying
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# information: Portions Copyright [yyyy] [name of copyright owner]
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# CDDL HEADER END
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt# Use is subject to license terms.
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#
943e986932fa226a74f0366cc19011abfba3d246Lori Alt#ident "%Z%%M% %I% %E% SMI"
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori AltMODULE = svc.configd.so
943e986932fa226a74f0366cc19011abfba3d246Lori AltMDBTGT = proc
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori AltMODSRCS_DIR = ../../../common/modules/svc.configd
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori AltMODSRCS = configd.c
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Altinclude ../../../../Makefile.cmd
943e986932fa226a74f0366cc19011abfba3d246Lori Altinclude ../../Makefile.sparcv7
943e986932fa226a74f0366cc19011abfba3d246Lori Altinclude ../../../Makefile.module
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori AltCPPFLAGS += -I$(SRC)/cmd/svc/configd -I$(SRC)/cmd/svc/common -I$(SRC)/common/svc
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
943e986932fa226a74f0366cc19011abfba3d246Lori Alt%.o: $(MODSRCS_DIR)/%.c
943e986932fa226a74f0366cc19011abfba3d246Lori Alt $(COMPILE.c) $<
943e986932fa226a74f0366cc19011abfba3d246Lori Alt $(CTFCONVERT_O)
943e986932fa226a74f0366cc19011abfba3d246Lori Alt
%.ln: $(MODSRCS_DIR)/%.c
$(LINT.c) -c $<