Makefile revision 3699
98N/A#
98N/A# CDDL HEADER START
98N/A#
98N/A# The contents of this file are subject to the terms of the
911N/A# Common Development and Distribution License (the "License").
851N/A# You may not use this file except in compliance with the License.
98N/A#
98N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
919N/A# or http://www.opensolaris.org/os/licensing.
919N/A# See the License for the specific language governing permissions
919N/A# and limitations under the License.
919N/A#
919N/A# When distributing Covered Code, include this CDDL HEADER in each
919N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
919N/A# If applicable, add the following below this CDDL HEADER, with the
919N/A# fields enclosed by brackets "[]" replaced with your own identifying
919N/A# information: Portions Copyright [yyyy] [name of copyright owner]
919N/A#
919N/A# CDDL HEADER END
919N/A#
919N/A# Copyright (c) 2013, 2015, Oracle and/or its affiliates. All rights reserved.
919N/A#
919N/A
919N/Ainclude ../../make-rules/shared-macros.mk
919N/A
98N/ACOMPONENT_NAME= ptpd
98N/ACOMPONENT_VERSION= 2.2.0
98N/AIPS_COMPONENT_VERSION= $(COMPONENT_VERSION)
98N/ACOMPONENT_PROJECT_URL= http://ptpd.sourceforge.net/
493N/ACOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
98N/ACOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
98N/ACOMPONENT_ARCHIVE_HASH= \
851N/A sha256:f2266a22db84318d8b9ce266ea83772c03438c31f4993fa9643fa675a07c26b4
98N/ACOMPONENT_ARCHIVE_URL= \
911N/A http://downloads.sourceforge.net/project/ptpd/ptpd/$(COMPONENT_VERSION)/$(COMPONENT_ARCHIVE)
911N/ACOMPONENT_BUGDB= service/ptp
911N/A
911N/ATPNO_PTP= 12665
98N/ATPNO_SOLARFLARE= 15817
98N/A
98N/Ainclude ../../make-rules/prep.mk
98N/Ainclude ../../make-rules/justmake.mk
98N/Ainclude ../../make-rules/ips.mk
493N/A
493N/APATCH_LEVEL = 1
98N/A
98N/APKG_PROTO_DIRS += $(BUILD_DIR_64)
COMPILER = gcc
COMPONENT_BUILD_ENV += CC=$(CC)
# Enable ASLR for this component
ASLR_MODE = $(ASLR_ENABLE)
build: $(BUILD_64)
install: $(INSTALL_64)
test: $(NO_TESTS)
BUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
include ../../make-rules/depend.mk