Makefile revision 394
42576743851c3c956ad7e867e74df1084c30d434vboxsync#
42576743851c3c956ad7e867e74df1084c30d434vboxsync# CDDL HEADER START
42576743851c3c956ad7e867e74df1084c30d434vboxsync#
42576743851c3c956ad7e867e74df1084c30d434vboxsync# The contents of this file are subject to the terms of the
42576743851c3c956ad7e867e74df1084c30d434vboxsync# Common Development and Distribution License (the "License").
42576743851c3c956ad7e867e74df1084c30d434vboxsync# You may not use this file except in compliance with the License.
42576743851c3c956ad7e867e74df1084c30d434vboxsync#
42576743851c3c956ad7e867e74df1084c30d434vboxsync# You can obtain a copy of the license at usr/src/OPENSOLARIS.LICENSE
42576743851c3c956ad7e867e74df1084c30d434vboxsync# or http://www.opensolaris.org/os/licensing.
42576743851c3c956ad7e867e74df1084c30d434vboxsync# See the License for the specific language governing permissions
42576743851c3c956ad7e867e74df1084c30d434vboxsync# and limitations under the License.
42576743851c3c956ad7e867e74df1084c30d434vboxsync#
42576743851c3c956ad7e867e74df1084c30d434vboxsync# When distributing Covered Code, include this CDDL HEADER in each
42576743851c3c956ad7e867e74df1084c30d434vboxsync# file and include the License file at usr/src/OPENSOLARIS.LICENSE.
42576743851c3c956ad7e867e74df1084c30d434vboxsync# If applicable, add the following below this CDDL HEADER, with the
42576743851c3c956ad7e867e74df1084c30d434vboxsync# fields enclosed by brackets "[]" replaced with your own identifying
42576743851c3c956ad7e867e74df1084c30d434vboxsync# information: Portions Copyright [yyyy] [name of copyright owner]
42576743851c3c956ad7e867e74df1084c30d434vboxsync#
42576743851c3c956ad7e867e74df1084c30d434vboxsync# CDDL HEADER END
42576743851c3c956ad7e867e74df1084c30d434vboxsync#
42576743851c3c956ad7e867e74df1084c30d434vboxsync# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
42576743851c3c956ad7e867e74df1084c30d434vboxsync#
42576743851c3c956ad7e867e74df1084c30d434vboxsyncinclude ../../../make-rules/shared-macros.mk
42576743851c3c956ad7e867e74df1084c30d434vboxsync
42576743851c3c956ad7e867e74df1084c30d434vboxsyncPATH=/usr/bin:/usr/gnu/bin:/usr/sbin
42576743851c3c956ad7e867e74df1084c30d434vboxsync
42576743851c3c956ad7e867e74df1084c30d434vboxsyncCOMPONENT_NAME= Mako
42576743851c3c956ad7e867e74df1084c30d434vboxsyncCOMPONENT_VERSION= 0.4.1
42576743851c3c956ad7e867e74df1084c30d434vboxsyncCOMPONENT_SRC= $(COMPONENT_NAME)-$(COMPONENT_VERSION)
42576743851c3c956ad7e867e74df1084c30d434vboxsyncCOMPONENT_ARCHIVE= $(COMPONENT_SRC).tar.gz
42576743851c3c956ad7e867e74df1084c30d434vboxsyncCOMPONENT_ARCHIVE_HASH= sha1:a4e30660794aab5224e0c776d03c45f3c8b5fa7e
42576743851c3c956ad7e867e74df1084c30d434vboxsyncCOMPONENT_ARCHIVE_URL= http://www.makotemplates.org/downloads/$(COMPONENT_ARCHIVE)
42576743851c3c956ad7e867e74df1084c30d434vboxsync
42576743851c3c956ad7e867e74df1084c30d434vboxsyncinclude $(WS_TOP)/make-rules/prep.mk
6998b7cea7c904f33047cd17b05bea760a5839a9vboxsyncinclude $(WS_TOP)/make-rules/setup.py.mk
02f73b88a6e96b7f1b8ab0bbb98cfb798b566fbdvboxsyncinclude $(WS_TOP)/make-rules/ips.mk
42576743851c3c956ad7e867e74df1084c30d434vboxsync
cdcfac625bb49f1d4b67aaf8fb8b1cdb69fe49c2vboxsync# common targets
cdcfac625bb49f1d4b67aaf8fb8b1cdb69fe49c2vboxsyncbuild: $(BUILD_32)
cdcfac625bb49f1d4b67aaf8fb8b1cdb69fe49c2vboxsync
82e3a4017d20f44c30ff909e6b825ff78139cbbbvboxsyncinstall: $(INSTALL_32)
82e3a4017d20f44c30ff909e6b825ff78139cbbbvboxsync
82e3a4017d20f44c30ff909e6b825ff78139cbbbvboxsynctest: $(NO_TESTS)
82e3a4017d20f44c30ff909e6b825ff78139cbbbvboxsync
cdcfac625bb49f1d4b67aaf8fb8b1cdb69fe49c2vboxsyncBUILD_PKG_DEPENDENCIES = $(BUILD_TOOLS)
82e3a4017d20f44c30ff909e6b825ff78139cbbbvboxsync
82e3a4017d20f44c30ff909e6b825ff78139cbbbvboxsyncinclude $(WS_TOP)/make-rules/depend.mk
cdcfac625bb49f1d4b67aaf8fb8b1cdb69fe49c2vboxsync