Makefile revision 5023
6f93ab0823430550df0e4836b30e3712e83b0270maudj# Copyright (c) 2012, Oracle and/or its affiliates. All rights reserved.
6f93ab0823430550df0e4836b30e3712e83b0270maudj# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# This code is free software; you can redistribute it and/or modify it
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# under the terms of the GNU General Public License version 2 only, as
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# published by the Free Software Foundation. Oracle designates this
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# particular file as subject to the "Classpath" exception as provided
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# by Oracle in the LICENSE file that accompanied this code.
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# This code is distributed in the hope that it will be useful, but WITHOUT
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# version 2 for more details (a copy is included in the LICENSE file that
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# accompanied this code).
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# You should have received a copy of the GNU General Public License version
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# 2 along with this work; if not, write to the Free Software Foundation,
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
3437829f938dbb44527d91fbbc5f430a1243c5a5JnRouvignac# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# or visit www.oracle.com if you need additional information or have any
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# questions.
e60213872d70f9bf42bbf4b68208636a8e9c219fugaston# Makefile for building AccessBridge
6f93ab0823430550df0e4836b30e3712e83b0270maudj# Java files to compile.
6f93ab0823430550df0e4836b30e3712e83b0270maudjFILES_java = com/sun/java/accessibility/AccessBridge.java
6f93ab0823430550df0e4836b30e3712e83b0270maudj# Location for the newly built classfiles.
6f93ab0823430550df0e4836b30e3712e83b0270maudjFILES_class = $(FILES_java:%.java=$(CLASSDESTDIR)/%.class)
bc339ba885788fb944c05b083f17574ddf1f6dfdmaudj $(CP) $(CLOSED_PLATFORM_SRC)/classes/com/sun/java/accessibility/$(ABPLATFORM)/AccessBridge.java \