2N/A#
2N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
2N/A#
2N/A
2N/A#
2N/A# BSD 3 Clause License
2N/A#
2N/A# Copyright (c) 2007, The Storage Networking Industry Association.
2N/A#
2N/A# Redistribution and use in source and binary forms, with or without
2N/A# modification, are permitted provided that the following conditions
2N/A# are met:
2N/A# - Redistributions of source code must retain the above copyright
2N/A# notice, this list of conditions and the following disclaimer.
2N/A#
2N/A# - Redistributions in binary form must reproduce the above copyright
2N/A# notice, this list of conditions and the following disclaimer in
2N/A# the documentation and/or other materials provided with the
2N/A# distribution.
2N/A#
2N/A# - Neither the name of The Storage Networking Industry Association (SNIA)
2N/A# nor the names of its contributors may be used to endorse or promote
2N/A# products derived from this software without specific prior written
2N/A# permission.
2N/A#
2N/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
2N/A# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
2N/A# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
2N/A# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
2N/A# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
2N/A# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
2N/A# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
2N/A# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
2N/A# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
2N/A# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
2N/A# POSSIBILITY OF SUCH DAMAGE.
2N/A#
2N/A
2N/Ainclude ../Makefile.lib
2N/A
2N/AHDRS= libndmp.h
2N/A
2N/AHDRDIR= common
2N/A
2N/ASUBDIRS= $(MACH)
2N/A$(BUILD64)SUBDIRS += $(MACH64)
2N/A
2N/Aall := TARGET= all
2N/Aclean := TARGET= clean
2N/Aclobber := TARGET= clobber
2N/Ainstall := TARGET= install
2N/Alint := TARGET= lint
2N/Astub := TARGET = stub
2N/Astubinstall := TARGET = stubinstall
2N/A
2N/A.KEEP_STATE:
2N/A
2N/Aall clean clobber install lint stub stubinstall: $(SUBDIRS)
2N/A
2N/Ainstall_h: $(ROOTHDRS)
2N/Acheck: $(CHECKHDRS)
2N/A$(SUBDIRS): FRC
2N/A @cd $@; pwd; $(MAKE) $(TARGET)
2N/A
2N/AFRC:
2N/A
2N/Ainclude ../Makefile.targ
2N/Ainclude ../../Makefile.msg.targ
2N/A