Makefile revision 2
338N/A#
338N/A# Copyright (c) 2008, 2011, Oracle and/or its affiliates. All rights reserved.
338N/A#
338N/A
338N/A#
338N/A# BSD 3 Clause License
338N/A#
338N/A# Copyright (c) 2007, The Storage Networking Industry Association.
338N/A#
338N/A# Redistribution and use in source and binary forms, with or without
338N/A# modification, are permitted provided that the following conditions
338N/A# are met:
338N/A# - Redistributions of source code must retain the above copyright
338N/A# notice, this list of conditions and the following disclaimer.
338N/A#
338N/A# - Redistributions in binary form must reproduce the above copyright
338N/A# notice, this list of conditions and the following disclaimer in
338N/A# the documentation and/or other materials provided with the
873N/A# distribution.
338N/A#
338N/A# - Neither the name of The Storage Networking Industry Association (SNIA)
338N/A# nor the names of its contributors may be used to endorse or promote
338N/A# products derived from this software without specific prior written
338N/A# permission.
3231N/A#
338N/A# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
338N/A# AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
338N/A# IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
338N/A# ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE
338N/A# LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
338N/A# CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
338N/A# SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
338N/A# INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN
338N/A# CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE)
338N/A# ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE
338N/A# POSSIBILITY OF SUCH DAMAGE.
338N/A#
338N/Ainclude ../Makefile.com
338N/Ainclude $(SRC)/lib/Makefile.lib.64
338N/A
338N/Ainstall: stubinstall all $(ROOTLIBS64) $(ROOTLINKS64)
338N/A
338N/Astubinstall: stub $(STUBROOTLIBS64) $(STUBROOTLINKS64)
2095N/A