Makefile revision 3817
434N/A#
434N/A# CDDL HEADER START
434N/A#
434N/A# The contents of this file are subject to the terms of the
434N/A# Common Development and Distribution License (the "License").
434N/A# You may not use this file except in compliance with the License.
434N/A#
434N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
434N/A# or http://www.opensolaris.org/os/licensing.
434N/A# See the License for the specific language governing permissions
434N/A# and limitations under the License.
434N/A#
434N/A# When distributing Covered Code, include this CDDL HEADER in each
434N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
434N/A# If applicable, add the following below this CDDL HEADER, with the
434N/A# fields enclosed by brackets "[]" replaced with your own identifying
434N/A# information: Portions Copyright [yyyy] [name of copyright owner]
434N/A#
434N/A# CDDL HEADER END
434N/A#
434N/A
434N/A#
3817N/A# Copyright (c) 2011, 2015, Oracle and/or its affiliates. All rights reserved.
434N/A#
434N/A
434N/Ainclude ../../make-rules/shared-macros.mk
434N/A
434N/A# There isn't anything really to do here
1244N/ACOMPONENT_NAME= gnu-common
434N/ACOMPONENT_VERSION= 0.5.11
1258N/ACOMPONENT_BUGDB= gate-stuff/userland
434N/A
3817N/Ainclude $(WS_MAKE_RULES)/prep.mk
434N/A
434N/A# Do not clean the sources (set in prep.mk)
434N/A#
434N/ACLEAN_PATHS=
434N/A
3817N/Ainclude $(WS_MAKE_RULES)/ips.mk
434N/A
434N/ACLEAN_PATHS+= $(BUILD_DIR)
434N/A
1938N/AASLR_MODE = $(ASLR_NOT_APPLICABLE)
1938N/A
434N/A# common targets
434N/A
434N/A# Just create the build directory, which is needed for publishing.
434N/A# There is nothing to actually build.
434N/Abuild:
434N/A $(RM) -r $(BUILD_DIR) ; $(MKDIR) $(BUILD_DIR)
434N/A
434N/Ainstall:
434N/A @echo "Nothing to install."
434N/A
434N/Atest: $(NO_TESTS)