Makefile revision fcf3ce441efd61da9bb2884968af01cb7c1452cc
116N/A# CDDL HEADER START
116N/A#
116N/A# The contents of this file are subject to the terms of the
116N/A# Common Development and Distribution License (the "License").
116N/A# You may not use this file except in compliance with the License.
116N/A#
116N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
116N/A# or http://www.opensolaris.org/os/licensing.
116N/A# See the License for the specific language governing permissions
116N/A# and limitations under the License.
116N/A#
116N/A# When distributing Covered Code, include this CDDL HEADER in each
116N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
116N/A# If applicable, add the following below this CDDL HEADER, with the
116N/A# fields enclosed by brackets "[]" replaced with your own identifying
116N/A# information: Portions Copyright [yyyy] [name of copyright owner]
116N/A#
116N/A# CDDL HEADER END
116N/A#
116N/A#
116N/A# Copyright 2008 Sun Microsystems, Inc. All rights reserved.
116N/A# Use is subject to license terms.
3661N/A#
116N/A
116N/A.KEEP_STATE:
116N/A
116N/APROG = dscfg
1273N/ASHFILES = dscfgadm
1270N/ACLOBBERFILES = $(SHFILES)
618N/A
1273N/Ainclude ../../Makefile.cmd
1273N/Ainclude ../Makefile.com
116N/A
844N/A
1270N/ALPROG = $(PROG:%=%.li)
116N/A
1273N/ASUBDIRS= etc
116N/A
3661N/AOBJS= dscfg.o
3661N/A
116N/ACFLAGS += -v -D_SYSCALL32
116N/ALDLIBS += -ldscfg -lunistat
116N/ALINTFLAGS += -Xa -n -s -x -m -u -Dlint -errhdr=%user -D_SYSCALL32
116N/ALINTFLAGS += -erroff=E_NOP_ELSE_STMT -erroff=E_FUNC_SET_NOT_USED
116N/ALINTFLAGS += -erroff=E_BAD_FORMAT_ARG_TYPE2
116N/ALINTFLAGS += -erroff=E_FUNC_RET_MAYBE_IGNORED2
116N/ALINTFLAGS += -erroff=E_FUNC_RET_ALWAYS_IGNOR2
116N/ALINTDIR = $(KBASE)/lintdir
116N/ALFILE = $(LINTDIR)/dscfg.ln
116N/A
116N/Aall := TARGET= all
116N/Ainstall := TARGET= install
1270N/Aclean := TARGET= clean
116N/Aclobber := TARGET= clobber
116N/Alint := TARGET= lint
116N/A
1270N/Aall: $(SUBDIRS) $(PROG) $(SHFILES)
1270N/A
1270N/Ainstall: $(SUBDIRS) all $(ROOTSHFILES) $(ROOTPROG)
1270N/A
1270N/Alint: $(SUBDIRS) lint_PROG
151N/A
151N/Aclean: $(SUBDIRS)
116N/A $(RM) *.o
151N/A
151N/A$(SUBDIRS): FRC
151N/A @cd $@; pwd; $(MAKE) $(TARGET)
116N/A
181N/AFRC:
181N/A
116N/Ainclude ../../Makefile.targ
116N/A