Makefile revision 4639
234N/A# Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved. 234N/A# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 234N/A# This code is free software; you can redistribute it and/or modify it 234N/A# under the terms of the GNU General Public License version 2 only, as 234N/A# published by the Free Software Foundation. Oracle designates this 234N/A# particular file as subject to the "Classpath" exception as provided 234N/A# by Oracle in the LICENSE file that accompanied this code. 234N/A# This code is distributed in the hope that it will be useful, but WITHOUT 234N/A# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or 234N/A# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License 234N/A# version 2 for more details (a copy is included in the LICENSE file that 234N/A# accompanied this code). 234N/A# You should have received a copy of the GNU General Public License version 234N/A# 2 along with this work; if not, write to the Free Software Foundation, 234N/A# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA. 234N/A# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA 234N/A#ifeq ($(PLATFORM), solaris) 234N/A# ifneq ($(ARCH), amd64) 234N/A# FILES_reorder += reorder-$(ARCH) # CFLAGS and CPPFLAGS are added when linking as well, so we use VARIANT # instead to specify that we're actually compiling objective-c code here #$(JVMLIB) $(OBJDIR)/../../jpeg/$(OBJDIRNAME)/jpeg$(SUFFIX).lib # Add to ambient vpath to get files in a subdirectory # Shun the less than portable MMX assembly code in pnggccrd.c, # and use alternative implementations in C.