Makefile revision 2362
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas Gustafsson# Copyright (c) 1998, 2002, Oracle and/or its affiliates. All rights reserved.
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas Gustafsson# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas Gustafsson# This code is free software; you can redistribute it and/or modify it
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas Gustafsson# under the terms of the GNU General Public License version 2 only, as
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas Gustafsson# published by the Free Software Foundation. Oracle designates this
113251976d99be74da788bdb78300957b77a1381Andreas Gustafsson# particular file as subject to the "Classpath" exception as provided
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas Gustafsson# by Oracle in the LICENSE file that accompanied this code.
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas Gustafsson# This code is distributed in the hope that it will be useful, but WITHOUT
a1747570262ed336c213aaf6bd31bc91993a46deAndreas Gustafsson# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
113251976d99be74da788bdb78300957b77a1381Andreas Gustafsson# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas Gustafsson# version 2 for more details (a copy is included in the LICENSE file that
113251976d99be74da788bdb78300957b77a1381Andreas Gustafsson# accompanied this code).
113251976d99be74da788bdb78300957b77a1381Andreas Gustafsson# You should have received a copy of the GNU General Public License version
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas Gustafsson# 2 along with this work; if not, write to the Free Software Foundation,
113251976d99be74da788bdb78300957b77a1381Andreas Gustafsson# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
113251976d99be74da788bdb78300957b77a1381Andreas Gustafsson# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
dbeb32261081835bb9ba44db68df5dfed0fda411Andreas Gustafsson# or visit www.oracle.com if you need additional information or have any
113251976d99be74da788bdb78300957b77a1381Andreas Gustafsson# Build applet demo.
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas GustafssonDEMO_ROOT = $(SHARE_SRC)/demo/applets/$(DEMONAME)
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas GustafssonDEMO_DESTDIR = $(DEMODIR)/applets/$(DEMONAME)
250ed9e230b3903b1b264dd1ed2f691fc7cd2f8fAndreas Gustafsson# Demo jar building rules.