Makefile revision 2362
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync#
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# Copyright (c) 1998, 2005, Oracle and/or its affiliates. All rights reserved.
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync#
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# This code is free software; you can redistribute it and/or modify it
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# under the terms of the GNU General Public License version 2 only, as
c58f1213e628a545081c70e26c6b67a841cff880vboxsync# published by the Free Software Foundation. Oracle designates this
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# particular file as subject to the "Classpath" exception as provided
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# by Oracle in the LICENSE file that accompanied this code.
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync#
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# This code is distributed in the hope that it will be useful, but WITHOUT
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# version 2 for more details (a copy is included in the LICENSE file that
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# accompanied this code).
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync#
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# You should have received a copy of the GNU General Public License version
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# 2 along with this work; if not, write to the Free Software Foundation,
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync#
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# or visit www.oracle.com if you need additional information or have any
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync# questions.
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync#
7eaaa8a4480370b82ef3735994f986f338fb4df2vboxsync
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync#
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# Makefile for building the generic and vis versions of medialib
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync#
7b1a1a5dea048e6a23a740ed5b5ef456f3958a0avboxsync
7b1a1a5dea048e6a23a740ed5b5ef456f3958a0avboxsyncBUILDDIR = ../..
d35bc16bb4e4d1795110172a6f4afb9a29d0d0cdvboxsyncPRODUCT = sun
d35bc16bb4e4d1795110172a6f4afb9a29d0d0cdvboxsyncinclude $(BUILDDIR)/common/Defs.gmk
d35bc16bb4e4d1795110172a6f4afb9a29d0d0cdvboxsync
d35bc16bb4e4d1795110172a6f4afb9a29d0d0cdvboxsyncSUBDIRS = generic
d35bc16bb4e4d1795110172a6f4afb9a29d0d0cdvboxsync
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync# solaris-sparc and solaris-sparcv9 both build 'vis'
80096fb54d147045204dcc7e3ff273158de03f81vboxsyncifeq ($(PLATFORM),solaris)
7b1a1a5dea048e6a23a740ed5b5ef456f3958a0avboxsync ifeq ($(ARCH),sparc)
80096fb54d147045204dcc7e3ff273158de03f81vboxsync SUBDIRS += vis
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync endif
80096fb54d147045204dcc7e3ff273158de03f81vboxsync ifeq ($(ARCH),sparcv9)
80096fb54d147045204dcc7e3ff273158de03f81vboxsync SUBDIRS += vis
80096fb54d147045204dcc7e3ff273158de03f81vboxsync endif
80096fb54d147045204dcc7e3ff273158de03f81vboxsyncendif
315856d1cef638b31ac9f73fe6ca4831701f5223vboxsync
80096fb54d147045204dcc7e3ff273158de03f81vboxsyncinclude $(BUILDDIR)/common/Subdirs.gmk
315856d1cef638b31ac9f73fe6ca4831701f5223vboxsync
8ac4ac6569dd1377414fbf9369516addbb47b789vboxsyncall build clean clobber::
b1ae8b1c40ec6bb82e7984b72712df5661332e2cvboxsync $(SUBDIRS-loop)
06cbca165cf0666385ced1ca71dbd70dc6b3eaeevboxsync
06cbca165cf0666385ced1ca71dbd70dc6b3eaeevboxsync