Makefile revision 6967
486N/A#
486N/A# CDDL HEADER START
486N/A#
486N/A# The contents of this file are subject to the terms of the
486N/A# Common Development and Distribution License (the "License").
486N/A# You may not use this file except in compliance with the License.
486N/A#
486N/A# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
486N/A# or http://www.opensolaris.org/os/licensing.
486N/A# See the License for the specific language governing permissions
486N/A# and limitations under the License.
486N/A#
486N/A# When distributing Covered Code, include this CDDL HEADER in each
486N/A# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
486N/A# If applicable, add the following below this CDDL HEADER, with the
486N/A# fields enclosed by brackets "[]" replaced with your own identifying
486N/A# information: Portions Copyright [yyyy] [name of copyright owner]
486N/A#
486N/A# CDDL HEADER END
873N/A#
486N/A
486N/A#
486N/A# Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
486N/A#
486N/A
3233N/ABUILD_BITS= NO_ARCH
486N/Ainclude ../../../make-rules/shared-macros.mk
486N/A
619N/ACOMPONENT_NAME= desktop-cache
619N/ACOMPONENT_VERSION= 0.2.9
619N/ACOMPONENT_SRC= # all files under files/
619N/ACOMPONENT_BUGDB= gnome/install
619N/A
3488N/A# nothing to download or build; just package
619N/ABUILD_STYLE= pkg
619N/Ainclude $(WS_MAKE_RULES)/common.mk
619N/A
3824N/A# Make sure SMF manifests are valid
3824N/A$(BUILD_DIR)/.validated-smf-manifests-$(MACH): $(BUILD_DIR)
3824N/A @for f in files/*.xml ; do \
619N/A [[ "$$f" == "files/com.oracle.solaris.gdm-temporary.xml" ]] || \
619N/A (set -ex ; /usr/sbin/svccfg validate "$$f") ; \
486N/A done
536N/A $(TOUCH) $@
2976N/A
2976N/Avalidate-smf: $(BUILD_DIR)/.validated-smf-manifests-$(MACH)
536N/Abuild: $(BUILD_DIR)/.validated-smf-manifests-$(MACH)
2976N/A
2976N/AREQUIRED_PACKAGES += service/opengl/ogl-select
2976N/AREQUIRED_PACKAGES += system/core-os
3860N/A