Makefile revision 381
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# Copyright 2006-2008 Sun Microsystems, Inc. All Rights Reserved.
bf52162f2d05c1fb1a107c7ef108de73f739b3edpquerna# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
d33ddda47790d3295f4218f87e3a296cf51a9becmjc# This code is free software; you can redistribute it and/or modify it
c7d46b58052fe666c74a47bd26b6cb1e351492adrpluem# under the terms of the GNU General Public License version 2 only, as
4e08c8c1a91e2887b41d8cacd3aa532355d0237drpluem# published by the Free Software Foundation. Sun designates this
137e484e5f984ceff1102e1212dda8ac0413231aniq# particular file as subject to the "Classpath" exception as provided
186e9d990f453d16826ab87a87df7b87e6e05921rpluem# by Sun in the LICENSE file that accompanied this code.
186e9d990f453d16826ab87a87df7b87e6e05921rpluem# This code is distributed in the hope that it will be useful, but WITHOUT
186e9d990f453d16826ab87a87df7b87e6e05921rpluem# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi# FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi# version 2 for more details (a copy is included in the LICENSE file that
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi# accompanied this code).
6861702c2d883e5c0744d5f7528d2060671ad24dtakashi# You should have received a copy of the GNU General Public License version
f1f779c42f76118102fdecbe8777b47a1fc693a7rjung# 2 along with this work; if not, write to the Free Software Foundation,
f1f779c42f76118102fdecbe8777b47a1fc693a7rjung# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
292cb7b720095e7bb434d79ae53b02d332aeb99acovener# Please contact Sun Microsystems, Inc., 4150 Network Circle, Santa Clara,
292cb7b720095e7bb434d79ae53b02d332aeb99acovener# CA 95054 USA or visit www.sun.com if you need additional information or
292cb7b720095e7bb434d79ae53b02d332aeb99acovener# have any questions.
d0cd62f11bcd8fa9bf758c5125f55cea5d9038dfrpluemelse # !OPENJDK
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawick# ICC Profiles used by the CMM.
27c7a7cad9e83eeebad0a4d5a321144394adc3f9trawickiccprofiles: $(ICCPROFILE_DEST_DIR)/sRGB.pf $(ICCPROFILE_DEST_DIR)/GRAY.pf \
8f2700898323915da289644dc1f3ee11a5e5b4earpluem $(ICCPROFILE_DEST_DIR)/CIEXYZ.pf $(ICCPROFILE_DEST_DIR)/PYCC.pf \
8f2700898323915da289644dc1f3ee11a5e5b4earpluem$(ICCPROFILE_DEST_DIR)/sRGB.pf: $(ICCPROFILE_SRC_DIR)/sRGB.pf
e7983ce746b0df56a1b74b42da6d82f5ecb99349covener $(CP) $(ICCPROFILE_SRC_DIR)/sRGB.pf $(ICCPROFILE_DEST_DIR)
bbcfb8ab8e22f90fdf346e9993bd58ba2203b182trawick$(ICCPROFILE_DEST_DIR)/GRAY.pf: $(ICCPROFILE_SRC_DIR)/GRAY.pf
d1745d6933c22c807cf2388332426defd1b19f03covener $(CP) $(ICCPROFILE_SRC_DIR)/GRAY.pf $(ICCPROFILE_DEST_DIR)
b20f76a400e77d3631f3507ff22d68ae6bd25323trawick$(ICCPROFILE_DEST_DIR)/CIEXYZ.pf: $(ICCPROFILE_SRC_DIR)/CIEXYZ.pf
2db5d76ac4c75aadecf38e20569bccbfd2360ba7rpluem $(CP) $(ICCPROFILE_SRC_DIR)/CIEXYZ.pf $(ICCPROFILE_DEST_DIR)
df46ff21c57d00f6addccaaf9b1484f2b56b8577pquerna$(ICCPROFILE_DEST_DIR)/PYCC.pf: $(ICCPROFILE_SRC_DIR)/PYCC.pf
1c03114a0f0315ed19a05f654021da9f66005897rjung $(CP) $(ICCPROFILE_SRC_DIR)/PYCC.pf $(ICCPROFILE_DEST_DIR)
89691c9bd17f5f53fa0aa8d3fe2e1faee5a5d984rpluem$(ICCPROFILE_DEST_DIR)/LINEAR_RGB.pf: $(ICCPROFILE_SRC_DIR)/LINEAR_RGB.pf
51a475d92e7d68ee6d7b57aa7fd6e73b2712ce31sctemme $(CP) $(ICCPROFILE_SRC_DIR)/LINEAR_RGB.pf $(ICCPROFILE_DEST_DIR)