Makefile revision 594
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# Copyright 1995-2008 Sun Microsystems, Inc. All Rights Reserved.
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# This code is free software; you can redistribute it and/or modify it
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# under the terms of the GNU General Public License version 2 only, as
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# published by the Free Software Foundation. Sun designates this
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# particular file as subject to the "Classpath" exception as provided
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# by Sun in the LICENSE file that accompanied this code.
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# This code is distributed in the hope that it will be useful, but WITHOUT
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# version 2 for more details (a copy is included in the LICENSE file that
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# accompanied this code).
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# You should have received a copy of the GNU General Public License version
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# 2 along with this work; if not, write to the Free Software Foundation,
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# CA 95054 USA or visit www.sun.com if you need additional information or
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# have any questions.
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# Use highest optimization level
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnellAUTO_FILES_JAVA_DIRS = sun/awt/image com/sun/imageio/plugins/jpeg
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell com/sun/imageio/plugins/jpeg/JPEGImageReader.java \
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell com/sun/imageio/plugins/jpeg/JPEGImageWriter.java
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# OpenJDK doesn't use the non-standard jpeg classes which we hope to remove.
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell sun/awt/image/codec/JPEGImageDecoderImpl.java \
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell sun/awt/image/codec/JPEGImageEncoderImpl.java
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnellvpath %.c $(CLOSED_SRC)/share/native/$(PKGDIR)/image/jpeg
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnellOTHER_INCLUDES += -I$(CLOSED_SRC)/share/native/$(PKGDIR)/image/jpeg
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnellOTHER_INCLUDES += -I$(SHARE_SRC)/native/$(PKGDIR)/image/jpeg
42c10b520a70c6b2c67ad812cfda98ac1663f0c5Craig McDonnell# Add to ambient vpath to get files in a subdirectory