Makefile revision 7014882c6a3672fd0e5d60200af8643ae53c5928
f743002678eb67b99bbc29fee116b65d9530fec0wrowe#
80833bb9a1bf25dcf19e814438a4b311d2e1f4cffuankg# CDDL HEADER START
92108a6c4fd7ca6e9acc94d2485920436763e491sf#
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin# The contents of this file are subject to the terms of the
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin# Common Development and Distribution License, Version 1.0 only
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin# (the "License"). You may not use this file except in compliance
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin# with the License.
63921358ef93fcb41bc71d9894221ba3d7fbb87bminfrin#
bbb08feeeef547b0908b16df6cbbb65da656b86fminfrin# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
bbb08feeeef547b0908b16df6cbbb65da656b86fminfrin# or http://www.opensolaris.org/os/licensing.
bbb08feeeef547b0908b16df6cbbb65da656b86fminfrin# See the License for the specific language governing permissions
bbb08feeeef547b0908b16df6cbbb65da656b86fminfrin# and limitations under the License.
eee20257a5ee9228f4aecdf3d3ca68fd0683ff07minfrin#
eee20257a5ee9228f4aecdf3d3ca68fd0683ff07minfrin# When distributing Covered Code, include this CDDL HEADER in each
eee20257a5ee9228f4aecdf3d3ca68fd0683ff07minfrin# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
eee20257a5ee9228f4aecdf3d3ca68fd0683ff07minfrin# If applicable, add the following below this CDDL HEADER, with the
eee20257a5ee9228f4aecdf3d3ca68fd0683ff07minfrin# fields enclosed by brackets "[]" replaced with your own identifying
eee20257a5ee9228f4aecdf3d3ca68fd0683ff07minfrin# information: Portions Copyright [yyyy] [name of copyright owner]
eee20257a5ee9228f4aecdf3d3ca68fd0683ff07minfrin#
decb536ebd4b7b94c7450c2e1daa491943135abdminfrin# CDDL HEADER END
decb536ebd4b7b94c7450c2e1daa491943135abdminfrin#
decb536ebd4b7b94c7450c2e1daa491943135abdminfrin#
decb536ebd4b7b94c7450c2e1daa491943135abdminfrin# Copyright 2004 Sun Microsystems, Inc. All rights reserved.
2d2c5cedd0559093c6e88bd92702e369ef949336minfrin# Use is subject to license terms.
2d2c5cedd0559093c6e88bd92702e369ef949336minfrin#
2d2c5cedd0559093c6e88bd92702e369ef949336minfrin
2d2c5cedd0559093c6e88bd92702e369ef949336minfrinLIBRARY = libnvpair.a
2d2c5cedd0559093c6e88bd92702e369ef949336minfrinLOCOBJS = nvpair_alloc_system.o
2b82678319a66fd9caad8827ca9b38d2412a5abdminfrinCMNOBJS = nvpair.o
2b82678319a66fd9caad8827ca9b38d2412a5abdminfrinOBJECTS = $(LOCOBJS) $(CMNOBJS)
c0da461d68518e8f89f4070a709ba1e56381247cminfrin
c0da461d68518e8f89f4070a709ba1e56381247cminfrininclude ../Makefile.com
c0da461d68518e8f89f4070a709ba1e56381247cminfrin
797fb211307298a8a6984c0edc0d8972b35eeac1minfrinCMNDIR = $(TOPDIR)/common/nvpair
797fb211307298a8a6984c0edc0d8972b35eeac1minfrinSRCS = $(LOCOBJS:%.o=$(SRCDIR)/%.c) $(CMNOBJS:%.o=$(CMNDIR)/%.c)
797fb211307298a8a6984c0edc0d8972b35eeac1minfrinLDLIBS += -lxdr
797fb211307298a8a6984c0edc0d8972b35eeac1minfrin
f27c90ecdefe634bd5f9c529d8658d3a3b441303minfrinCERRWARN += -_gcc=-Wno-parentheses
f27c90ecdefe634bd5f9c529d8658d3a3b441303minfrinCERRWARN += -_gcc=-Wno-uninitialized
f27c90ecdefe634bd5f9c529d8658d3a3b441303minfrin
80cabec6752622e0db5421af61502bfda95715eaminfrininclude ../Makefile.targ
80cabec6752622e0db5421af61502bfda95715eaminfrin