Makefile revision a66004590c61514e788e33c934c7fe7c0ec4c1d4
486N/A#
486N/A# CDDL HEADER START
486N/A#
486N/A# The contents of this file are subject to the terms of the
486N/A# Common Development and Distribution License (the "License").
486N/A# You may not use this file except in compliance with the License.
486N/A#
486N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
486N/A# or http://www.opensolaris.org/os/licensing.
486N/A# See the License for the specific language governing permissions
486N/A# and limitations under the License.
486N/A#
486N/A# When distributing Covered Code, include this CDDL HEADER in each
486N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
486N/A# If applicable, add the following below this CDDL HEADER, with the
486N/A# fields enclosed by brackets "[]" replaced with your own identifying
486N/A# information: Portions Copyright [yyyy] [name of copyright owner]
486N/A#
486N/A# CDDL HEADER END
486N/A#
486N/A#
486N/A# Copyright 2006 Sun Microsystems, Inc. All rights reserved.
486N/A# Use is subject to license terms.
486N/A#
486N/A# ident "%Z%%M% %I% %E% SMI"
830N/A#
486N/A
486N/AMETASSIST_TOPLEVEL = ..
619N/A
619N/ASRCS= \
619N/A layout.c \
619N/A layout_concat.c \
619N/A layout_device_cache.c \
619N/A layout_device_util.c \
619N/A layout_discovery.c \
619N/A layout_dlist_util.c \
619N/A layout_hsp.c \
619N/A layout_messages.c \
619N/A layout_mirror.c \
619N/A layout_request.c \
619N/A layout_slice.c \
619N/A layout_stripe.c \
619N/A layout_svm_util.c \
486N/A layout_validate.c
486N/A
486N/AOBJS = $(SRCS:%.c=%.o)
486N/AHDRS = $(SRCS:%.c=%.h)
486N/AMSGFILES = $(SRCS:%.c=%.i)
486N/A
619N/Ainclude $(METASSIST_TOPLEVEL)/../../Makefile.cmd
486N/Ainclude $(METASSIST_TOPLEVEL)/Makefile.env
619N/A
619N/AINCLUDES += -I../common -I../controller -I../../../../lib/libdiskmgt/common \
486N/A -I../../../../lib/lvm/libmeta/common/hdrs
486N/ACFLAGS += $(INCLUDES)
619N/A
619N/APOFILE = layoutp.po
619N/A
619N/Ainclude $(METASSIST_TOPLEVEL)/Makefile.targ
619N/A
619N/A# Build .po file from message files
619N/A$(POFILE): $(MSGFILES)
619N/A $(BUILDPO.msgfiles)
486N/A
486N/Acstyle:
619N/A $(CSTYLE) $(CSTYLE_FLAGS) $(SRCS) $(HDRS)
486N/A
486N/Ahdrchk:
486N/A $(HDRCHK) $(HDRCHK_FLAGS) $(HDRS)
486N/A