@@ -1,50 +1,49 @@ include ../../extra.mk STATIC_PIC_LIB_NOINST = ${EXCEPTIONS_LIB_A} STATIC_LIB_NOINST = ${EXCEPTIONS_A} -SRCS = OFAllocFailedException.m \ - OFChangeDirectoryFailedException.m \ - OFChangeFileModeFailedException.m \ - OFChangeFileOwnerFailedException.m \ - OFCopyFileFailedException.m \ - OFCreateDirectoryFailedException.m \ - OFDeleteDirectoryFailedException.m \ - OFDeleteFileFailedException.m \ - OFEnumerationMutationException.m \ - OFException.m \ - OFHashAlreadyCalculatedException.m \ - OFInitializationFailedException.m \ - OFInvalidArgumentException.m \ - OFInvalidEncodingException.m \ - OFInvalidFormatException.m \ - OFInvalidJSONException.m \ - OFInvalidServerReplyException.m \ - OFLinkFailedException.m \ - OFLockFailedException.m \ - OFMalformedXMLException.m \ - OFMemoryNotPartOfObjectException.m \ - OFNotImplementedException.m \ - OFOpenFileFailedException.m \ - OFOutOfMemoryException.m \ - OFOutOfRangeException.m \ - OFReadFailedException.m \ - OFReadOrWriteFailedException.m \ - OFRenameFileFailedException.m \ - OFSeekFailedException.m \ - OFSetOptionFailedException.m \ - OFStillLockedException.m \ - OFSymlinkFailedException.m \ - OFTruncatedDataException.m \ - OFUnboundNamespaceException.m \ - OFUnboundPrefixException.m \ - OFUnlockFailedException.m \ - OFUnsupportedProtocolException.m \ - OFUnsupportedVersionException.m \ - OFWriteFailedException.m \ - ${USE_SRCS_SOCKETS} \ +SRCS = OFAllocFailedException.m \ + OFChangeCurrentDirectoryPathFailedException.m \ + OFChangeOwnerFailedException.m \ + OFChangePermissionsFailedException.m \ + OFCopyFileFailedException.m \ + OFCreateDirectoryFailedException.m \ + OFCreateSymbolicLinkFailedException.m \ + OFEnumerationMutationException.m \ + OFException.m \ + OFHashAlreadyCalculatedException.m \ + OFInitializationFailedException.m \ + OFInvalidArgumentException.m \ + OFInvalidEncodingException.m \ + OFInvalidFormatException.m \ + OFInvalidJSONException.m \ + OFInvalidServerReplyException.m \ + OFLinkFailedException.m \ + OFLockFailedException.m \ + OFMalformedXMLException.m \ + OFMemoryNotPartOfObjectException.m \ + OFNotImplementedException.m \ + OFOpenFileFailedException.m \ + OFOutOfMemoryException.m \ + OFOutOfRangeException.m \ + OFReadFailedException.m \ + OFReadOrWriteFailedException.m \ + OFRemoveFailedException.m \ + OFRenameFailedException.m \ + OFSeekFailedException.m \ + OFSetOptionFailedException.m \ + OFStillLockedException.m \ + OFTruncatedDataException.m \ + OFUnboundNamespaceException.m \ + OFUnboundPrefixException.m \ + OFUnlockFailedException.m \ + OFUnsupportedProtocolException.m \ + OFUnsupportedVersionException.m \ + OFWriteFailedException.m \ + ${USE_SRCS_SOCKETS} \ ${USE_SRCS_THREADS} SRCS_SOCKETS = OFAcceptFailedException.m \ OFAddressTranslationFailedException.m \ OFAlreadyConnectedException.m \ OFBindFailedException.m \