209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# Copyright (c) 1997, 2007, Oracle and/or its affiliates. All rights reserved.
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# This code is free software; you can redistribute it and/or modify it
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# under the terms of the GNU General Public License version 2 only, as
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# published by the Free Software Foundation. Oracle designates this
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# particular file as subject to the "Classpath" exception as provided
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# by Oracle in the LICENSE file that accompanied this code.
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# This code is distributed in the hope that it will be useful, but WITHOUT
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# version 2 for more details (a copy is included in the LICENSE file that
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# accompanied this code).
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# You should have received a copy of the GNU General Public License version
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# 2 along with this work; if not, write to the Free Software Foundation,
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# or visit www.oracle.com if you need additional information or have any
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# Makefile to build the Stylepad demo.
209e49b2ff611e7d61ff58e13756ae67f51be550Chris LoveDEMO_ROOT = $(CLOSED_SRC)/share/demo/jfc/$(DEMONAME)
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# Notepad files need to be added to the demo
209e49b2ff611e7d61ff58e13756ae67f51be550Chris LoveDEMO_EXTRA_FILES := Notepad.java ElementTreePanel.java \
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love && $(FIND) resources $(SCM_DIRS_prune) -o -type f -print )
209e49b2ff611e7d61ff58e13756ae67f51be550Chris Love# Demo jar building rules.