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