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