Makefile revision 2899
252N/A#
252N/A# CDDL HEADER START
252N/A#
252N/A# The contents of this file are subject to the terms of the
252N/A# Common Development and Distribution License (the "License").
252N/A# You may not use this file except in compliance with the License.
252N/A#
252N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
252N/A# or http://www.opensolaris.org/os/licensing.
252N/A# See the License for the specific language governing permissions
252N/A# and limitations under the License.
252N/A#
252N/A# When distributing Covered Code, include this CDDL HEADER in each
252N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
252N/A# If applicable, add the following below this CDDL HEADER, with the
252N/A# fields enclosed by brackets "[]" replaced with your own identifying
252N/A# information: Portions Copyright [yyyy] [name of copyright owner]
252N/A#
252N/A# CDDL HEADER END
252N/A#
252N/A# Copyright (c) 2013, 2014, Oracle and/or its affiliates. All rights reserved.
252N/A#
252N/Ainclude ../../make-rules/shared-macros.mk
252N/A
252N/ACOMPONENT_NAME= daq
252N/ACOMPONENT_VERSION= 0.6.2
252N/ACOMPONENT_PROJECT_URL= http://www.snort.org/
252N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
252N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
252N/ACOMPONENT_ARCHIVE_HASH= \
252N/A sha256:0159865b5dc127ed2faf8d6732d781939f27e38b7c7deabcd369a22ea9e42f26
252N/ACOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)downloads/1525
252N/ACOMPONENT_BUGDB= library/daq
252N/A
252N/ATPNO= 11060
252N/A
252N/Ainclude ../../make-rules/prep.mk
252N/Ainclude ../../make-rules/configure.mk
252N/Ainclude ../../make-rules/ips.mk
252N/A
252N/A# Solaris should really define these. See CR #15431883 and 15537286.
252N/ACFLAGS += -Du_int8_t=uint8_t
252N/ACFLAGS += -Du_int16_t=uint16_t
252N/ACFLAGS += -Du_int32_t=uint32_t
252N/A
252N/A# Set -m32 or -m64 correctly for 32 and 64 bit versions.
252N/ACC += $(CC_BITS)
252N/A
252N/ACONFIGURE_OPTIONS += --enable-static=no
252N/ACONFIGURE_OPTIONS += CFLAGS="$(CFLAGS)"
252N/A
252N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
252N/A
252N/A# common targets
252N/Abuild: $(BUILD_32_and_64)
252N/A
252N/Ainstall: $(INSTALL_32_and_64)
252N/A
252N/Atest: $(NO_TESTS)
252N/A
252N/ABUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
252N/A
252N/Ainclude ../../make-rules/depend.mk
252N/A