xref: /aoo41x/main/offapi/com/sun/star/auth/makefile.mk (revision f8ad1cf2)
1*f8ad1cf2SJürgen Schmidt#**************************************************************
2*f8ad1cf2SJürgen Schmidt#
3*f8ad1cf2SJürgen Schmidt#  Licensed to the Apache Software Foundation (ASF) under one
4*f8ad1cf2SJürgen Schmidt#  or more contributor license agreements.  See the NOTICE file
5*f8ad1cf2SJürgen Schmidt#  distributed with this work for additional information
6*f8ad1cf2SJürgen Schmidt#  regarding copyright ownership.  The ASF licenses this file
7*f8ad1cf2SJürgen Schmidt#  to you under the Apache License, Version 2.0 (the
8*f8ad1cf2SJürgen Schmidt#  "License"); you may not use this file except in compliance
9*f8ad1cf2SJürgen Schmidt#  with the License.  You may obtain a copy of the License at
10*f8ad1cf2SJürgen Schmidt#
11*f8ad1cf2SJürgen Schmidt#    http://www.apache.org/licenses/LICENSE-2.0
12*f8ad1cf2SJürgen Schmidt#
13*f8ad1cf2SJürgen Schmidt#  Unless required by applicable law or agreed to in writing,
14*f8ad1cf2SJürgen Schmidt#  software distributed under the License is distributed on an
15*f8ad1cf2SJürgen Schmidt#  "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY
16*f8ad1cf2SJürgen Schmidt#  KIND, either express or implied.  See the License for the
17*f8ad1cf2SJürgen Schmidt#  specific language governing permissions and limitations
18*f8ad1cf2SJürgen Schmidt#  under the License.
19*f8ad1cf2SJürgen Schmidt#
20*f8ad1cf2SJürgen Schmidt#**************************************************************
21cdf0e10cSrcweirPRJ = ..$/..$/..$/..
22cdf0e10cSrcweirPRJNAME=offapi
23cdf0e10cSrcweir
24cdf0e10cSrcweirTARGET = cssauth
25cdf0e10cSrcweirPACKAGE = com$/sun$/star$/auth
26cdf0e10cSrcweir
27cdf0e10cSrcweir.INCLUDE: $(PRJ)$/util$/makefile.pmk
28cdf0e10cSrcweir
29cdf0e10cSrcweirIDLFILES = \
30cdf0e10cSrcweir	AuthenticationFailedException.idl	\
31cdf0e10cSrcweir	InvalidArgumentException.idl		\
32cdf0e10cSrcweir	InvalidContextException.idl			\
33cdf0e10cSrcweir	InvalidCredentialException.idl		\
34cdf0e10cSrcweir	InvalidPrincipalException.idl		\
35cdf0e10cSrcweir	PersistenceFailureException.idl		\
36cdf0e10cSrcweir	UnsupportedException.idl			\
37cdf0e10cSrcweir	SSOManagerFactory.idl				\
38cdf0e10cSrcweir	SSOPasswordCache.idl				\
39cdf0e10cSrcweir	XSSOAcceptorContext.idl				\
40cdf0e10cSrcweir	XSSOContext.idl						\
41cdf0e10cSrcweir	XSSOInitiatorContext.idl			\
42cdf0e10cSrcweir	XSSOManager.idl						\
43cdf0e10cSrcweir	XSSOManagerFactory.idl				\
44cdf0e10cSrcweir	XSSOPasswordCache.idl
45cdf0e10cSrcweir
46cdf0e10cSrcweir
47cdf0e10cSrcweir.INCLUDE: target.mk
48cdf0e10cSrcweir.INCLUDE: $(PRJ)$/util$/target.pmk
49