66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# Copyright (c) 1997, 2011, Oracle and/or its affiliates. All rights reserved.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# This code is free software; you can redistribute it and/or modify it
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# under the terms of the GNU General Public License version 2 only, as
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# published by the Free Software Foundation. Oracle designates this
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# particular file as subject to the "Classpath" exception as provided
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# by Oracle in the LICENSE file that accompanied this code.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# This code is distributed in the hope that it will be useful, but WITHOUT
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# version 2 for more details (a copy is included in the LICENSE file that
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# accompanied this code).
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac#
8cf870d281dc8c242f083d14dfef05f24aa5fceeJnRouvignac# You should have received a copy of the GNU General Public License version
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# 2 along with this work; if not, write to the Free Software Foundation,
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
65e99be301d5a19db33f25841f671756e8dbb9b5ludovicp# or visit www.oracle.com if you need additional information or have any
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# questions.
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff# Makefile for building the jfc demos
66b665fac6215b07ef71fd7876590d4c0143e739lutoff#
66b665fac6215b07ef71fd7876590d4c0143e739lutoff
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffBUILDDIR = ../..
66b665fac6215b07ef71fd7876590d4c0143e739lutoffPRODUCT = demos
66b665fac6215b07ef71fd7876590d4c0143e739lutoffinclude $(BUILDDIR)/common/Defs.gmk
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff
66b665fac6215b07ef71fd7876590d4c0143e739lutoffSUBDIRS = \
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff CodePointIM \
66b665fac6215b07ef71fd7876590d4c0143e739lutoff FileChooserDemo \
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff Font2DTest \
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff Metalworks \
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff Notepad \
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff SampleTree \
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff SwingApplet \
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff TableExample \
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff TransparentRuler
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff# Some demos aren't currently included in OpenJDK
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffifndef OPENJDK
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff SUBDIRS += Java2D Laffy SwingSet2 SwingSet3 Stylepad
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffendif
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduff
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffinclude $(BUILDDIR)/common/Subdirs.gmk
d25372dc8e65a9ed019a88fdf659ca61313f1b31jcduffall build clean clobber::
a487f129b43692428fc0e85d81f0f893bf8e3575lutoff $(SUBDIRS-loop)