1*cdf0e10cSrcweir#************************************************************************* 2*cdf0e10cSrcweir# 3*cdf0e10cSrcweir# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. 4*cdf0e10cSrcweir# 5*cdf0e10cSrcweir# Copyright 2000, 2010 Oracle and/or its affiliates. 6*cdf0e10cSrcweir# 7*cdf0e10cSrcweir# OpenOffice.org - a multi-platform office productivity suite 8*cdf0e10cSrcweir# 9*cdf0e10cSrcweir# This file is part of OpenOffice.org. 10*cdf0e10cSrcweir# 11*cdf0e10cSrcweir# OpenOffice.org is free software: you can redistribute it and/or modify 12*cdf0e10cSrcweir# it under the terms of the GNU Lesser General Public License version 3 13*cdf0e10cSrcweir# only, as published by the Free Software Foundation. 14*cdf0e10cSrcweir# 15*cdf0e10cSrcweir# OpenOffice.org is distributed in the hope that it will be useful, 16*cdf0e10cSrcweir# but WITHOUT ANY WARRANTY; without even the implied warranty of 17*cdf0e10cSrcweir# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 18*cdf0e10cSrcweir# GNU Lesser General Public License version 3 for more details 19*cdf0e10cSrcweir# (a copy is included in the LICENSE file that accompanied this code). 20*cdf0e10cSrcweir# 21*cdf0e10cSrcweir# You should have received a copy of the GNU Lesser General Public License 22*cdf0e10cSrcweir# version 3 along with OpenOffice.org. If not, see 23*cdf0e10cSrcweir# <http://www.openoffice.org/license.html> 24*cdf0e10cSrcweir# for a copy of the LGPLv3 License. 25*cdf0e10cSrcweir# 26*cdf0e10cSrcweir#************************************************************************* 27*cdf0e10cSrcweir 28*cdf0e10cSrcweirPRJ=..$/..$/..$/.. 29*cdf0e10cSrcweir 30*cdf0e10cSrcweirPRJNAME=offapi 31*cdf0e10cSrcweir 32*cdf0e10cSrcweirTARGET=cssutil 33*cdf0e10cSrcweirPACKAGE=com$/sun$/star$/util 34*cdf0e10cSrcweir 35*cdf0e10cSrcweir# --- Settings ----------------------------------------------------- 36*cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/makefile.pmk 37*cdf0e10cSrcweir 38*cdf0e10cSrcweir# ------------------------------------------------------------------------ 39*cdf0e10cSrcweir 40*cdf0e10cSrcweirIDLFILES=\ 41*cdf0e10cSrcweir MeasureUnit.idl\ 42*cdf0e10cSrcweir AliasProgrammaticPair.idl \ 43*cdf0e10cSrcweir CellProtection.idl\ 44*cdf0e10cSrcweir ChangesEvent.idl\ 45*cdf0e10cSrcweir ChangesSet.idl \ 46*cdf0e10cSrcweir CloseVetoException.idl\ 47*cdf0e10cSrcweir Color.idl\ 48*cdf0e10cSrcweir Date.idl\ 49*cdf0e10cSrcweir DateTime.idl\ 50*cdf0e10cSrcweir DateTimeRange.idl\ 51*cdf0e10cSrcweir DiskFullException.idl\ 52*cdf0e10cSrcweir Duration.idl\ 53*cdf0e10cSrcweir ElementChange.idl \ 54*cdf0e10cSrcweir Endianness.idl \ 55*cdf0e10cSrcweir FileIOException.idl\ 56*cdf0e10cSrcweir InvalidStateException.idl\ 57*cdf0e10cSrcweir Language.idl\ 58*cdf0e10cSrcweir NumberFormat.idl\ 59*cdf0e10cSrcweir NumberFormatProperties.idl\ 60*cdf0e10cSrcweir NumberFormats.idl\ 61*cdf0e10cSrcweir NumberFormatSettings.idl\ 62*cdf0e10cSrcweir NumberFormatsSupplier.idl\ 63*cdf0e10cSrcweir NumberFormatter.idl\ 64*cdf0e10cSrcweir ModeChangeEvent.idl\ 65*cdf0e10cSrcweir ReplaceDescriptor.idl\ 66*cdf0e10cSrcweir SearchDescriptor.idl\ 67*cdf0e10cSrcweir Sortable.idl\ 68*cdf0e10cSrcweir SortDescriptor.idl\ 69*cdf0e10cSrcweir SortDescriptor2.idl\ 70*cdf0e10cSrcweir SortField.idl\ 71*cdf0e10cSrcweir SortFieldType.idl\ 72*cdf0e10cSrcweir TextSearch.idl\ 73*cdf0e10cSrcweir Time.idl\ 74*cdf0e10cSrcweir TriState.idl\ 75*cdf0e10cSrcweir URL.idl\ 76*cdf0e10cSrcweir URLTransformer.idl\ 77*cdf0e10cSrcweir XArchiver.idl\ 78*cdf0e10cSrcweir XCancellable.idl\ 79*cdf0e10cSrcweir XCancelManager.idl\ 80*cdf0e10cSrcweir XChainable.idl\ 81*cdf0e10cSrcweir XChangesBatch.idl \ 82*cdf0e10cSrcweir XChangesListener.idl \ 83*cdf0e10cSrcweir XChangesNotifier.idl \ 84*cdf0e10cSrcweir XChangesSet.idl \ 85*cdf0e10cSrcweir XCloneable.idl\ 86*cdf0e10cSrcweir XCloseable.idl\ 87*cdf0e10cSrcweir XCloseBroadcaster.idl\ 88*cdf0e10cSrcweir XCloseListener.idl\ 89*cdf0e10cSrcweir XFlushable.idl\ 90*cdf0e10cSrcweir XFlushListener.idl\ 91*cdf0e10cSrcweir XImportable.idl\ 92*cdf0e10cSrcweir XIndent.idl\ 93*cdf0e10cSrcweir XLinkUpdate.idl\ 94*cdf0e10cSrcweir XLocalizedAliases.idl\ 95*cdf0e10cSrcweir XMergeable.idl\ 96*cdf0e10cSrcweir XModeChangeBroadcaster.idl\ 97*cdf0e10cSrcweir XModeChangeListener.idl\ 98*cdf0e10cSrcweir XModeChangeApproveListener.idl\ 99*cdf0e10cSrcweir XModeSelector.idl\ 100*cdf0e10cSrcweir XModifiable.idl\ 101*cdf0e10cSrcweir XModifiable2.idl\ 102*cdf0e10cSrcweir XModifyBroadcaster.idl\ 103*cdf0e10cSrcweir XBroadcaster.idl\ 104*cdf0e10cSrcweir XModifyListener.idl\ 105*cdf0e10cSrcweir XNumberFormatPreviewer.idl\ 106*cdf0e10cSrcweir XNumberFormats.idl\ 107*cdf0e10cSrcweir XNumberFormatsSupplier.idl\ 108*cdf0e10cSrcweir XNumberFormatter.idl\ 109*cdf0e10cSrcweir XNumberFormatTypes.idl\ 110*cdf0e10cSrcweir XPropertyReplace.idl\ 111*cdf0e10cSrcweir XProtectable.idl\ 112*cdf0e10cSrcweir XRefreshable.idl\ 113*cdf0e10cSrcweir XRefreshListener.idl\ 114*cdf0e10cSrcweir XReplaceable.idl\ 115*cdf0e10cSrcweir XReplaceDescriptor.idl\ 116*cdf0e10cSrcweir XSearchable.idl\ 117*cdf0e10cSrcweir XSearchDescriptor.idl\ 118*cdf0e10cSrcweir XSimpleErrorHandler.idl\ 119*cdf0e10cSrcweir XSortable.idl\ 120*cdf0e10cSrcweir XStringAbbreviation.idl\ 121*cdf0e10cSrcweir XStringWidth.idl\ 122*cdf0e10cSrcweir XStringMapping.idl\ 123*cdf0e10cSrcweir XStringEscape.idl\ 124*cdf0e10cSrcweir XTextSearch.idl\ 125*cdf0e10cSrcweir XUpdatable.idl\ 126*cdf0e10cSrcweir XURLTransformer.idl\ 127*cdf0e10cSrcweir XUniqueIDFactory.idl\ 128*cdf0e10cSrcweir VetoException.idl\ 129*cdf0e10cSrcweir DataEditorEventType.idl\ 130*cdf0e10cSrcweir DataEditorEvent.idl\ 131*cdf0e10cSrcweir XDataEditorListener.idl\ 132*cdf0e10cSrcweir XDataEditor.idl\ 133*cdf0e10cSrcweir MalformedNumberFormatException.idl\ 134*cdf0e10cSrcweir NotNumericException.idl\ 135*cdf0e10cSrcweir XAtomServer.idl\ 136*cdf0e10cSrcweir AtomClassRequest.idl\ 137*cdf0e10cSrcweir AtomDescription.idl\ 138*cdf0e10cSrcweir XStringSubstitution.idl\ 139*cdf0e10cSrcweir PathSettings.idl\ 140*cdf0e10cSrcweir PathSubstitution.idl\ 141*cdf0e10cSrcweir XTimeStamped.idl\ 142*cdf0e10cSrcweir OfficeInstallationDirectories.idl\ 143*cdf0e10cSrcweir XOfficeInstallationDirectories.idl\ 144*cdf0e10cSrcweir RevisionTag.idl\ 145*cdf0e10cSrcweir UriAbbreviation.idl\ 146*cdf0e10cSrcweir XJobManager.idl\ 147*cdf0e10cSrcweir JobManager.idl\ 148*cdf0e10cSrcweir XLockable.idl\ 149*cdf0e10cSrcweir NotLockedException.idl\ 150*cdf0e10cSrcweir 151*cdf0e10cSrcweir# ------------------------------------------------------------------ 152*cdf0e10cSrcweir 153*cdf0e10cSrcweir.INCLUDE : target.mk 154*cdf0e10cSrcweir.INCLUDE : $(PRJ)$/util$/target.pmk 155