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