jdk/make/sun/font/FILES_c.gmk
author weijun
Tue, 01 Jun 2010 10:52:42 +0800 (2010-06-01)
changeset 5628 69ccc826b016
parent 5506 202f599c92aa
child 7486 6a36b1ebc620
permissions -rw-r--r--
6950931: test fails on windows sun/security/tools/jarsigner/crl.sh Reviewed-by: wetmore, xuelei
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
     1
#
5506
202f599c92aa 6943119: Rebrand source copyright notices
ohair
parents: 2956
diff changeset
     2
# Copyright (c) 2003, 2008, 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 \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    71
        HebrewLigatureData.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    72
        HebrewShaping.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    73
        IndicClassTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    74
        IndicReordering.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    75
        KernTable.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    76
        KhmerLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    77
        KhmerReordering.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    78
        LEGlyphStorage.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    79
        LEInsertionList.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    80
        LigatureSubstSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    81
        LookupProcessor.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    82
        Lookups.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    83
        MarkArrays.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    84
        MarkToBasePosnSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    85
        MarkToLigaturePosnSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    86
        MarkToMarkPosnSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    87
        MirroredCharData.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    88
        MultipleSubstSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    89
        OpenTypeUtilities.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    90
        PairPositioningSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    91
        ScriptAndLanguage.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    92
        ShapingTypeData.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    93
        SinglePositioningSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    94
        SingleSubstitutionSubtables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    95
        SubstitutionLookups.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    96
        ThaiShaping.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    97
        ThaiStateTables.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    98
        ValueRecords.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
    99
        ArabicLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   100
        ArabicShaping.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   101
        GXLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   102
        IndicLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   103
        LayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   104
        SunLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   105
        OpenTypeLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   106
        ThaiLayoutEngine.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   107
        ScriptAndLanguageTags.cpp \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   108
        FontInstanceAdapter.cpp
90ce3da70b43 Initial load
duke
parents:
diff changeset
   109
90ce3da70b43 Initial load
duke
parents:
diff changeset
   110
90ce3da70b43 Initial load
duke
parents:
diff changeset
   111
ifeq ($(PLATFORM),windows)
550
e85f91b9bb95 6656651: Windows Look and Feel LCD glyph images have some differences from native applications.
prr
parents: 2
diff changeset
   112
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
   113
                   lcdglyph.c
e85f91b9bb95 6656651: Windows Look and Feel LCD glyph images have some differences from native applications.
prr
parents: 2
diff changeset
   114
887
0aab8d3fa11a 6725214: D3D: forward-port the new pipeline from 6u10
tdv
parents: 550
diff changeset
   115
FILES_cpp_platform =
2
90ce3da70b43 Initial load
duke
parents:
diff changeset
   116
else
90ce3da70b43 Initial load
duke
parents:
diff changeset
   117
FILES_c_platform = X11FontScaler.c \
90ce3da70b43 Initial load
duke
parents:
diff changeset
   118
                   X11TextRenderer.c
90ce3da70b43 Initial load
duke
parents:
diff changeset
   119
FILES_cpp_platform =
90ce3da70b43 Initial load
duke
parents:
diff changeset
   120
endif
90ce3da70b43 Initial load
duke
parents:
diff changeset
   121
90ce3da70b43 Initial load
duke
parents:
diff changeset
   122
FILES_c = $(FILES_c_shared)  $(FILES_c_platform)
90ce3da70b43 Initial load
duke
parents:
diff changeset
   123
FILES_cpp = $(FILES_cpp_shared) $(FILES_cpp_platform)