merge the formfield patch from ooo-build
[ooovba.git] / offapi / com / sun / star / linguistic2 / makefile.mk
blob6328540ae2ac89b5863bf7c47dd2792d31b9bacb
1 #*************************************************************************
3 # DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4 #
5 # Copyright 2008 by Sun Microsystems, Inc.
7 # OpenOffice.org - a multi-platform office productivity suite
9 # $RCSfile: makefile.mk,v $
11 # $Revision: 1.16 $
13 # This file is part of OpenOffice.org.
15 # OpenOffice.org is free software: you can redistribute it and/or modify
16 # it under the terms of the GNU Lesser General Public License version 3
17 # only, as published by the Free Software Foundation.
19 # OpenOffice.org is distributed in the hope that it will be useful,
20 # but WITHOUT ANY WARRANTY; without even the implied warranty of
21 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
22 # GNU Lesser General Public License version 3 for more details
23 # (a copy is included in the LICENSE file that accompanied this code).
25 # You should have received a copy of the GNU Lesser General Public License
26 # version 3 along with OpenOffice.org. If not, see
27 # <http://www.openoffice.org/license.html>
28 # for a copy of the LGPLv3 License.
30 #*************************************************************************
33 PRJ=..$/..$/..$/..
35 PRJNAME=offapi
37 TARGET=csslinguistic2
38 PACKAGE=com$/sun$/star$/linguistic2
40 # --- Settings -----------------------------------------------------
41 .INCLUDE : $(PRJ)$/util$/makefile.pmk
43 # ------------------------------------------------------------------------
45 IDLFILES=\
46 ConversionDictionary.idl \
47 ConversionDictionaryList.idl \
48 ConversionDictionaryType.idl \
49 ConversionDirection.idl \
50 ConversionPropertyType.idl \
51 Dictionary.idl\
52 DictionaryEvent.idl\
53 DictionaryEventFlags.idl\
54 DictionaryList.idl\
55 DictionaryListEvent.idl\
56 DictionaryListEventFlags.idl\
57 DictionaryType.idl\
58 HangulHanjaConversionDictionary.idl \
59 Hyphenator.idl\
60 LinguProperties.idl\
61 LinguServiceEvent.idl\
62 LinguServiceEventFlags.idl\
63 LinguServiceManager.idl\
64 SpellChecker.idl\
65 SpellFailure.idl\
66 Thesaurus.idl\
67 XAvailableLocales.idl\
68 XConversionDictionary.idl \
69 XConversionDictionaryList.idl \
70 XConversionPropertyType.idl \
71 XDictionary.idl\
72 XDictionary1.idl\
73 XDictionaryEntry.idl\
74 XDictionaryEventListener.idl\
75 XDictionaryList.idl\
76 XDictionaryListEventListener.idl\
77 XHyphenatedWord.idl\
78 XHyphenator.idl\
79 XLanguageGuessing.idl\
80 XLinguServiceEventBroadcaster.idl\
81 XLinguServiceEventListener.idl\
82 XLinguServiceManager.idl\
83 XMeaning.idl\
84 XPossibleHyphens.idl\
85 XSearchableDictionary.idl\
86 XSearchableDictionaryList.idl\
87 XSpellAlternatives.idl\
88 XSetSpellAlternatives.idl\
89 XSpellChecker.idl\
90 XSpellChecker1.idl\
91 XSupportedLanguages.idl\
92 XSupportedLocales.idl\
93 XThesaurus.idl\
94 SingleProofreadingError.idl\
95 ProofreadingResult.idl\
96 Proofreader.idl\
97 XProofreader.idl\
98 XProofreadingIterator.idl\
99 ProofreadingIterator.idl
102 # ------------------------------------------------------------------
104 .INCLUDE : target.mk
105 .INCLUDE : $(PRJ)$/util$/target.pmk