Makefile revision 2899
294N/A#
294N/A# CDDL HEADER START
787N/A#
789N/A# The contents of this file are subject to the terms of the
789N/A# Common Development and Distribution License (the "License").
789N/A# You may not use this file except in compliance with the License.
789N/A#
789N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
789N/A# or http://www.opensolaris.org/os/licensing.
873N/A# See the License for the specific language governing permissions
789N/A# and limitations under the License.
877N/A#
789N/A# When distributing Covered Code, include this CDDL HEADER in each
294N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
873N/A# If applicable, add the following below this CDDL HEADER, with the
873N/A# fields enclosed by brackets "[]" replaced with your own identifying
789N/A# information: Portions Copyright [yyyy] [name of copyright owner]
789N/A#
789N/A# CDDL HEADER END
873N/A#
789N/A
789N/A#
789N/A# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
789N/A#
789N/A
789N/Ainclude ../../make-rules/shared-macros.mk
789N/A
789N/ACOMPONENT_NAME= libnet
789N/ACOMPONENT_VERSION= 1.1.5
789N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
789N/ACOMPONENT_PROJECT_URL= http://sourceforge.net/projects/libnet-dev/
873N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
873N/ACOMPONENT_ARCHIVE_HASH= \
911N/A sha256:75588f8d1232e1df34eccf2dba5e66be197b345a07fae80d8275db994496a20d
911N/ACOMPONENT_ARCHIVE_URL= http://cdnetworks-us-2.dl.sourceforge.net/project/libnet-dev/$(COMPONENT_ARCHIVE)
911N/ACOMPONENT_BUGDB= library/libnet
873N/A
873N/ATPNO= 17724
873N/A
789N/Ainclude ../../make-rules/prep.mk
787N/Ainclude ../../make-rules/configure.mk
294N/Ainclude ../../make-rules/ips.mk
294N/A
294N/ACOMPONENT_PRE_CONFIGURE_ACTION = \
294N/A ($(CLONEY) $(SOURCE_DIR) $(@D))
294N/A
294N/APKG_PROTO_DIRS += $(COMPONENT_SRC)/doc/man/man3
294N/ACOMPILER = gcc
877N/ACFLAGS += -g -fPIC
869N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
789N/ACONFIGURE_OPTIONS.32 += --srcdir=$(BUILD_DIR_32)
789N/ACONFIGURE_OPTIONS.64 += --srcdir=$(BUILD_DIR_64)
911N/A
789N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
789N/A
868N/A# common targets
294N/Abuild: $(BUILD_32_and_64)
294N/A
294N/Ainstall: $(INSTALL_32_and_64)
294N/A
294N/Atest: $(NO_TESTS)
789N/A
294N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
787N/A
789N/Ainclude ../../make-rules/depend.mk
789N/A