jdk/make/sun/font/FILES_c.gmk
author henryjen
Fri, 12 Apr 2013 12:41:18 -0700
changeset 16858 41b017998f9f
parent 7668 d4a77089c587
child 16889 3df90f344221
permissions -rw-r--r--
8010279: java.util.Stream.min/max((Comparator)null) is not consistent in throwing (unspecified) NPE Reviewed-by: alanb, mduigou
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
7668
d4a77089c587 6962318: Update copyright year
ohair
parents: 7486
diff changeset
     2
# Copyright (c) 2003, 2010, Oracle and/or its affiliates. All rights reserved.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     3
# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
90ce3da70b43 Initial load
duke
parents:
diff changeset
     4
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
     5
# This code is free software; you can redistribute it and/or modify it
90ce3da70b43 Initial load
duke
parents:
diff changeset
     6
# under the terms of the GNU General Public License version 2 only, as
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2956
diff changeset
     7
# published by the Free Software Foundation.  Oracle designates this
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     8
# particular file as subject to the "Classpath" exception as provided
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2956
diff changeset
     9
# by Oracle in the LICENSE file that accompanied this code.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    10
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    11
# This code is distributed in the hope that it will be useful, but WITHOUT
90ce3da70b43 Initial load
duke
parents:
diff changeset
    12
# ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
90ce3da70b43 Initial load
duke
parents:
diff changeset
    13
# FITNESS FOR A PARTICULAR PURPOSE.  See the GNU General Public License
90ce3da70b43 Initial load
duke
parents:
diff changeset
    14
# version 2 for more details (a copy is included in the LICENSE file that
90ce3da70b43 Initial load
duke
parents:
diff changeset
    15
# accompanied this code).
90ce3da70b43 Initial load
duke
parents:
diff changeset
    16
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    17
# You should have received a copy of the GNU General Public License version
90ce3da70b43 Initial load
duke
parents:
diff changeset
    18
# 2 along with this work; if not, write to the Free Software Foundation,
90ce3da70b43 Initial load
duke
parents:
diff changeset
    19
# Inc., 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
90ce3da70b43 Initial load
duke
parents:
diff changeset
    20
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2956
diff changeset
    21
# Please contact Oracle, 500 Oracle Parkway, Redwood Shores, CA 94065 USA
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2956
diff changeset
    22
# or visit www.oracle.com if you need additional information or have any
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2956
diff changeset
    23
# questions.
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    24
#
90ce3da70b43 Initial load
duke
parents:
diff changeset
    25
90ce3da70b43 Initial load
duke
parents:
diff changeset
    26
FILES_c_shared = \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    27
        DrawGlyphList.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    28
        sunFont.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
    29
90ce3da70b43 Initial load
duke
parents:
diff changeset
    30
ifdef OPENJDK
90ce3da70b43 Initial load
duke
parents:
diff changeset
    31
FILES_c_shared += $(TARGDIR)freetypeScaler.c 
90ce3da70b43 Initial load
duke
parents:
diff changeset
    32
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
    33
90ce3da70b43 Initial load
duke
parents:
diff changeset
    34
FILES_cpp_shared = \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    35
        CursiveAttachmentSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    36
        ExtensionSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    37
        MPreFixups.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    38
        HanLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    39
        LEFontInstance.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    40
        ContextualGlyphSubstProc.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    41
        IndicRearrangementProcessor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    42
        LigatureSubstProc.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    43
        LookupTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    44
        MorphTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    45
        NonContextualGlyphSubstProc.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    46
        SegmentArrayProcessor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    47
        SegmentSingleProcessor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    48
        SimpleArrayProcessor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    49
        SingleTableProcessor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    50
        StateTableProcessor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    51
        SubtableProcessor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    52
        TrimmedArrayProcessor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    53
        AlternateSubstSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    54
        AnchorTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    55
        CanonData.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    56
        CanonShaping.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    57
        ClassDefinitionTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    58
        ContextualSubstSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    59
        CoverageTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    60
        DeviceTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    61
        Features.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    62
        GDEFMarkFilter.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    63
        GlyphDefinitionTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    64
        GlyphIterator.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    65
        GlyphLookupTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    66
        GlyphPositionAdjustments.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    67
        GlyphPosnLookupProc.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    68
        GlyphPositioningTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    69
        GlyphSubstLookupProc.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    70
        GlyphSubstitutionTables.cpp \
7486
6a36b1ebc620 6886358: layout code update
srl
parents: 5506
diff changeset
    71
        HangulLayoutEngine.cpp \
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
        IndicClassTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
        IndicReordering.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
        KernTable.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
        KhmerLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
        KhmerReordering.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
        LEGlyphStorage.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
        LEInsertionList.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
        LigatureSubstSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
        LookupProcessor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
        Lookups.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
        MarkArrays.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
        MarkToBasePosnSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
        MarkToLigaturePosnSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
        MarkToMarkPosnSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
        MirroredCharData.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
        MultipleSubstSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
        OpenTypeUtilities.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
        PairPositioningSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
        ScriptAndLanguage.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        ShapingTypeData.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
        SinglePositioningSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
        SingleSubstitutionSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
        SubstitutionLookups.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
        ThaiShaping.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
        ThaiStateTables.cpp \
7486
6a36b1ebc620 6886358: layout code update
srl
parents: 5506
diff changeset
    97
        TibetanLayoutEngine.cpp \
6a36b1ebc620 6886358: layout code update
srl
parents: 5506
diff changeset
    98
        TibetanReordering.cpp \
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
        ValueRecords.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
        ArabicLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
        ArabicShaping.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
        GXLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
        IndicLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
        LayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
        SunLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
        OpenTypeLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
        ThaiLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
        ScriptAndLanguageTags.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
        FontInstanceAdapter.cpp
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
90ce3da70b43 Initial load
duke
parents:
diff changeset
   112
ifeq ($(PLATFORM),windows)
550
e85f91b9bb95 6656651: Windows Look and Feel LCD glyph images have some differences from native applications.
prr
parents: 2
diff changeset
   113
FILES_c_platform = fontpath.c \
e85f91b9bb95 6656651: Windows Look and Feel LCD glyph images have some differences from native applications.
prr
parents: 2
diff changeset
   114
                   lcdglyph.c
e85f91b9bb95 6656651: Windows Look and Feel LCD glyph images have some differences from native applications.
prr
parents: 2
diff changeset
   115
887
0aab8d3fa11a 6725214: D3D: forward-port the new pipeline from 6u10
tdv
parents: 550
diff changeset
   116
FILES_cpp_platform =
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
else
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
FILES_c_platform = X11FontScaler.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
                   X11TextRenderer.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
FILES_cpp_platform =
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
FILES_c = $(FILES_c_shared)  $(FILES_c_platform)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   124
FILES_cpp = $(FILES_cpp_shared) $(FILES_cpp_platform)