Makefile revision 7c478bd95313f5f23a4c958a745db2134aa03244
d5b7ba26785d7494166d48876362ba30ff30b98awrowe#
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames# CDDL HEADER START
c30ef289fe64ac7fedc44cfcc6b439f0f8458b4cgregames#
547fb02c28c77b0552d275db0cfd8a119fb2d3f9trawick# The contents of this file are subject to the terms of the
874fa3c6bbef1b4ab4bed0a2ff9852b21ea1b187trawick# Common Development and Distribution License, Version 1.0 only
874fa3c6bbef1b4ab4bed0a2ff9852b21ea1b187trawick# (the "License"). You may not use this file except in compliance
874fa3c6bbef1b4ab4bed0a2ff9852b21ea1b187trawick# with the License.
874fa3c6bbef1b4ab4bed0a2ff9852b21ea1b187trawick#
874fa3c6bbef1b4ab4bed0a2ff9852b21ea1b187trawick# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
52de7a47876ce1748910cf3a0ee97f78842fab54rederpj# or http://www.opensolaris.org/os/licensing.
52de7a47876ce1748910cf3a0ee97f78842fab54rederpj# See the License for the specific language governing permissions
52de7a47876ce1748910cf3a0ee97f78842fab54rederpj# and limitations under the License.
52de7a47876ce1748910cf3a0ee97f78842fab54rederpj#
52de7a47876ce1748910cf3a0ee97f78842fab54rederpj# When distributing Covered Code, include this CDDL HEADER in each
52de7a47876ce1748910cf3a0ee97f78842fab54rederpj# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
49a82db11388cff9b29ff861b4241bbce69c76fdtrawick# If applicable, add the following below this CDDL HEADER, with the
49a82db11388cff9b29ff861b4241bbce69c76fdtrawick# fields enclosed by brackets "[]" replaced with your own identifying
49a82db11388cff9b29ff861b4241bbce69c76fdtrawick# information: Portions Copyright [yyyy] [name of copyright owner]
49a82db11388cff9b29ff861b4241bbce69c76fdtrawick#
f23c50b3628a8571da2ff3277ae58ef1d675554ftrawick# CDDL HEADER END
f23c50b3628a8571da2ff3277ae58ef1d675554ftrawick#
f23c50b3628a8571da2ff3277ae58ef1d675554ftrawick#
f23c50b3628a8571da2ff3277ae58ef1d675554ftrawick# Copyright 2003 Sun Microsystems, Inc. All rights reserved.
c03f87dadc2d062777971ea11995aa428d8f5d25jwoolley# Use is subject to license terms.
c03f87dadc2d062777971ea11995aa428d8f5d25jwoolley#
c03f87dadc2d062777971ea11995aa428d8f5d25jwoolley# ident "%Z%%M% %I% %E% SMI"
5866fd6f9cba06306e84d940fc29973e50001b51trawick#
5866fd6f9cba06306e84d940fc29973e50001b51trawick
5866fd6f9cba06306e84d940fc29973e50001b51trawickMETASSIST_TOPLEVEL = ..
5866fd6f9cba06306e84d940fc29973e50001b51trawick
8dc154408549195c828b823e9dc7396f107f2512jortonSRCS= \
8dc154408549195c828b823e9dc7396f107f2512jorton volume_defaults.c \
8dc154408549195c828b823e9dc7396f107f2512jorton volume_devconfig.c \
ca2504b59d48a926af23f6b18af550c1e892d8a6jorton volume_dlist.c \
ca2504b59d48a926af23f6b18af550c1e892d8a6jorton volume_error.c \
ca2504b59d48a926af23f6b18af550c1e892d8a6jorton volume_nvpair.c \
d3f3e8ccbbfbd8d453c1bacf34030f71cae3a422jorton volume_output.c \
d3f3e8ccbbfbd8d453c1bacf34030f71cae3a422jorton volume_request.c \
d3f3e8ccbbfbd8d453c1bacf34030f71cae3a422jorton volume_string.c
d3f3e8ccbbfbd8d453c1bacf34030f71cae3a422jorton
6126fad8adeca94e9813812c691747afeca164dftrawickOBJS = $(SRCS:%.c=%.o)
6126fad8adeca94e9813812c691747afeca164dftrawickHDRS = $(SRCS:%.c=%.h)
6126fad8adeca94e9813812c691747afeca164dftrawickMSGFILES = $(SRCS:%.c=%.i)
7ed5992392d5babab20be4ce4029ad17ae062b5aianh
7ed5992392d5babab20be4ce4029ad17ae062b5aianhinclude $(METASSIST_TOPLEVEL)/../../Makefile.cmd
7ed5992392d5babab20be4ce4029ad17ae062b5aianhinclude $(METASSIST_TOPLEVEL)/Makefile.env
aee8a2ca9a5fb2f838c994d665695e418ea7262ftrawick
aee8a2ca9a5fb2f838c994d665695e418ea7262ftrawickINCLUDES += -I../../../../lib/lvm/libmeta/common/hdrs
aee8a2ca9a5fb2f838c994d665695e418ea7262ftrawickCFLAGS += $(INCLUDES)
b7973a1e572a3ff7cdedb48ed1f9481ece700bf9trawick
36f2369ee230c310fed3b600e9e99cf5770804a3wrowePOFILE = commonp.po
b7973a1e572a3ff7cdedb48ed1f9481ece700bf9trawick
769fec4a3ee740c172676c243aeb02171d80872etrawickinclude $(METASSIST_TOPLEVEL)/Makefile.targ
36f2369ee230c310fed3b600e9e99cf5770804a3wrowe
769fec4a3ee740c172676c243aeb02171d80872etrawick# Build .po file from message files
99d6d3207e24ba1f8eba77ef903948d738886cf5nd$(POFILE): $(MSGFILES)
99d6d3207e24ba1f8eba77ef903948d738886cf5nd $(BUILDPO.msgfiles)
99d6d3207e24ba1f8eba77ef903948d738886cf5nd