Makefile revision 2362
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# Copyright (c) 1995, 2008, Oracle and/or its affiliates. All rights reserved.
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# This code is free software; you can redistribute it and/or modify it
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# under the terms of the GNU General Public License version 2 only, as
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# published by the Free Software Foundation. Oracle designates this
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# particular file as subject to the "Classpath" exception as provided
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# by Oracle in the LICENSE file that accompanied this code.
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# This code is distributed in the hope that it will be useful, but WITHOUT
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# version 2 for more details (a copy is included in the LICENSE file that
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# accompanied this code).
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# You should have received a copy of the GNU General Public License version
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# 2 along with this work; if not, write to the Free Software Foundation,
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# or visit www.oracle.com if you need additional information or have any
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# Use highest optimization level
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof KosińskiAUTO_FILES_JAVA_DIRS = sun/awt/image com/sun/imageio/plugins/jpeg
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński com/sun/imageio/plugins/jpeg/JPEGImageReader.java \
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński com/sun/imageio/plugins/jpeg/JPEGImageWriter.java
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# OpenJDK doesn't use the non-standard jpeg classes which we hope to remove.
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński sun/awt/image/codec/JPEGImageDecoderImpl.java \
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński sun/awt/image/codec/JPEGImageEncoderImpl.java
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosińskivpath %.c $(CLOSED_SRC)/share/native/$(PKGDIR)/image/jpeg
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof KosińskiOTHER_INCLUDES += -I$(CLOSED_SRC)/share/native/$(PKGDIR)/image/jpeg
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof KosińskiOTHER_INCLUDES += -I$(SHARE_SRC)/native/$(PKGDIR)/image/jpeg
76addc201c409e81eaaa73fe27cc0f79c4db097cKrzysztof Kosińskiinclude $(BUILDDIR)/common/Mapfile-vers.gmk
40742313779ee5e43be93a9191f1c86412cf183bKrzysztof Kosiński# Add to ambient vpath to get files in a subdirectory