Makefile revision 3743
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# CDDL HEADER START
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# The contents of this file are subject to the terms of the
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# Common Development and Distribution License (the "License").
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# You may not use this file except in compliance with the License.
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# See the License for the specific language governing permissions
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# and limitations under the License.
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# When distributing Covered Code, include this CDDL HEADER in each
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# If applicable, add the following below this CDDL HEADER, with the
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# CDDL HEADER END
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# Copyright (c) 2011, 2014, Oracle and/or its affiliates. All rights reserved.
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync sha256:62c23de053fd82e1bf64f204cb6c6e44ba3c16c01ff1e09da680d982802ef1cc
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsyncCOMPONENT_ARCHIVE_URL= $(COMPONENT_PROJECT_URL)download/$(COMPONENT_ARCHIVE)
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# We need to run autogen because we patch configure.ac file
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsyncCOMPONENT_PREP_ACTION = ( cd $(@D) ; $(CONFIG_SHELL) autogen.sh )
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# lighttpd is logging using __FILE__ macro. Cloning will make this happen
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsync# using just source file names (without full absolute paths).
4fedcd2da6f840dbadee84e579f146ad0f1fde22vboxsyncCOMPONENT_PRE_CONFIGURE_ACTION = ($(CLONEY) $(SOURCE_DIR) $(@D))
test: $(TEST_64)