Makefile revision 5562
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# CDDL HEADER START
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# The contents of this file are subject to the terms of the
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Common Development and Distribution License (the "License").
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# You may not use this file except in compliance with the License.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# See the License for the specific language governing permissions
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# and limitations under the License.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# When distributing Covered Code, include this CDDL HEADER in each
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# If applicable, add the following below this CDDL HEADER, with the
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# fields enclosed by brackets "[]" replaced with your own identifying
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# information: Portions Copyright [yyyy] [name of copyright owner]
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# CDDL HEADER END
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# Copyright (c) 2011, 2016, Oracle and/or its affiliates. All rights reserved.
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs sha256:501858b4b9d45ebe163d9136f7fb4d08708aaf91cc97c40059ae2a1b4737239d
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsCOMPONENT_ARCHIVE_URL= http://$(COMPONENT_SERVER)/otn-pub/oss/networking/$(COMPONENT_ARCHIVE)
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsREMOVE_OLD_SRC= sif.h sif_user.h sif_int_user.h os_header.h psif_api.h psif_endian.h psif_hw_print.h psif_hw_data* psif_hw_setget* psif_hw_macro* kernel_types.h
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# --disable-libcheck is not a supported option for this component
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsCONFIGURE_ENV += CPPFLAGS=" -DSOLARIS $(CPPFLAGS) -I../../include/sif/ -I../../include/psifapi/ -I../../$(COMPONENT_SRC)/src/ "
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qsCOMPONENT_PREP_ACTION += cd $(COMPONENT_SRC)/src/ ; rm $(REMOVE_OLD_SRC) ; cd - ; \
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs $(RM) $(PROTO_DIR)/$(CONFIGURE_LIBDIR.32)/$(COMPONENT_NAME).la;\
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs $(RM) $(PROTO_DIR)/$(CONFIGURE_LIBDIR.64)/$(COMPONENT_NAME).la;\
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# common targets
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs @echo "Not available."
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs @echo "Not available."
a512c5d1f2908d965887ad5494954ba2cf904bd2Qiyan Sun - Sun Microsystems - San Diego United Statesinstall: install_$(MACH)
3dec9fcdd56adf1b4a563137b4915c8f2d83b881qs# we're sparc-only