xref: /AOO41X/main/offapi/com/sun/star/i18n/makefile.mk (revision 1455e513e06d29f0697b752c8d53101957b5a400)
1#**************************************************************
2#
3#  Licensed to the Apache Software Foundation (ASF) under one
4#  or more contributor license agreements.  See the NOTICE file
5#  distributed with this work for additional information
6#  regarding copyright ownership.  The ASF licenses this file
7#  to you under the Apache License, Version 2.0 (the
8#  "License"); you may not use this file except in compliance
9#  with the License.  You may obtain a copy of the License at
10#
11#    http://www.apache.org/licenses/LICENSE-2.0
12#
13#  Unless required by applicable law or agreed to in writing,
14#  software distributed under the License is distributed on an
15#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16#  KIND, either express or implied.  See the License for the
17#  specific language governing permissions and limitations
18#  under the License.
19#
20#**************************************************************
21
22
23
24PRJ=..$/..$/..$/..
25
26PRJNAME=offapi
27
28TARGET=cssi18n
29PACKAGE=com$/sun$/star$/i18n
30
31# --- Settings -----------------------------------------------------
32.INCLUDE :  $(PRJ)$/util$/makefile.pmk
33
34# ------------------------------------------------------------------------
35
36IDLFILES=\
37    AmPmValue.idl \
38    Boundary.idl \
39    BreakIterator.idl \
40    BreakType.idl \
41    CTLScriptType.idl \
42    Calendar.idl \
43    CalendarDisplayCode.idl \
44    CalendarDisplayIndex.idl \
45    CalendarFieldIndex.idl \
46    CalendarItem.idl \
47    ChapterCollator.idl \
48    CharType.idl \
49    CharacterClassification.idl \
50    CharacterIteratorMode.idl \
51    Collator.idl \
52    CollatorOptions.idl \
53    Currency.idl \
54    Currency2.idl \
55    DirectionProperty.idl \
56    ForbiddenCharacters.idl \
57    FormatElement.idl \
58    Implementation.idl \
59    IndexEntrySupplier.idl \
60    InputSequenceChecker.idl \
61    InputSequenceCheckMode.idl \
62    KCharacterType.idl \
63    KNumberFormatType.idl \
64    KNumberFormatUsage.idl \
65    KParseTokens.idl \
66    KParseType.idl \
67    LanguageCountryInfo.idl \
68    LineBreakHyphenationOptions.idl  \
69    LineBreakResults.idl \
70    LineBreakUserOptions.idl  \
71    LocaleCalendar.idl \
72    LocaleData.idl \
73    LocaleDataItem.idl \
74    LocaleItem.idl \
75    Months.idl \
76    MultipleCharsOutputException.idl \
77    NativeNumberMode.idl \
78    NativeNumberSupplier.idl \
79    NativeNumberXmlAttributes.idl \
80    NumberFormatCode.idl \
81    NumberFormatIndex.idl \
82    NumberFormatMapper.idl \
83    ParseResult.idl \
84    ScriptDirection.idl \
85    ScriptType.idl \
86    TextConversion.idl \
87    TextConversionOption.idl \
88    TextConversionResult.idl \
89    TextConversionType.idl \
90    Transliteration.idl \
91    TransliterationModules.idl \
92    TransliterationModulesNew.idl \
93    TransliterationModulesExtra.idl \
94    TransliterationType.idl \
95    UnicodeScript.idl \
96    UnicodeType.idl \
97    Weekdays.idl \
98    WordType.idl \
99    XBreakIterator.idl \
100    XCalendar.idl \
101    XCharacterClassification.idl \
102    XCollator.idl \
103    XExtendedCalendar.idl \
104    XExtendedIndexEntrySupplier.idl \
105    XExtendedTransliteration.idl \
106    XForbiddenCharacters.idl \
107    XIndexEntrySupplier.idl \
108    XInputSequenceChecker.idl \
109    XExtendedInputSequenceChecker.idl \
110    XLocaleData.idl \
111    XLocaleData2.idl \
112    XNativeNumberSupplier.idl \
113    XNumberFormatCode.idl \
114    XTextConversion.idl \
115    XExtendedTextConversion.idl \
116    XScriptTypeDetector.idl \
117    XTransliteration.idl \
118    reservedWords.idl \
119    XOrdinalSuffix.idl \
120    OrdinalSuffix.idl
121
122# ------------------------------------------------------------------
123
124.INCLUDE :  target.mk
125.INCLUDE :  $(PRJ)$/util$/target.pmk
126