Makefile revision a192e900f6d2b0e1a822e3252c0dfd795ed49d76
0N/A#
0N/A# CDDL HEADER START
0N/A#
0N/A# The contents of this file are subject to the terms of the
407N/A# Common Development and Distribution License (the "License").
0N/A# You may not use this file except in compliance with the License.
0N/A#
0N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
0N/A# or http://www.opensolaris.org/os/licensing.
0N/A# See the License for the specific language governing permissions
0N/A# and limitations under the License.
0N/A#
0N/A# When distributing Covered Code, include this CDDL HEADER in each
0N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
0N/A# If applicable, add the following below this CDDL HEADER, with the
0N/A# fields enclosed by brackets "[]" replaced with your own identifying
0N/A# information: Portions Copyright [yyyy] [name of copyright owner]
0N/A#
0N/A# CDDL HEADER END
0N/A#
1265N/A#
0N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
0N/A# Use is subject to license terms.
0N/A#
392N/A# ident "%Z%%M% %I% %E% SMI"
392N/A#
392N/A# Makefile for logical volume management
392N/A#
392N/A#
392N/A# cmd/lvm/util/Makefile
392N/A
457N/Ainclude ../../Makefile.cmd
392N/A
392N/APROGS= \
392N/A medstat \
392N/A metaclear \
392N/A metadb \
392N/A metadetach \
392N/A metadevadm \
392N/A metahs \
392N/A metainit \
392N/A metaoffline \
392N/A metaonline \
392N/A metaparam \
392N/A metarecover \
392N/A metarename \
392N/A metareplace \
392N/A metaroot \
392N/A metaset \
392N/A metastat \
392N/A metasync \
392N/A metattach \
392N/A metaimport \
392N/A metaclust
99N/A
392N/AGROWFSSCRIPT = growfs
392N/A
392N/AMANIFEST= metainit.xml \
392N/A metasync.xml
392N/A
30N/ASVCMETHOD= svc-metainit \
0N/A svc-metasync
0N/A
0N/AROOTMANIFESTDIR= $(ROOTSVCSYSTEM)
0N/A
0N/ASCRIPTS = \
0N/A $(GROWFSSCRIPT)
929N/A
0N/ACLOBBERFILES = growfs
0N/A
527N/ASRCS = $(PROGS:%=%.c)
456N/A
527N/Ainclude ../Makefile.lvm
527N/A
527N/ASUBDIRS= $(MACH)
527N/A
202N/Ametainit.i := CPPFLAGS += -I$(SRC)/lib/lvm/libmeta/common/hdrs
202N/A
0N/AMSGFILES= $(SRCS:%.c=%.i)
457N/APOFILE= utilp.po
457N/A
457N/Aall := TARGET = all
0N/Ainstall := TARGET = install
0N/Aclean := TARGET = clean
0N/Aclobber := TARGET = clobber
508N/Alint := TARGET = lint
889N/A
1266N/A.KEEP_STATE:
1266N/A
1266N/Aall: $(SCRIPTS) $(SUBDIRS)
527N/A
889N/Acatalog: $(POFILE)
889N/A
889N/A$(POFILE): $(MSGFILES)
889N/A $(BUILDPO.msgfiles)
889N/A
889N/AGROWFSFILE= $(GROWFSSCRIPT:%=$(ROOTUSRSBIN)/%)
1266N/A
1266N/Aclobber lint: $(SUBDIRS)
889N/A
889N/Acheck: $(CHKMANIFEST)
889N/A
0N/Aclean: $(SUBDIRS)
1266N/A $(RM) $(MSGFILES)
889N/A
1266N/Ainstall: $(SCRIPTS) $(GROWFSFILE) $(ROOTSVCMETHOD) $(ROOTMANIFEST) $(SUBDIRS)
1266N/A
1266N/A$(SUBDIRS): FRC
1266N/A @cd $@; pwd; $(MAKE) $(TARGET)
0N/A
0N/AFRC:
1266N/A
1266N/Ainclude ../../Makefile.targ
0N/Ainclude $(SRC)/Makefile.msg.targ
527N/A