Makefile revision 4984
4984N/A#
4984N/A# CDDL HEADER START
4984N/A#
4984N/A# The contents of this file are subject to the terms of the
4984N/A# Common Development and Distribution License (the "License").
4984N/A# You may not use this file except in compliance with the License.
4984N/A#
4984N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4984N/A# or http://www.opensolaris.org/os/licensing.
4984N/A# See the License for the specific language governing permissions
4984N/A# and limitations under the License.
4984N/A#
4984N/A# When distributing Covered Code, include this CDDL HEADER in each
4984N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4984N/A# If applicable, add the following below this CDDL HEADER, with the
4984N/A# fields enclosed by brackets "[]" replaced with your own identifying
4984N/A# information: Portions Copyright [yyyy] [name of copyright owner]
4984N/A#
4984N/A# CDDL HEADER END
4984N/A#
4984N/A
4984N/A#
4984N/A# Copyright (c) 2015, Oracle and/or its affiliates. All rights reserved.
4984N/A#
4984N/A
4984N/Ainclude ../../make-rules/shared-macros.mk
4984N/A
4984N/ACOMPONENT_NAME = libdaemon
4984N/ACOMPONENT_VERSION = 0.14
4984N/ACOMPONENT_PROJECT_URL = http://0pointer.de/lennart/projects/libdaemon/
4984N/ACOMPONENT_SRC = $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4984N/ACOMPONENT_ARCHIVE = $(COMPONENT_SRC).tar.gz
4984N/ACOMPONENT_ARCHIVE_HASH = \
4984N/A sha256:fd23eb5f6f986dcc7e708307355ba3289abe03cc381fc47a80bca4a50aa6b834
4984N/ACOMPONENT_ARCHIVE_URL = http://0pointer.de/lennart/projects/libdaemon/$(COMPONENT_ARCHIVE)
4984N/ACOMPONENT_BUGDB = library/daemon
4984N/A
4984N/ATPNO = 9316
4984N/A
4984N/Ainclude $(WS_MAKE_RULES)/prep.mk
4984N/Ainclude $(WS_MAKE_RULES)/configure.mk
4984N/Ainclude $(WS_MAKE_RULES)/ips.mk
4984N/A
4984N/ACOMPONENT_PREP_ACTION = (cd $(@D) ; autoreconf -if)
4984N/A
4984N/ACOMPONENT_TEST_MASTER = $(COMPONENT_TEST_RESULTS_DIR)/results-all.master
4984N/A
4984N/ACONFIGURE_ENV += "CFLAGS=$(CFLAGS)"
4984N/A
4984N/Aconfigure: $(CONFIGURE_32_and_64)
4984N/A
4984N/Abuild: $(BUILD_32_and_64)
4984N/A
4984N/Ainstall: $(INSTALL_32_and_64)
4984N/A
4984N/Atest: $(TEST_32_and_64)
4984N/A
4984N/Asystem-test: $(SYSTEM_TESTS_NOT_IMPLEMENTED)
4984N/A
4984N/AREQUIRED_PACKAGES += system/library