Makefile revision 3997
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Copyright (c) 2011, Oracle and/or its affiliates. All rights reserved.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# This code is free software; you can redistribute it and/or modify it
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# under the terms of the GNU General Public License version 2 only, as
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# published by the Free Software Foundation. Oracle designates this
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# particular file as subject to the "Classpath" exception as provided
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# by Oracle in the LICENSE file that accompanied this code.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# This code is distributed in the hope that it will be useful, but WITHOUT
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# version 2 for more details (a copy is included in the LICENSE file that
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# accompanied this code).
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# You should have received a copy of the GNU General Public License version
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# 2 along with this work; if not, write to the Free Software Foundation,
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# or visit www.oracle.com if you need additional information or have any
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse# questions.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse#
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse# Makefile for building all the samples under the forkjoin subdirectory.
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrse#
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseBUILDDIR = ../..
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rsePRODUCT = java
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseinclude $(BUILDDIR)/common/Defs.gmk
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseSUBDIRS = mergesort
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrseinclude $(BUILDDIR)/common/Subdirs.gmk
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rseall build clean clobber::
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse $(SUBDIRS-loop)
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse
cc003103e52ff9d5fe9bed567ef9438613ab4fbfrseclobber clean ::
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse $(RM) -r $(SAMPLEDIR)/forkjoin
d86ef5503dcbc38e87c0e03cd3e1f16458cb6323rse