4e10d188042815c5285edf00ea96896b862e0863aurium#
4e10d188042815c5285edf00ea96896b862e0863aurium# Copyright (c) 1999, 2011, Oracle and/or its affiliates. All rights reserved.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis#
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# This code is free software; you can redistribute it and/or modify it
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# under the terms of the GNU General Public License version 2 only, as
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# published by the Free Software Foundation. Oracle designates this
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# particular file as subject to the "Classpath" exception as provided
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# by Oracle in the LICENSE file that accompanied this code.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis#
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# This code is distributed in the hope that it will be useful, but WITHOUT
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# version 2 for more details (a copy is included in the LICENSE file that
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# accompanied this code).
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis#
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# You should have received a copy of the GNU General Public License version
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# 2 along with this work; if not, write to the Free Software Foundation,
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis#
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# or visit www.oracle.com if you need additional information or have any
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# questions.
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis#
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis#
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis# Makefile for building the Font2DTest Demo
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis#
d4d3743f0388af16b07b640a8b145eee32f36f73Alex Valavanis
2ebfcf72203f94f579931a9cfe6658a65ca5027dauriumBUILDDIR = ../../..
4e10d188042815c5285edf00ea96896b862e0863auriumPRODUCT = demo/jfc
4e10d188042815c5285edf00ea96896b862e0863auriumDEMONAME = Font2DTest
4e10d188042815c5285edf00ea96896b862e0863auriuminclude $(BUILDDIR)/common/Defs.gmk
4e10d188042815c5285edf00ea96896b862e0863aurium
d4d3743f0388af16b07b640a8b145eee32f36f73Alex ValavanisDEMO_ROOT = $(SHARE_SRC)/demo/jfc/$(DEMONAME)
d4d3743f0388af16b07b640a8b145eee32f36f73Alex ValavanisDEMO_TOPFILES = ./README.txt ./$(DEMONAME).html
4e10d188042815c5285edf00ea96896b862e0863auriumDEMO_MAINCLASS = $(DEMONAME)
1cd8881c9c3a32110a49a6668919aa3750dc1285JazzyNicoDEMO_DESTDIR = $(DEMODIR)/jfc/$(DEMONAME)
4e10d188042815c5285edf00ea96896b862e0863aurium
4e10d188042815c5285edf00ea96896b862e0863aurium#
4e10d188042815c5285edf00ea96896b862e0863aurium# Demo jar building rules.
1cd8881c9c3a32110a49a6668919aa3750dc1285JazzyNico#
4e10d188042815c5285edf00ea96896b862e0863auriuminclude $(BUILDDIR)/common/Demo.gmk
4e10d188042815c5285edf00ea96896b862e0863aurium
1cd8881c9c3a32110a49a6668919aa3750dc1285JazzyNico