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=api 27 28TARGET=cssio 29PACKAGE=com$/sun$/star$/io 30 31# --- Settings ----------------------------------------------------- 32.INCLUDE : $(PRJ)$/util$/makefile.pmk 33 34# ------------------------------------------------------------------------ 35 36IDLFILES=\ 37 FilePermission.idl\ 38 BufferSizeExceededException.idl\ 39 MarkableInputStream.idl\ 40 MarkableOutputStream.idl\ 41 DataInputStream.idl\ 42 DataOutputStream.idl\ 43 DataTransferEvent.idl\ 44 IOException.idl\ 45 NotConnectedException.idl\ 46 AlreadyConnectedException.idl\ 47 ObjectInputStream.idl\ 48 ObjectOutputStream.idl\ 49 Pipe.idl\ 50 Pump.idl\ 51 SequenceInputStream.idl\ 52 SequenceOutputStream.idl\ 53 UnexpectedEOFException.idl\ 54 WrongFormatException.idl\ 55 XActiveDataControl.idl\ 56 XActiveDataSink.idl\ 57 XActiveDataSource.idl\ 58 XActiveDataStreamer.idl\ 59 XConnectable.idl\ 60 XDataExporter.idl\ 61 XDataImporter.idl\ 62 XDataInputStream.idl\ 63 XDataOutputStream.idl\ 64 XDataTransferEventListener.idl\ 65 XInputStream.idl\ 66 XStream.idl\ 67 XMarkableStream.idl\ 68 XObjectInputStream.idl\ 69 XObjectOutputStream.idl\ 70 XOutputStream.idl\ 71 XPersist.idl\ 72 XPersistObject.idl\ 73 XStreamListener.idl\ 74 XSeekable.idl\ 75 XSeekableInputStream.idl\ 76 XSequenceOutputStream.idl\ 77 TextInputStream.idl\ 78 TextOutputStream.idl\ 79 XTextInputStream.idl\ 80 XTextOutputStream.idl\ 81 XTruncate.idl\ 82 XXMLExtractor.idl\ 83 XInputStreamProvider.idl\ 84 UnknownHostException.idl\ 85 SocketException.idl\ 86 NoRouteToHostException.idl\ 87 ConnectException.idl \ 88 XAsyncOutputMonitor.idl\ 89 XTempFile.idl\ 90 TempFile.idl 91 92# ------------------------------------------------------------------ 93 94.INCLUDE : target.mk 95.INCLUDE : $(PRJ)$/util$/target.pmk 96