6151ca38ab
2003/03/07 13:02:58 ghiggins 1.1.2.1: #104673# moving sso apis from drafts folder
28 lines
692 B
Makefile
28 lines
692 B
Makefile
PRJ = ..$/..$/..$/..
|
|
PRJNAME = auth
|
|
|
|
TARGET = cssauth
|
|
PACKAGE = com$/sun$/star$/auth
|
|
|
|
.INCLUDE: $(PRJ)$/util$/makefile.pmk
|
|
|
|
IDLFILES = \
|
|
AuthenticationFailedException.idl \
|
|
InvalidArgumentException.idl \
|
|
InvalidContextException.idl \
|
|
InvalidCredentialException.idl \
|
|
InvalidPrincipalException.idl \
|
|
PersistenceFailureException.idl \
|
|
UnsupportedException.idl \
|
|
SSOManagerFactory.idl \
|
|
SSOPasswordCache.idl \
|
|
XSSOAcceptorContext.idl \
|
|
XSSOContext.idl \
|
|
XSSOInitiatorContext.idl \
|
|
XSSOManager.idl \
|
|
XSSOManagerFactory.idl \
|
|
XSSOPasswordCache.idl
|
|
|
|
|
|
.INCLUDE: target.mk
|
|
.INCLUDE: $(PRJ)$/util$/target.pmk
|