xref: /aoo41x/main/udkapi/com/sun/star/io/makefile.mk (revision cdf0e10c)
1#*************************************************************************
2#
3# DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
4#
5# Copyright 2000, 2010 Oracle and/or its affiliates.
6#
7# OpenOffice.org - a multi-platform office productivity suite
8#
9# This file is part of OpenOffice.org.
10#
11# OpenOffice.org is free software: you can redistribute it and/or modify
12# it under the terms of the GNU Lesser General Public License version 3
13# only, as published by the Free Software Foundation.
14#
15# OpenOffice.org is distributed in the hope that it will be useful,
16# but WITHOUT ANY WARRANTY; without even the implied warranty of
17# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
18# GNU Lesser General Public License version 3 for more details
19# (a copy is included in the LICENSE file that accompanied this code).
20#
21# You should have received a copy of the GNU Lesser General Public License
22# version 3 along with OpenOffice.org.  If not, see
23# <http://www.openoffice.org/license.html>
24# for a copy of the LGPLv3 License.
25#
26#*************************************************************************
27
28PRJ=..$/..$/..$/..
29
30PRJNAME=api
31
32TARGET=cssio
33PACKAGE=com$/sun$/star$/io
34
35# --- Settings -----------------------------------------------------
36.INCLUDE :  $(PRJ)$/util$/makefile.pmk
37
38# ------------------------------------------------------------------------
39
40IDLFILES=\
41	FilePermission.idl\
42	BufferSizeExceededException.idl\
43	MarkableInputStream.idl\
44	MarkableOutputStream.idl\
45	DataInputStream.idl\
46	DataOutputStream.idl\
47	DataTransferEvent.idl\
48	IOException.idl\
49	NotConnectedException.idl\
50	AlreadyConnectedException.idl\
51	ObjectInputStream.idl\
52	ObjectOutputStream.idl\
53	Pipe.idl\
54	Pump.idl\
55	SequenceInputStream.idl\
56    SequenceOutputStream.idl\
57	UnexpectedEOFException.idl\
58	WrongFormatException.idl\
59	XActiveDataControl.idl\
60	XActiveDataSink.idl\
61	XActiveDataSource.idl\
62	XActiveDataStreamer.idl\
63	XConnectable.idl\
64	XDataExporter.idl\
65	XDataImporter.idl\
66	XDataInputStream.idl\
67	XDataOutputStream.idl\
68	XDataTransferEventListener.idl\
69	XInputStream.idl\
70	XStream.idl\
71	XMarkableStream.idl\
72	XObjectInputStream.idl\
73	XObjectOutputStream.idl\
74	XOutputStream.idl\
75	XPersist.idl\
76	XPersistObject.idl\
77	XStreamListener.idl\
78	XSeekable.idl\
79	XSeekableInputStream.idl\
80	XSequenceOutputStream.idl\
81	TextInputStream.idl\
82	TextOutputStream.idl\
83	XTextInputStream.idl\
84	XTextOutputStream.idl\
85	XTruncate.idl\
86	XXMLExtractor.idl\
87	XInputStreamProvider.idl\
88	UnknownHostException.idl\
89	SocketException.idl\
90	NoRouteToHostException.idl\
91    ConnectException.idl \
92    XAsyncOutputMonitor.idl\
93    XTempFile.idl\
94    TempFile.idl
95
96# ------------------------------------------------------------------
97
98.INCLUDE :  target.mk
99.INCLUDE :  $(PRJ)$/util$/target.pmk
100