pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/net



Module Name:    pkgsrc
Committed By:   dkazankov
Date:           Fri Aug 15 08:10:03 UTC 2025

Modified Files:
        pkgsrc/net: Makefile
Added Files:
        pkgsrc/net/ada-polyorb: DESCR Makefile PLIST buildlink3.mk distinfo
            options.mk
        pkgsrc/net/ada-polyorb/patches: patch-Makefile.common.project.in
            patch-compilers_gnatdist_xe__back-garlic.adb patch-configure
            patch-cos_time_time__utils__c.c
            patch-projects_polyorb__src__aws.gpr
            patch-src_security_polyorb__asn1.c
            patch-src_security_tls_polyorb-tls.adb
            patch-src_security_tls_polyorb-tls.ads
            patch-src_security_x509_polyorb-x509.adb
            patch-src_security_x509_polyorb__x509.c
            patch-src_ssl_polyorb-ssl.adb patch-src_ssl_polyorb-ssl.ads

Log Message:
net/ada-polyorb: Add new package 25.0.0

Polymorphic, reusable infrastructure for building
object-oriented distributed systems


To generate a diff of this commit:
cvs rdiff -u -r1.1604 -r1.1605 pkgsrc/net/Makefile
cvs rdiff -u -r0 -r1.1 pkgsrc/net/ada-polyorb/DESCR \
    pkgsrc/net/ada-polyorb/Makefile pkgsrc/net/ada-polyorb/PLIST \
    pkgsrc/net/ada-polyorb/buildlink3.mk pkgsrc/net/ada-polyorb/distinfo \
    pkgsrc/net/ada-polyorb/options.mk
cvs rdiff -u -r0 -r1.1 \
    pkgsrc/net/ada-polyorb/patches/patch-Makefile.common.project.in \
    pkgsrc/net/ada-polyorb/patches/patch-compilers_gnatdist_xe__back-garlic.adb \
    pkgsrc/net/ada-polyorb/patches/patch-configure \
    pkgsrc/net/ada-polyorb/patches/patch-cos_time_time__utils__c.c \
    pkgsrc/net/ada-polyorb/patches/patch-projects_polyorb__src__aws.gpr \
    pkgsrc/net/ada-polyorb/patches/patch-src_security_polyorb__asn1.c \
    pkgsrc/net/ada-polyorb/patches/patch-src_security_tls_polyorb-tls.adb \
    pkgsrc/net/ada-polyorb/patches/patch-src_security_tls_polyorb-tls.ads \
    pkgsrc/net/ada-polyorb/patches/patch-src_security_x509_polyorb-x509.adb \
    pkgsrc/net/ada-polyorb/patches/patch-src_security_x509_polyorb__x509.c \
    pkgsrc/net/ada-polyorb/patches/patch-src_ssl_polyorb-ssl.adb \
    pkgsrc/net/ada-polyorb/patches/patch-src_ssl_polyorb-ssl.ads

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/net/Makefile
diff -u pkgsrc/net/Makefile:1.1604 pkgsrc/net/Makefile:1.1605
--- pkgsrc/net/Makefile:1.1604  Wed Aug  6 06:36:50 2025
+++ pkgsrc/net/Makefile Fri Aug 15 08:10:02 2025
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.1604 2025/08/06 06:36:50 pin Exp $
+# $NetBSD: Makefile,v 1.1605 2025/08/15 08:10:02 dkazankov Exp $
 #
 
 COMMENT=       Networking tools
@@ -16,6 +16,7 @@ SUBDIR+=      Radicale
 SUBDIR+=       Radicale2
 SUBDIR+=       SDL2_net
 SUBDIR+=       SDL_net
+SUBDIR+=       ada-polyorb
 SUBDIR+=       adns
 SUBDIR+=       aget
 SUBDIR+=       aiccu

Added files:

Index: pkgsrc/net/ada-polyorb/DESCR
diff -u /dev/null pkgsrc/net/ada-polyorb/DESCR:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/DESCR        Fri Aug 15 08:10:02 2025
@@ -0,0 +1,8 @@
+PolyORB is a polymorphic infrastructure for building distributed systems
+
+PolyORB is a polymorphic, reusable infrastructure for building or prototyping
+new middleware adapted to specific application needs. It provides a set of
+components on top of which various instances can be elaborated. These instances
+(or personalities) are views on PolyORB facilities that are compliant to
+existing standards, either at the API level (application personality) or at the
+protocol level (protocol personality).
Index: pkgsrc/net/ada-polyorb/Makefile
diff -u /dev/null pkgsrc/net/ada-polyorb/Makefile:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/Makefile     Fri Aug 15 08:10:03 2025
@@ -0,0 +1,85 @@
+# $NetBSD: Makefile,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+DISTNAME=      polyorb-${PKGVERSION_NOREV}
+PKGNAME=       polyorb-${GNAT_NAME}-25.0.0
+CATEGORIES=    net devel
+MASTER_SITES=  ${MASTER_SITE_GITHUB:=AdaCore/}
+GITHUB_PROJECT=        PolyORB
+GITHUB_TAG=    25.0
+
+MAINTAINER=    dkazankov%NetBSD.org@localhost
+HOMEPAGE=      https://github.com/AdaCore/PolyORB
+COMMENT=       Polymorphic, reusable infrastructure for building distributed systems
+LICENSE=       gnu-gpl-v2
+
+USE_TOOLS+=    awk gmake
+
+USE_LANGUAGES= c ada
+
+GNU_CONFIGURE= yes
+
+CHECK_PIE_SKIP+=       ${GNAT_PKGBASE}/bin/*
+
+USE_GCC_RUNTIME=       yes
+
+.include "../../mk/bsd.prefs.mk"
+
+GCC_REQD+=     14
+
+.include "options.mk"
+
+GNU_CONFIGURE_PREFIX=  ${DESTDIR}${GNAT_PREFIX}
+
+OVERRIDE_RELEASE_PLACEHOLDER=  25.0w
+ADDITIONAL_VERSION_PLACEHOLDER=
+
+SUBST_CLASSES+=                version
+SUBST_STAGE.version=   pre-configure
+SUBST_MESSAGE.version= Set version in ${SUBST_FILES.version}
+SUBST_VARS.version=    OVERRIDE_RELEASE_PLACEHOLDER ADDITIONAL_VERSION_PLACEHOLDER
+SUBST_FILES.version=   configure
+
+# Use C preprocessed symbols on NetBSD (only)
+.if ${OPSYS} == "NetBSD"
+SUBST_CLASSES+=                time
+SUBST_MESSAGE.time=    Replace time with __gnat_time in ${SUBST_FILES.time}
+SUBST_STAGE.time=      pre-configure
+SUBST_FILES.time=      cos/time/time_utils.adb
+SUBST_SED.time=                -e "s,\"time\",\"__gnat_time\","
+.endif
+
+CONFIGURE_ARGS+=       --with-appli-perso=${APP_PERSONALITIES:Q}
+CONFIGURE_ARGS+=       --with-proto-perso=${PROTOCOL_PERSONALITIES:Q}
+.if !empty(${CORBA_SERVICES})
+CONFIGURE_ARGS+=       --with-corba-services=${CORBA_SERVICES:Q}
+.endif
+EXTRA_GNATMAKE_FLAGS+= -eL -R -largs $${LDFLAGS} -margs
+CONFIGURE_ENV+=                EXTRA_GNATMAKE_FLAGS=${EXTRA_GNATMAKE_FLAGS:Q}
+
+PLIST_VARS+=           shlibs
+
+USE_PKGSRC_GCC_RUNTIME?=               no
+.if ${USE_PKGSRC_GCC_RUNTIME:tl} == "yes"
+PLIST.shlibs=                          yes
+CONFIGURE_ARGS+=                       --enable-shared
+CONFIGURE_ARGS+=                       --with-gprbuild=gprbuild
+BUILDLINK_DEPMETHOD.xmlada-25=         full
+BUILDLINK_DEPMETHOD.libgpr-25=         full
+BUILDLINK_DEPMETHOD.gnatcoll-core-25=  full
+.else
+CONFIGURE_ARGS+=                       --disable-shared
+.endif
+
+INSTALL_MAKE_FLAGS+=   prefix=${DESTDIR}${GNAT_PREFIX}
+
+GENERATE_PLIST+= \
+       cd ${DESTDIR}${PREFIX} && \
+       ${FIND} ${GNAT_PKGBASE} \( -type f -or -type l \) -print | ${SORT};
+
+PRINT_PLIST_AWK+=      /\.relocatable\/|\.static-pic\/|lib\/.*\.so.*/ { $$0 = "$${PLIST.shlibs}" $$0 }
+
+.include "../../devel/gprbuild/buildlink3.mk"
+
+.include "../../lang/python/tool.mk"
+
+.include "../../mk/bsd.pkg.mk"
Index: pkgsrc/net/ada-polyorb/PLIST
diff -u /dev/null pkgsrc/net/ada-polyorb/PLIST:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/PLIST        Fri Aug 15 08:10:03 2025
@@ -0,0 +1,3418 @@
+@comment $NetBSD: PLIST,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+${GNAT_PKGBASE}/bin/gnatprfh
+${GNAT_PKGBASE}/bin/iac
+${GNAT_PKGBASE}/bin/ir_ab_names
+${GNAT_PKGBASE}/bin/po_catref
+${GNAT_PKGBASE}/bin/po_cos_naming
+${GNAT_PKGBASE}/bin/po_cos_naming_shell
+${GNAT_PKGBASE}/bin/po_createref
+${GNAT_PKGBASE}/bin/po_dumpir
+${GNAT_PKGBASE}/bin/po_gnatdist
+${GNAT_PKGBASE}/bin/po_ir
+${GNAT_PKGBASE}/bin/po_names
+${GNAT_PKGBASE}/bin/polyorb-config
+${GNAT_PKGBASE}/include/polyorb/BiDirPolicy.idl
+${GNAT_PKGBASE}/include/polyorb/CONV_FRAME.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_Context.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_Current.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_CustomMarshal.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_DomainManager.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_InterfaceRepository.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_NVList.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_ORB.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_ORB_init.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_Object.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_Policy.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_Pollable.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_Request.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_ServerRequest.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_StandardExceptions.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_Stream.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_TypeCode.idl
+${GNAT_PKGBASE}/include/polyorb/CORBA_ValueBase.idl
+${GNAT_PKGBASE}/include/polyorb/CSI.idl
+${GNAT_PKGBASE}/include/polyorb/CSIIOP.idl
+${GNAT_PKGBASE}/include/polyorb/CosCollection.idl
+${GNAT_PKGBASE}/include/polyorb/CosCompoundLifeCycle.idl
+${GNAT_PKGBASE}/include/polyorb/CosConcurrencyControl.idl
+${GNAT_PKGBASE}/include/polyorb/CosContainment.idl
+${GNAT_PKGBASE}/include/polyorb/CosEventChannelAdmin.idl
+${GNAT_PKGBASE}/include/polyorb/CosEventComm.idl
+${GNAT_PKGBASE}/include/polyorb/CosExternalization.idl
+${GNAT_PKGBASE}/include/polyorb/CosExternalizationContainment.idl
+${GNAT_PKGBASE}/include/polyorb/CosExternalizationReference.idl
+${GNAT_PKGBASE}/include/polyorb/CosGraphs.idl
+${GNAT_PKGBASE}/include/polyorb/CosLicensingManager.idl
+${GNAT_PKGBASE}/include/polyorb/CosLifeCycle.idl
+${GNAT_PKGBASE}/include/polyorb/CosLifeCycleContainment.idl
+${GNAT_PKGBASE}/include/polyorb/CosLifeCycleReference.idl
+${GNAT_PKGBASE}/include/polyorb/CosNaming.idl
+${GNAT_PKGBASE}/include/polyorb/CosNotification.idl
+${GNAT_PKGBASE}/include/polyorb/CosNotifyChannelAdmin.idl
+${GNAT_PKGBASE}/include/polyorb/CosNotifyComm.idl
+${GNAT_PKGBASE}/include/polyorb/CosNotifyFilter.idl
+${GNAT_PKGBASE}/include/polyorb/CosObjectIdentity.idl
+${GNAT_PKGBASE}/include/polyorb/CosPropertyService.idl
+${GNAT_PKGBASE}/include/polyorb/CosQuery.idl
+${GNAT_PKGBASE}/include/polyorb/CosQueryCollection.idl
+${GNAT_PKGBASE}/include/polyorb/CosReference.idl
+${GNAT_PKGBASE}/include/polyorb/CosRelationships.idl
+${GNAT_PKGBASE}/include/polyorb/CosStream.idl
+${GNAT_PKGBASE}/include/polyorb/CosTSInteroperation.idl
+${GNAT_PKGBASE}/include/polyorb/CosTSPortability.idl
+${GNAT_PKGBASE}/include/polyorb/CosTime.idl
+${GNAT_PKGBASE}/include/polyorb/CosTimerEvent.idl
+${GNAT_PKGBASE}/include/polyorb/CosTrading.idl
+${GNAT_PKGBASE}/include/polyorb/CosTradingDynamic.idl
+${GNAT_PKGBASE}/include/polyorb/CosTradingRepos.idl
+${GNAT_PKGBASE}/include/polyorb/CosTransactions.idl
+${GNAT_PKGBASE}/include/polyorb/CosTypedEventChannelAdmin.idl
+${GNAT_PKGBASE}/include/polyorb/CosTypedEventComm.idl
+${GNAT_PKGBASE}/include/polyorb/CosTypedNotifyChannelAdmin.idl
+${GNAT_PKGBASE}/include/polyorb/CosTypedNotifyComm.idl
+${GNAT_PKGBASE}/include/polyorb/DCE_CIOPSecurity.idl
+${GNAT_PKGBASE}/include/polyorb/Dynamic.idl
+${GNAT_PKGBASE}/include/polyorb/DynamicAny.idl
+${GNAT_PKGBASE}/include/polyorb/FT.idl
+${GNAT_PKGBASE}/include/polyorb/File.idl
+${GNAT_PKGBASE}/include/polyorb/GIOP.idl
+${GNAT_PKGBASE}/include/polyorb/GSSUP.idl
+${GNAT_PKGBASE}/include/polyorb/IIOP.idl
+${GNAT_PKGBASE}/include/polyorb/IOP.idl
+${GNAT_PKGBASE}/include/polyorb/IOP_DCE.idl
+${GNAT_PKGBASE}/include/polyorb/LifeCycleService.idl
+${GNAT_PKGBASE}/include/polyorb/Lname-library.idl
+${GNAT_PKGBASE}/include/polyorb/MGM.idl
+${GNAT_PKGBASE}/include/polyorb/MIOP.idl
+${GNAT_PKGBASE}/include/polyorb/MessageRouting.idl
+${GNAT_PKGBASE}/include/polyorb/Messaging.idl
+${GNAT_PKGBASE}/include/polyorb/NRService.idl
+${GNAT_PKGBASE}/include/polyorb/PortableGroup.idl
+${GNAT_PKGBASE}/include/polyorb/PortableInterceptor.idl
+${GNAT_PKGBASE}/include/polyorb/PortableServer.idl
+${GNAT_PKGBASE}/include/polyorb/RTCORBA.idl
+${GNAT_PKGBASE}/include/polyorb/RTCosScheduling.idl
+${GNAT_PKGBASE}/include/polyorb/RTPortableServer.idl
+${GNAT_PKGBASE}/include/polyorb/SECIOP.idl
+${GNAT_PKGBASE}/include/polyorb/SSLIOP.idl
+${GNAT_PKGBASE}/include/polyorb/Security.idl
+${GNAT_PKGBASE}/include/polyorb/SecurityAdmin.idl
+${GNAT_PKGBASE}/include/polyorb/SecurityLevel1.idl
+${GNAT_PKGBASE}/include/polyorb/SecurityLevel2.idl
+${GNAT_PKGBASE}/include/polyorb/SecurityReplaceable.idl
+${GNAT_PKGBASE}/include/polyorb/SendingContext.idl
+${GNAT_PKGBASE}/include/polyorb/TimeBase.idl
+${GNAT_PKGBASE}/include/polyorb/aws-client.adb
+${GNAT_PKGBASE}/include/polyorb/aws-client.ads
+${GNAT_PKGBASE}/include/polyorb/aws-config-ini.adb
+${GNAT_PKGBASE}/include/polyorb/aws-config-ini.ads
+${GNAT_PKGBASE}/include/polyorb/aws-config-set.adb
+${GNAT_PKGBASE}/include/polyorb/aws-config-set.ads
+${GNAT_PKGBASE}/include/polyorb/aws-config.adb
+${GNAT_PKGBASE}/include/polyorb/aws-config.ads
+${GNAT_PKGBASE}/include/polyorb/aws-containers-key_value.ads
+${GNAT_PKGBASE}/include/polyorb/aws-containers-tables-set.adb
+${GNAT_PKGBASE}/include/polyorb/aws-containers-tables-set.ads
+${GNAT_PKGBASE}/include/polyorb/aws-containers-tables.adb
+${GNAT_PKGBASE}/include/polyorb/aws-containers-tables.ads
+${GNAT_PKGBASE}/include/polyorb/aws-containers.ads
+${GNAT_PKGBASE}/include/polyorb/aws-default.ads
+${GNAT_PKGBASE}/include/polyorb/aws-digest.adb
+${GNAT_PKGBASE}/include/polyorb/aws-digest.ads
+${GNAT_PKGBASE}/include/polyorb/aws-dispatchers-callback.adb
+${GNAT_PKGBASE}/include/polyorb/aws-dispatchers-callback.ads
+${GNAT_PKGBASE}/include/polyorb/aws-dispatchers.adb
+${GNAT_PKGBASE}/include/polyorb/aws-dispatchers.ads
+${GNAT_PKGBASE}/include/polyorb/aws-exceptions.ads
+${GNAT_PKGBASE}/include/polyorb/aws-headers-set.adb
+${GNAT_PKGBASE}/include/polyorb/aws-headers-set.ads
+${GNAT_PKGBASE}/include/polyorb/aws-headers-values.adb
+${GNAT_PKGBASE}/include/polyorb/aws-headers-values.ads
+${GNAT_PKGBASE}/include/polyorb/aws-headers.adb
+${GNAT_PKGBASE}/include/polyorb/aws-headers.ads
+${GNAT_PKGBASE}/include/polyorb/aws-hotplug-get_status.adb
+${GNAT_PKGBASE}/include/polyorb/aws-hotplug-get_status.ads
+${GNAT_PKGBASE}/include/polyorb/aws-hotplug.adb
+${GNAT_PKGBASE}/include/polyorb/aws-hotplug.ads
+${GNAT_PKGBASE}/include/polyorb/aws-log.adb
+${GNAT_PKGBASE}/include/polyorb/aws-log.ads
+${GNAT_PKGBASE}/include/polyorb/aws-messages.adb
+${GNAT_PKGBASE}/include/polyorb/aws-messages.ads
+${GNAT_PKGBASE}/include/polyorb/aws-object_adapter.adb
+${GNAT_PKGBASE}/include/polyorb/aws-object_adapter.ads
+${GNAT_PKGBASE}/include/polyorb/aws-os_lib.adb
+${GNAT_PKGBASE}/include/polyorb/aws-os_lib.ads
+${GNAT_PKGBASE}/include/polyorb/aws-parameters-set.adb
+${GNAT_PKGBASE}/include/polyorb/aws-parameters-set.ads
+${GNAT_PKGBASE}/include/polyorb/aws-parameters.adb
+${GNAT_PKGBASE}/include/polyorb/aws-parameters.ads
+${GNAT_PKGBASE}/include/polyorb/aws-resources-embedded.adb
+${GNAT_PKGBASE}/include/polyorb/aws-resources-embedded.ads
+${GNAT_PKGBASE}/include/polyorb/aws-resources-files.adb
+${GNAT_PKGBASE}/include/polyorb/aws-resources-files.ads
+${GNAT_PKGBASE}/include/polyorb/aws-resources-streams.adb
+${GNAT_PKGBASE}/include/polyorb/aws-resources-streams.ads
+${GNAT_PKGBASE}/include/polyorb/aws-resources.adb
+${GNAT_PKGBASE}/include/polyorb/aws-resources.ads
+${GNAT_PKGBASE}/include/polyorb/aws-response-set.adb
+${GNAT_PKGBASE}/include/polyorb/aws-response-set.ads
+${GNAT_PKGBASE}/include/polyorb/aws-response.adb
+${GNAT_PKGBASE}/include/polyorb/aws-response.ads
+${GNAT_PKGBASE}/include/polyorb/aws-server-get_status.adb
+${GNAT_PKGBASE}/include/polyorb/aws-server-get_status.ads
+${GNAT_PKGBASE}/include/polyorb/aws-server-servants.adb
+${GNAT_PKGBASE}/include/polyorb/aws-server-servants.ads
+${GNAT_PKGBASE}/include/polyorb/aws-server.adb
+${GNAT_PKGBASE}/include/polyorb/aws-server.ads
+${GNAT_PKGBASE}/include/polyorb/aws-session-control.adb
+${GNAT_PKGBASE}/include/polyorb/aws-session-control.ads
+${GNAT_PKGBASE}/include/polyorb/aws-session.adb
+${GNAT_PKGBASE}/include/polyorb/aws-session.ads
+${GNAT_PKGBASE}/include/polyorb/aws-status-set.adb
+${GNAT_PKGBASE}/include/polyorb/aws-status-set.ads
+${GNAT_PKGBASE}/include/polyorb/aws-status-translate_table.adb
+${GNAT_PKGBASE}/include/polyorb/aws-status-translate_table.ads
+${GNAT_PKGBASE}/include/polyorb/aws-status.adb
+${GNAT_PKGBASE}/include/polyorb/aws-status.ads
+${GNAT_PKGBASE}/include/polyorb/aws-templates.ads
+${GNAT_PKGBASE}/include/polyorb/aws-translator-conversion.adb
+${GNAT_PKGBASE}/include/polyorb/aws-translator.adb
+${GNAT_PKGBASE}/include/polyorb/aws-translator.ads
+${GNAT_PKGBASE}/include/polyorb/conv_frame-helper.adb
+${GNAT_PKGBASE}/include/polyorb/conv_frame-helper.ads
+${GNAT_PKGBASE}/include/polyorb/conv_frame.ads
+${GNAT_PKGBASE}/include/polyorb/corba-abstractbase.adb
+${GNAT_PKGBASE}/include/polyorb/corba-abstractbase.ads
+${GNAT_PKGBASE}/include/polyorb/corba-bounded_strings.adb
+${GNAT_PKGBASE}/include/polyorb/corba-bounded_strings.ads
+${GNAT_PKGBASE}/include/polyorb/corba-bounded_wide_strings.adb
+${GNAT_PKGBASE}/include/polyorb/corba-bounded_wide_strings.ads
+${GNAT_PKGBASE}/include/polyorb/corba-context.adb
+${GNAT_PKGBASE}/include/polyorb/corba-context.ads
+${GNAT_PKGBASE}/include/polyorb/corba-contextlist.adb
+${GNAT_PKGBASE}/include/polyorb/corba-contextlist.ads
+${GNAT_PKGBASE}/include/polyorb/corba-current-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-current.ads
+${GNAT_PKGBASE}/include/polyorb/corba-domainmanager-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-domainmanager-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-domainmanager.adb
+${GNAT_PKGBASE}/include/polyorb/corba-domainmanager.ads
+${GNAT_PKGBASE}/include/polyorb/corba-exceptionlist.adb
+${GNAT_PKGBASE}/include/polyorb/corba-exceptionlist.ads
+${GNAT_PKGBASE}/include/polyorb/corba-fixed_point.adb
+${GNAT_PKGBASE}/include/polyorb/corba-fixed_point.ads
+${GNAT_PKGBASE}/include/polyorb/corba-forward.adb
+${GNAT_PKGBASE}/include/polyorb/corba-forward.ads
+${GNAT_PKGBASE}/include/polyorb/corba-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-idl_sequences-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-idl_sequences-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-idl_sequences.ads
+${GNAT_PKGBASE}/include/polyorb/corba-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-local.ads
+${GNAT_PKGBASE}/include/polyorb/corba-nvlist.adb
+${GNAT_PKGBASE}/include/polyorb/corba-nvlist.ads
+${GNAT_PKGBASE}/include/polyorb/corba-object-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-object-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-object-policies.adb
+${GNAT_PKGBASE}/include/polyorb/corba-object-policies.ads
+${GNAT_PKGBASE}/include/polyorb/corba-object.adb
+${GNAT_PKGBASE}/include/polyorb/corba-object.ads
+${GNAT_PKGBASE}/include/polyorb/corba-orb-typecode.adb
+${GNAT_PKGBASE}/include/polyorb/corba-orb-typecode.ads
+${GNAT_PKGBASE}/include/polyorb/corba-orb.adb
+${GNAT_PKGBASE}/include/polyorb/corba-orb.ads
+${GNAT_PKGBASE}/include/polyorb/corba-policy-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-policy-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-policy.adb
+${GNAT_PKGBASE}/include/polyorb/corba-policy.ads
+${GNAT_PKGBASE}/include/polyorb/corba-policycurrent.adb
+${GNAT_PKGBASE}/include/polyorb/corba-policycurrent.ads
+${GNAT_PKGBASE}/include/polyorb/corba-policymanager.adb
+${GNAT_PKGBASE}/include/polyorb/corba-policymanager.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-abstractinterfacedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-abstractinterfacedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-abstractinterfacedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-abstractinterfacedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-abstractinterfacedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-abstractinterfacedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-abstractinterfacedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-abstractinterfacedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-aliasdef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-aliasdef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-aliasdef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-aliasdef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-aliasdef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-aliasdef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-aliasdef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-aliasdef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-arraydef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-arraydef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-arraydef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-arraydef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-arraydef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-arraydef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-arraydef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-arraydef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-attributedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-attributedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-attributedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-attributedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-attributedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-attributedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-attributedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-attributedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-constantdef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-constantdef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-constantdef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-constantdef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-constantdef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-constantdef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-constantdef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-constantdef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-contained-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-contained-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-contained-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-contained-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-contained-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-contained-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-contained.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-contained.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-container-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-container-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-container-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-container-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-container-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-container-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-container.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-container.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-enumdef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-enumdef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-enumdef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-enumdef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-enumdef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-enumdef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-enumdef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-enumdef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-exceptiondef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-exceptiondef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-exceptiondef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-exceptiondef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-exceptiondef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-exceptiondef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-exceptiondef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-exceptiondef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extabstractinterfacedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extabstractinterfacedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extabstractinterfacedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extabstractinterfacedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extabstractinterfacedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extabstractinterfacedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extabstractinterfacedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extabstractinterfacedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extattributedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extattributedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extattributedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extattributedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extattributedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extattributedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extattributedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extattributedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extinterfacedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extinterfacedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extinterfacedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extinterfacedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extinterfacedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extinterfacedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extinterfacedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extinterfacedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extlocalinterfacedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extlocalinterfacedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extlocalinterfacedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extlocalinterfacedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extlocalinterfacedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extlocalinterfacedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extlocalinterfacedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-extlocalinterfacedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-fixeddef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-fixeddef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-fixeddef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-fixeddef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-fixeddef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-fixeddef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-fixeddef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-fixeddef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-idltype-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-idltype-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-idltype-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-idltype-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-idltype-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-idltype-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-idltype.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-idltype.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfaceattrextension-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfaceattrextension-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfaceattrextension-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfaceattrextension-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfaceattrextension-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfaceattrextension-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfaceattrextension.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfaceattrextension.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfacedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfacedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfacedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfacedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfacedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfacedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfacedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-interfacedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-irobject-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-irobject-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-irobject-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-irobject-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-irobject-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-irobject-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-irobject.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-irobject.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-localinterfacedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-localinterfacedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-localinterfacedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-localinterfacedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-localinterfacedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-localinterfacedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-localinterfacedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-localinterfacedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-moduledef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-moduledef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-moduledef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-moduledef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-moduledef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-moduledef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-moduledef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-moduledef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-nativedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-nativedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-nativedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-nativedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-nativedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-nativedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-nativedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-nativedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-operationdef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-operationdef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-operationdef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-operationdef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-operationdef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-operationdef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-operationdef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-operationdef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-primitivedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-primitivedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-primitivedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-primitivedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-primitivedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-primitivedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-primitivedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-primitivedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-repository-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-repository-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-repository-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-repository-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-repository-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-repository-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-repository.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-repository.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-sequencedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-sequencedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-sequencedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-sequencedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-sequencedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-sequencedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-sequencedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-sequencedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-stringdef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-stringdef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-stringdef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-stringdef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-stringdef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-stringdef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-stringdef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-stringdef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-structdef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-structdef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-structdef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-structdef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-structdef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-structdef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-structdef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-structdef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-typedefdef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-typedefdef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-typedefdef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-typedefdef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-typedefdef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-typedefdef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-typedefdef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-typedefdef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-uniondef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-uniondef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-uniondef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-uniondef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-uniondef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-uniondef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-uniondef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-uniondef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valueboxdef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valueboxdef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valueboxdef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valueboxdef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valueboxdef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valueboxdef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valueboxdef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valueboxdef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuedef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuedef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuedef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuedef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuedef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuedef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuedef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuedef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuememberdef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuememberdef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuememberdef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuememberdef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuememberdef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuememberdef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuememberdef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-valuememberdef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-wstringdef-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-wstringdef-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-wstringdef-impl.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-wstringdef-impl.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-wstringdef-skel.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-wstringdef-skel.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-wstringdef.adb
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root-wstringdef.ads
+${GNAT_PKGBASE}/include/polyorb/corba-repository_root.ads
+${GNAT_PKGBASE}/include/polyorb/corba-request.adb
+${GNAT_PKGBASE}/include/polyorb/corba-request.ads
+${GNAT_PKGBASE}/include/polyorb/corba-sequences-bounded.ads
+${GNAT_PKGBASE}/include/polyorb/corba-sequences-unbounded.ads
+${GNAT_PKGBASE}/include/polyorb/corba-sequences.ads
+${GNAT_PKGBASE}/include/polyorb/corba-serverrequest.adb
+${GNAT_PKGBASE}/include/polyorb/corba-serverrequest.ads
+${GNAT_PKGBASE}/include/polyorb/corba-value-box-helper.adb
+${GNAT_PKGBASE}/include/polyorb/corba-value-box-helper.ads
+${GNAT_PKGBASE}/include/polyorb/corba-value-box.adb
+${GNAT_PKGBASE}/include/polyorb/corba-value-box.ads
+${GNAT_PKGBASE}/include/polyorb/corba-value.ads
+${GNAT_PKGBASE}/include/polyorb/corba.adb
+${GNAT_PKGBASE}/include/polyorb/corba.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_abstractinterfacedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_abstractinterfacedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_aliasdef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_aliasdef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_arraydef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_arraydef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_attributedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_attributedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_constantdef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_constantdef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_contained_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_contained_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_container_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_container_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_enumdef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_enumdef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_exceptiondef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_exceptiondef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_extabstractinterfacedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_extabstractinterfacedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_extattributedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_extattributedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_extinterfacedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_extinterfacedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_extlocalinterfacedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_extlocalinterfacedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_fixeddef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_fixeddef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_idltype_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_idltype_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_interfaceattrextension_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_interfaceattrextension_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_interfacedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_interfacedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_irobject_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_irobject_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_localinterfacedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_localinterfacedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_moduledef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_moduledef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_nativedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_nativedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_operationdef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_operationdef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_primitivedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_primitivedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_repository_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_repository_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_sequencedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_sequencedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_stringdef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_stringdef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_structdef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_structdef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_typedefdef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_typedefdef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_uniondef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_uniondef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_valueboxdef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_valueboxdef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_valuedef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_valuedef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_valuememberdef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_valuememberdef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_wstringdef_hash.adb
+${GNAT_PKGBASE}/include/polyorb/corba_repository_root_wstringdef_hash.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-consumeradmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-consumeradmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-consumeradmin-impl.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-consumeradmin-impl.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-consumeradmin-skel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-consumeradmin-skel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-consumeradmin.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-consumeradmin.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-eventchannel-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-eventchannel-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-eventchannel-impl.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-eventchannel-impl.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-eventchannel-skel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-eventchannel-skel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-eventchannel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-eventchannel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypullsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-proxypushsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-supplieradmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-supplieradmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-supplieradmin-impl.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-supplieradmin-impl.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-supplieradmin-skel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-supplieradmin-skel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-supplieradmin.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin-supplieradmin.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_consumeradmin_hash.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_consumeradmin_hash.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_eventchannel_hash.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_eventchannel_hash.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_proxypullconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_proxypullconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_proxypullsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_proxypullsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_proxypushconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_proxypushconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_proxypushsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_proxypushsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_supplieradmin_hash.adb
+${GNAT_PKGBASE}/include/polyorb/coseventchanneladmin_supplieradmin_hash.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pullsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm-pushsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm_pullconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm_pullconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm_pullsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm_pullsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm_pushconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm_pushconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/coseventcomm_pushsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/coseventcomm_pushsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-bindingiterator-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-bindingiterator-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-bindingiterator-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-bindingiterator-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-bindingiterator-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-bindingiterator-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-bindingiterator.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-bindingiterator.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontext-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontext-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontext-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontext-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontext-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontext-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontext.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontext.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontextext-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontextext-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontextext-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontextext-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontextext-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontextext-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontextext.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming-namingcontextext.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming_bindingiterator_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming_bindingiterator_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming_namingcontext_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming_namingcontext_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnaming_namingcontextext_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnaming_namingcontextext_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification-adminpropertiesadmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification-adminpropertiesadmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification-adminpropertiesadmin-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification-adminpropertiesadmin-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification-adminpropertiesadmin-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification-adminpropertiesadmin-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification-adminpropertiesadmin.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification-adminpropertiesadmin.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification-qosadmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification-qosadmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification-qosadmin-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification-qosadmin-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification-qosadmin-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification-qosadmin-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification-qosadmin.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification-qosadmin.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification_adminpropertiesadmin_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification_adminpropertiesadmin_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotification_qosadmin_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotification_qosadmin_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-consumeradmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-consumeradmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-consumeradmin-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-consumeradmin-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-consumeradmin-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-consumeradmin-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-consumeradmin.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-consumeradmin.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannel-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannel-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannel-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannel-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannel-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannel-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannelfactory-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannelfactory-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannelfactory-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannelfactory-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannelfactory-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannelfactory-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannelfactory.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-eventchannelfactory.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxyconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxyconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxyconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxyconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxyconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxyconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxyconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxyconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypullsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxypushsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxysupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxysupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxysupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxysupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxysupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxysupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxysupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-proxysupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypullsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-sequenceproxypushsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypullsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-structuredproxypushsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-supplieradmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-supplieradmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-supplieradmin-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-supplieradmin-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-supplieradmin-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-supplieradmin-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-supplieradmin.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin-supplieradmin.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_consumeradmin_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_consumeradmin_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_eventchannel_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_eventchannel_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_eventchannelfactory_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_eventchannelfactory_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxyconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxyconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxypullconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxypullconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxypullsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxypullsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxypushconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxypushconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxypushsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxypushsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxysupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_proxysupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_sequenceproxypullconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_sequenceproxypullconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_sequenceproxypullsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_sequenceproxypullsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_sequenceproxypushconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_sequenceproxypushconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_sequenceproxypushsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_sequenceproxypushsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_structuredproxypullconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_structuredproxypullconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_structuredproxypullsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_structuredproxypullsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_structuredproxypushconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_structuredproxypushconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_structuredproxypushsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_structuredproxypushsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_supplieradmin_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifychanneladmin_supplieradmin_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifypublish-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifypublish-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifypublish-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifypublish-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifypublish-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifypublish-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifypublish.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifypublish.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifysubscribe-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifysubscribe-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifysubscribe-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifysubscribe-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifysubscribe-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifysubscribe-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifysubscribe.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-notifysubscribe.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pullsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-pushsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepullsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-sequencepushsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpullsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm-structuredpushsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_notifypublish_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_notifypublish_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_notifysubscribe_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_notifysubscribe_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_pullconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_pullconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_pullsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_pullsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_pushconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_pushconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_pushsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_pushsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_sequencepullconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_sequencepullconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_sequencepullsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_sequencepullsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_sequencepushconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_sequencepushconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_sequencepushsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_sequencepushsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_structuredpullconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_structuredpullconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_structuredpullsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_structuredpullsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_structuredpushconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_structuredpushconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_structuredpushsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifycomm_structuredpushsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filter-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filter-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filter-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filter-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filter-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filter-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filter.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filter.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filteradmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filteradmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filteradmin-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filteradmin-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filteradmin-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filteradmin-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filteradmin.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filteradmin.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filterfactory-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filterfactory-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filterfactory-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filterfactory-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filterfactory-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filterfactory-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filterfactory.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-filterfactory.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-mappingfilter-helper.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-mappingfilter-helper.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-mappingfilter-impl.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-mappingfilter-impl.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-mappingfilter-skel.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-mappingfilter-skel.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-mappingfilter.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter-mappingfilter.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter_filter_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter_filter_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter_filteradmin_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter_filteradmin_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter_filterfactory_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter_filterfactory_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter_mappingfilter_hash.adb
+${GNAT_PKGBASE}/include/polyorb/cosnotifyfilter_mappingfilter_hash.ads
+${GNAT_PKGBASE}/include/polyorb/cospersistenceddo.idl
+${GNAT_PKGBASE}/include/polyorb/cospersistenceds_cli.idl
+${GNAT_PKGBASE}/include/polyorb/cospersistencepds.idl
+${GNAT_PKGBASE}/include/polyorb/cospersistencepds_da.idl
+${GNAT_PKGBASE}/include/polyorb/cospersistencepid.idl
+${GNAT_PKGBASE}/include/polyorb/cospersistencepo.idl
+${GNAT_PKGBASE}/include/polyorb/cospersistencepom.idl
+${GNAT_PKGBASE}/include/polyorb/costime-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costime-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costime-timeservice-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costime-timeservice-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costime-timeservice-impl.adb
+${GNAT_PKGBASE}/include/polyorb/costime-timeservice-impl.ads
+${GNAT_PKGBASE}/include/polyorb/costime-timeservice-skel.adb
+${GNAT_PKGBASE}/include/polyorb/costime-timeservice-skel.ads
+${GNAT_PKGBASE}/include/polyorb/costime-timeservice.adb
+${GNAT_PKGBASE}/include/polyorb/costime-timeservice.ads
+${GNAT_PKGBASE}/include/polyorb/costime-tio-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costime-tio-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costime-tio-impl.adb
+${GNAT_PKGBASE}/include/polyorb/costime-tio-impl.ads
+${GNAT_PKGBASE}/include/polyorb/costime-tio-skel.adb
+${GNAT_PKGBASE}/include/polyorb/costime-tio-skel.ads
+${GNAT_PKGBASE}/include/polyorb/costime-tio.adb
+${GNAT_PKGBASE}/include/polyorb/costime-tio.ads
+${GNAT_PKGBASE}/include/polyorb/costime-uto-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costime-uto-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costime-uto-impl.adb
+${GNAT_PKGBASE}/include/polyorb/costime-uto-impl.ads
+${GNAT_PKGBASE}/include/polyorb/costime-uto-skel.adb
+${GNAT_PKGBASE}/include/polyorb/costime-uto-skel.ads
+${GNAT_PKGBASE}/include/polyorb/costime-uto.adb
+${GNAT_PKGBASE}/include/polyorb/costime-uto.ads
+${GNAT_PKGBASE}/include/polyorb/costime.adb
+${GNAT_PKGBASE}/include/polyorb/costime.ads
+${GNAT_PKGBASE}/include/polyorb/costime_timeservice_hash.adb
+${GNAT_PKGBASE}/include/polyorb/costime_timeservice_hash.ads
+${GNAT_PKGBASE}/include/polyorb/costime_tio_hash.adb
+${GNAT_PKGBASE}/include/polyorb/costime_tio_hash.ads
+${GNAT_PKGBASE}/include/polyorb/costime_uto_hash.adb
+${GNAT_PKGBASE}/include/polyorb/costime_uto_hash.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedconsumeradmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedconsumeradmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedconsumeradmin-impl.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedconsumeradmin-impl.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedconsumeradmin-skel.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedconsumeradmin-skel.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedconsumeradmin.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedconsumeradmin.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedeventchannel-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedeventchannel-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedeventchannel-impl.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedeventchannel-impl.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedeventchannel-skel.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedeventchannel-skel.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedeventchannel.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedeventchannel.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypullsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypullsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypullsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypullsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypullsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypullsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypullsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypullsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypushconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypushconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypushconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypushconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypushconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypushconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypushconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedproxypushconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedsupplieradmin-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedsupplieradmin-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedsupplieradmin-impl.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedsupplieradmin-impl.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedsupplieradmin-skel.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedsupplieradmin-skel.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedsupplieradmin.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin-typedsupplieradmin.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin_typedconsumeradmin_hash.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin_typedconsumeradmin_hash.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin_typedeventchannel_hash.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin_typedeventchannel_hash.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin_typedproxypullsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin_typedproxypullsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin_typedproxypushconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin_typedproxypushconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin_typedsupplieradmin_hash.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventchanneladmin_typedsupplieradmin_hash.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpullsupplier-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpullsupplier-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpullsupplier-impl.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpullsupplier-impl.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpullsupplier-skel.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpullsupplier-skel.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpullsupplier.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpullsupplier.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpushconsumer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpushconsumer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpushconsumer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpushconsumer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpushconsumer-skel.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpushconsumer-skel.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpushconsumer.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm-typedpushconsumer.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm_typedpullsupplier_hash.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm_typedpullsupplier_hash.ads
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm_typedpushconsumer_hash.adb
+${GNAT_PKGBASE}/include/polyorb/costypedeventcomm_typedpushconsumer_hash.ads
+${GNAT_PKGBASE}/include/polyorb/csi-helper.adb
+${GNAT_PKGBASE}/include/polyorb/csi-helper.ads
+${GNAT_PKGBASE}/include/polyorb/csi.ads
+${GNAT_PKGBASE}/include/polyorb/csiiop-helper.adb
+${GNAT_PKGBASE}/include/polyorb/csiiop-helper.ads
+${GNAT_PKGBASE}/include/polyorb/csiiop.ads
+${GNAT_PKGBASE}/include/polyorb/dynamic-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamic-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamic.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynany-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynany-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynany-impl.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynany-impl.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynany.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynany.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynanyfactory-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynanyfactory-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynanyfactory-impl.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynanyfactory-impl.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynanyfactory.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynanyfactory.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynarray-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynarray-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynarray-impl.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynarray-impl.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynarray.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynarray.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynenum-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynenum-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynenum-impl.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynenum-impl.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynenum.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynenum.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynfixed-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynfixed-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynfixed-impl.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynfixed-impl.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynfixed.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynfixed.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynsequence-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynsequence-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynsequence-impl.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynsequence-impl.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynsequence.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynsequence.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynstruct-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynstruct-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynstruct-impl.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynstruct-impl.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynstruct.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynstruct.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynunion-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynunion-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynunion-impl.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynunion-impl.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynunion.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynunion.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvalue-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvalue-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvalue-impl.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvalue-impl.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvalue.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvalue.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluebox-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluebox-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluebox-impl.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluebox-impl.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluebox.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluebox.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluecommon-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluecommon-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluecommon-impl.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluecommon-impl.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluecommon.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-dynvaluecommon.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany-helper.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany-helper.ads
+${GNAT_PKGBASE}/include/polyorb/dynamicany.adb
+${GNAT_PKGBASE}/include/polyorb/dynamicany.ads
+${GNAT_PKGBASE}/include/polyorb/file-helper.adb
+${GNAT_PKGBASE}/include/polyorb/file-helper.ads
+${GNAT_PKGBASE}/include/polyorb/file-impl.adb
+${GNAT_PKGBASE}/include/polyorb/file-impl.ads
+${GNAT_PKGBASE}/include/polyorb/file-skel.adb
+${GNAT_PKGBASE}/include/polyorb/file-skel.ads
+${GNAT_PKGBASE}/include/polyorb/file.adb
+${GNAT_PKGBASE}/include/polyorb/file.ads
+${GNAT_PKGBASE}/include/polyorb/file_hash.adb
+${GNAT_PKGBASE}/include/polyorb/file_hash.ads
+${GNAT_PKGBASE}/include/polyorb/gen_codeset.adb
+${GNAT_PKGBASE}/include/polyorb/gssup-helper.adb
+${GNAT_PKGBASE}/include/polyorb/gssup-helper.ads
+${GNAT_PKGBASE}/include/polyorb/gssup.ads
+${GNAT_PKGBASE}/include/polyorb/iop-codec-helper.adb
+${GNAT_PKGBASE}/include/polyorb/iop-codec-helper.ads
+${GNAT_PKGBASE}/include/polyorb/iop-codec-impl.adb
+${GNAT_PKGBASE}/include/polyorb/iop-codec-impl.ads
+${GNAT_PKGBASE}/include/polyorb/iop-codec.adb
+${GNAT_PKGBASE}/include/polyorb/iop-codec.ads
+${GNAT_PKGBASE}/include/polyorb/iop-codecfactory-helper.adb
+${GNAT_PKGBASE}/include/polyorb/iop-codecfactory-helper.ads
+${GNAT_PKGBASE}/include/polyorb/iop-codecfactory-impl.adb
+${GNAT_PKGBASE}/include/polyorb/iop-codecfactory-impl.ads
+${GNAT_PKGBASE}/include/polyorb/iop-codecfactory.adb
+${GNAT_PKGBASE}/include/polyorb/iop-codecfactory.ads
+${GNAT_PKGBASE}/include/polyorb/iop-helper.adb
+${GNAT_PKGBASE}/include/polyorb/iop-helper.ads
+${GNAT_PKGBASE}/include/polyorb/iop.ads
+${GNAT_PKGBASE}/include/polyorb/menu.adb
+${GNAT_PKGBASE}/include/polyorb/menu.ads
+${GNAT_PKGBASE}/include/polyorb/messaging-helper.adb
+${GNAT_PKGBASE}/include/polyorb/messaging-helper.ads
+${GNAT_PKGBASE}/include/polyorb/messaging.ads
+${GNAT_PKGBASE}/include/polyorb/moma-configuration-server.adb
+${GNAT_PKGBASE}/include/polyorb/moma-configuration-server.ads
+${GNAT_PKGBASE}/include/polyorb/moma-configuration.adb
+${GNAT_PKGBASE}/include/polyorb/moma-configuration.ads
+${GNAT_PKGBASE}/include/polyorb/moma-connection_factories.adb
+${GNAT_PKGBASE}/include/polyorb/moma-connection_factories.ads
+${GNAT_PKGBASE}/include/polyorb/moma-connections.adb
+${GNAT_PKGBASE}/include/polyorb/moma-connections.ads
+${GNAT_PKGBASE}/include/polyorb/moma-destinations.adb
+${GNAT_PKGBASE}/include/polyorb/moma-destinations.ads
+${GNAT_PKGBASE}/include/polyorb/moma-message_consumers.adb
+${GNAT_PKGBASE}/include/polyorb/moma-message_consumers.ads
+${GNAT_PKGBASE}/include/polyorb/moma-message_handlers.adb
+${GNAT_PKGBASE}/include/polyorb/moma-message_handlers.ads
+${GNAT_PKGBASE}/include/polyorb/moma-message_producers.adb
+${GNAT_PKGBASE}/include/polyorb/moma-message_producers.ads
+${GNAT_PKGBASE}/include/polyorb/moma-messages-manys.adb
+${GNAT_PKGBASE}/include/polyorb/moma-messages-manys.ads
+${GNAT_PKGBASE}/include/polyorb/moma-messages-mbytes.adb
+${GNAT_PKGBASE}/include/polyorb/moma-messages-mbytes.ads
+${GNAT_PKGBASE}/include/polyorb/moma-messages-mexecutes.adb
+${GNAT_PKGBASE}/include/polyorb/moma-messages-mexecutes.ads
+${GNAT_PKGBASE}/include/polyorb/moma-messages-mmaps.adb
+${GNAT_PKGBASE}/include/polyorb/moma-messages-mmaps.ads
+${GNAT_PKGBASE}/include/polyorb/moma-messages-mstreams.adb
+${GNAT_PKGBASE}/include/polyorb/moma-messages-mstreams.ads
+${GNAT_PKGBASE}/include/polyorb/moma-messages-mtexts.adb
+${GNAT_PKGBASE}/include/polyorb/moma-messages-mtexts.ads
+${GNAT_PKGBASE}/include/polyorb/moma-messages.adb
+${GNAT_PKGBASE}/include/polyorb/moma-messages.ads
+${GNAT_PKGBASE}/include/polyorb/moma-references.adb
+${GNAT_PKGBASE}/include/polyorb/moma-references.ads
+${GNAT_PKGBASE}/include/polyorb/moma-runtime.adb
+${GNAT_PKGBASE}/include/polyorb/moma-runtime.ads
+${GNAT_PKGBASE}/include/polyorb/moma-sessions.adb
+${GNAT_PKGBASE}/include/polyorb/moma-sessions.ads
+${GNAT_PKGBASE}/include/polyorb/moma-types.adb
+${GNAT_PKGBASE}/include/polyorb/moma-types.ads
+${GNAT_PKGBASE}/include/polyorb/moma.ads
+${GNAT_PKGBASE}/include/polyorb/orb.idl
+${GNAT_PKGBASE}/include/polyorb/perfect_hash.adb
+${GNAT_PKGBASE}/include/polyorb/perfect_hash.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-annotations.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-annotations.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-any-exceptionlist.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-any-exceptionlist.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-any-initialization.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-any-initialization.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-any-nvlist.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-any-nvlist.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-any-objref.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-any-objref.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-any.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-any.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-asn1.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-asn1.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-asynch_ev-sockets-ssl.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-asynch_ev-sockets-ssl.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-asynch_ev-sockets-tls.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-asynch_ev-sockets-tls.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-asynch_ev-sockets.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-asynch_ev-sockets.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-asynch_ev.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-asynch_ev.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-dns-mdns.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-dns-mdns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-dns-udns.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-dns-udns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-dns.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-dns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-giop-diop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-giop-diop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-giop-iiop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-giop-iiop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-giop-inet.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-giop-inet.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-giop-uipmc.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-giop-uipmc.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-giop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-giop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-local.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-local.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-neighbour.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-neighbour.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-soap.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-soap.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-srp.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data-srp.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data_qos.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_data_qos.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_object_qos.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_object_qos.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_objects-lists.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_objects.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-binding_objects.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-buffer_sources.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-buffer_sources.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-buffers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-buffers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-call_back.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-call_back.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-components.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-components.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-constants.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-adapteractivator.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-adapteractivator.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-codec_utils.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-codec_utils.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-corbaloc.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-corbaloc.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-css_state_machine.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-css_state_machine.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-css_state_machine_actions.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-css_state_machine_actions.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-domain_management.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-domain_management.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-dynamic_any.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-dynamic_any.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-exceptions.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-exceptions.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-interceptors.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-interceptors.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-interceptors_hooks.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-interceptors_policies.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-interceptors_policies.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-interceptors_slots.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-interceptors_slots.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-ir_hooks.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-ir_hooks.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-ir_tools.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-ir_tools.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-local.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-local.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-names.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-names.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-naming_tools.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-naming_tools.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-orb_init.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-orb_init.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-poa_config.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-poa_config.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-policy.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-policy_management.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-policy_management.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-security_current.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-security_current.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-security_policy.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-security_policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-servantactivator.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-servantactivator.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-servantlocator.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-servantlocator.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-server_tools.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-server_tools.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-tss_state_machine.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-tss_state_machine.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-tss_state_machine_actions.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p-tss_state_machine_actions.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-corba_p.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dns-helper.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dns-helper.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dns-transport_mechanisms-mdns.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dns-transport_mechanisms-mdns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dns-transport_mechanisms-udns.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dns-transport_mechanisms-udns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dns-transport_mechanisms.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dns-transport_mechanisms.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-connections.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-connections.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-conversions.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-exceptions.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-exceptions.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-initialization.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-initialization.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_server.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_server.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-cos_naming.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-cos_naming.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-mdns-client.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-mdns-client.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-mdns-helper.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-mdns-helper.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-mdns-servant.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-mdns-servant.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-mdns.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-mdns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-none.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service-none.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-name_service.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-partitions.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-partitions.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-remote_launch.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-remote_launch.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-storages-config.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-storages-config.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-storages-dfs.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-storages-dfs.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-storages-dsm.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-storages-dsm.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-storages.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-storages.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-streams.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p-streams.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dsa_p.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-dynamic_dict.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-dynamic_dict.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-errors-helper.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-errors-helper.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-errors.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-errors.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-exceptions.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-exceptions.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-aws_interface.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-fragmenter.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-fragmenter.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-http.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-http.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-iface.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-iface.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-miop-miop_in.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-miop-miop_in.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-miop-miop_out.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-miop-miop_out.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-miop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-miop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-slicers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters-slicers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-filters.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-fixed_point.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-fixed_point.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-code_sets-converters-unicode.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-code_sets-converters-unicode.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-code_sets-converters.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-code_sets-converters.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-code_sets-data.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-code_sets.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-code_sets.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-exceptions.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-exceptions.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-service_contexts.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-service_contexts.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-alternate_iiop_address.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-alternate_iiop_address.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-code_sets.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-code_sets.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-csi_sec_mech_list.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-csi_sec_mech_list.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-null_tag.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-null_tag.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-policies-priority_model_policy.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-policies-priority_model_policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-policies.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-policies.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-ssl_sec_trans.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-ssl_sec_trans.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-tls_sec_trans.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components-tls_sec_trans.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-tagged_components.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms-diop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms-diop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms-iiop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms-iiop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms-ssliop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms-ssliop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms-tls.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms-tls.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms-uipmc.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms-uipmc.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p-transport_mechanisms.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-giop_p.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-http_headers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-http_headers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-http_methods.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-http_methods.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-if_descriptors-corba_ir.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-if_descriptors-corba_ir.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-if_descriptors.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-initial_references.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-initial_references.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-initialization.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-initialization.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-jobs.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-jobs.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-lanes.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-lanes.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-log-exceptions.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-log-exceptions.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-log-initialization.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-log-initialization.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-log-stderr.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-log-stderr.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-log.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-log.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-mdns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-minimal_servant-tools.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-minimal_servant-tools.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-minimal_servant.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-minimal_servant.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-miop_p-groups.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-miop_p-groups.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-miop_p-tagged_components.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-miop_p-tagged_components.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-miop_p.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-exceptions.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-exceptions.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-message_consumer.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-message_consumer.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-message_handler.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-message_handler.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-message_pool.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-message_pool.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-message_producer.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-message_producer.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-routers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-routers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-topic_datas.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-topic_datas.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-warehouse.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider-warehouse.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p-provider.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-moma_p.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-obj_adapter_qos.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-obj_adapter_qos.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-obj_adapters-group_object_adapter.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-obj_adapters-group_object_adapter.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-obj_adapters-simple.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-obj_adapters-simple.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-obj_adapters.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-obj_adapters.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-object_maps-system.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-object_maps-system.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-object_maps-user.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-object_maps-user.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-object_maps.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-object_maps.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-objects.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-objects.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-opaque-chunk_pools.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-opaque-chunk_pools.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-opaque.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-opaque.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb-iface.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb-no_tasking.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb-no_tasking.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb-thread_per_request.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb-thread_per_request.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb-thread_per_session.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb-thread_per_session.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb-thread_pool.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb-thread_pool.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb_controller-half_sync_half_async.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb_controller-half_sync_half_async.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb_controller-leader_followers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb_controller-leader_followers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb_controller-no_tasking.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb_controller-no_tasking.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb_controller-workers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb_controller-workers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb_controller.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-orb_controller.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-command_line.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-command_line.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-environment.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-environment.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-file.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-file.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-initialization.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-initialization.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-macros.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-macros.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-static.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters-static.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-parameters.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-partition_elaboration.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-partition_elaboration.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-platform-ssl_linker_options.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-platform.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa-basic_poa.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa-basic_poa.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_config-minimum.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_config-minimum.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_config-proxies.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_config-proxies.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_config-racws.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_config-racws.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_config-root_poa.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_config-root_poa.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_config.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_config.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_manager-basic_manager.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_manager-basic_manager.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_manager.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-id_assignment_policy-system.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-id_assignment_policy-system.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-id_assignment_policy-user.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-id_assignment_policy-user.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-id_assignment_policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-id_uniqueness_policy-multiple.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-id_uniqueness_policy-multiple.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-id_uniqueness_policy-unique.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-id_uniqueness_policy-unique.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-id_uniqueness_policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-implicit_activation_policy-activation.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-implicit_activation_policy-activation.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-implicit_activation_policy-no_activation.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-implicit_activation_policy-no_activation.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-implicit_activation_policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-lifespan_policy-persistent.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-lifespan_policy-persistent.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-lifespan_policy-transient.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-lifespan_policy-transient.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-lifespan_policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-request_processing_policy-active_object_map_only.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-request_processing_policy-active_object_map_only.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-request_processing_policy-use_default_servant.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-request_processing_policy-use_default_servant.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-request_processing_policy-use_servant_manager.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-request_processing_policy-use_servant_manager.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-request_processing_policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-servant_retention_policy-non_retain.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-servant_retention_policy-non_retain.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-servant_retention_policy-retain.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-servant_retention_policy-retain.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-servant_retention_policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-thread_policy-main_thread.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-thread_policy-main_thread.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-thread_policy-orb_ctrl.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-thread_policy-orb_ctrl.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-thread_policy-single_thread.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-thread_policy-single_thread.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-thread_policy.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies-thread_policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_policies.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_types.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-poa_types.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-dns.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-dns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-echo.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-echo.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-common.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-common.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-diop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-diop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-giop_1_0.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-giop_1_0.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-giop_1_1.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-giop_1_1.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-giop_1_2.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-giop_1_2.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-iiop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-iiop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-uipmc.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop-uipmc.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-giop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-iface.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-soap_pr.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-soap_pr.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-srp.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols-srp.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-protocols.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-addressing_modes.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-clients_security.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-clients_security.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-code_sets.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-code_sets.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-exception_informations.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-exception_informations.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-priority.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-priority.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-security_contexts.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-security_contexts.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-service_contexts.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-service_contexts.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-static_buffers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-static_buffers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-tagged_components.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-tagged_components.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-targets_security.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-targets_security.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-term_manager_info.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-term_manager_info.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-transport_contexts.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos-transport_contexts.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-qos.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-references-binding.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-references-binding.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-references-corbaloc.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-references-corbaloc.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-references-file.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-references-file.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-references-ior.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-references-ior.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-references-uri.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-references-uri.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-references.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-references.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr-common.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr-common.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr-giop_1_0.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr-giop_1_0.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr-giop_1_1.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr-giop_1_1.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr-giop_1_2.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr-giop_1_2.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr-giop_utils.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr-giop_utils.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-cdr.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-dns.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-dns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-srp.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-srp.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-test.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations-test.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-representations.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-request_qos.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-request_qos.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-request_scheduler-servant_lane.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-request_scheduler-servant_lane.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-request_scheduler.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-request_scheduler.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-requests.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-requests.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-rt_poa-basic_rt_poa.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-rt_poa-basic_rt_poa.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-rt_poa.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-rt_poa_policies-priority_model_policy.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-rt_poa_policies-priority_model_policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-rt_poa_policies-thread_pool_policy.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-rt_poa_policies-thread_pool_policy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-rt_poa_policies.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-rtcorba_p-mutex.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-rtcorba_p-mutex.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-rtcorba_p-prioritymodelpolicy.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-rtcorba_p-prioritymodelpolicy.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-rtcorba_p-setup.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-rtcorba_p-setup.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-rtcorba_p-threadpoolmanager.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-rtcorba_p-threadpoolmanager.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-rtcorba_p-to_orb_priority.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-rtcorba_p-to_orb_priority.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-rtcorba_p.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authentication_mechanisms-gssup_client.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authentication_mechanisms-gssup_client.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authentication_mechanisms-gssup_target.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authentication_mechanisms-gssup_target.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authentication_mechanisms.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authentication_mechanisms.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authority_mechanisms.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authority_mechanisms.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authorization_elements-unknown.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authorization_elements-unknown.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authorization_elements.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-authorization_elements.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-backward_trust_evaluators.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-backward_trust_evaluators.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-connections.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-credentials-compound.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-credentials-compound.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-credentials-gssup.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-credentials-gssup.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-credentials-tls.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-credentials-tls.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-credentials.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-credentials.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-exported_names-gssup.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-exported_names-gssup.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-exported_names-unknown.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-exported_names-unknown.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-exported_names.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-exported_names.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-forward_trust_evaluators.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-identities-anonymous.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-identities-anonymous.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-identities-distinguished_name.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-identities-distinguished_name.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-identities-principal_name.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-identities-principal_name.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-identities.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-identities.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-security_manager.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-security_manager.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-transport_mechanisms-tls.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-transport_mechanisms-tls.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-transport_mechanisms-unprotected.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-transport_mechanisms-unprotected.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-transport_mechanisms.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-types.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-security-types.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-security.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-bounded-corba_helper.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-bounded-corba_helper.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-bounded-helper.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-bounded-helper.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-bounded.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-bounded.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-helper.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-helper.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-unbounded-corba_helper.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-unbounded-corba_helper.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-unbounded-helper.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-unbounded-helper.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-unbounded-search.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-unbounded-search.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-unbounded.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences-unbounded.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-sequences.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-servants-group_servants.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-servants-group_servants.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-servants-iface.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-servants.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-servants.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-helper.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-helper.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-namingcontext-client.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-namingcontext-client.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-namingcontext-helper.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-namingcontext-helper.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-namingcontext-servant.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-namingcontext-servant.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-namingcontext.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-namingcontext.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-tools.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming-tools.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-services-naming.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-services.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-diop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-diop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-iiop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-iiop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-mdns.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-mdns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-soap.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-soap.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-srp.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-srp.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-ssliop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-ssliop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-tlsiop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-tlsiop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-udns.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-udns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-uipmc.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points-uipmc.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-access_points.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-base.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-base.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-client.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-client.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-client_base.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-client_base.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-common_base.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-common_base.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-default_parameters.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-default_parameters.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-diop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-diop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-iiop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-iiop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-no_tasking_client.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-no_tasking_client.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-no_tasking_server.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-no_tasking_server.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-oa-basic_poa.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-oa-basic_poa.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-oa-basic_rt_poa.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-oa-basic_rt_poa.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-oa-simple_oa.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-oa-simple_oa.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-oa.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-proxies_poa.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-proxies_poa.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-ravenscar_tp_server.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-ravenscar_tp_server.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-secure_client.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-secure_client.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-secure_server.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-secure_server.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-security_base.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-security_base.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-server.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-server.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-ssliop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-ssliop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-tasking-full_tasking.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-tasking-full_tasking.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-tasking-no_tasking.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-tasking-no_tasking.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-tasking-ravenscar.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-tasking.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-thread_per_request_server.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-thread_per_request_server.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-thread_per_session_server.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-thread_per_session_server.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-thread_pool_client.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-thread_pool_client.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-thread_pool_server.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-thread_pool_server.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-tlsiop.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-tlsiop.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-uipmc.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup-uipmc.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-setup.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-smart_pointers-controlled_entities.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-smart_pointers-controlled_entities.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-smart_pointers-initialization.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-smart_pointers-initialization.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-smart_pointers-sync_counters.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-smart_pointers-sync_counters__intrinsic.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-smart_pointers-sync_counters__mutex.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-smart_pointers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-smart_pointers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message-payload.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message-payload.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message-reader.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message-reader.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message-response-error.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message-response-error.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message-response.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message-response.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message-xml.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message-xml.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-message.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-parameters.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-parameters.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-response.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-response.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-types.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p-types.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-soap_p.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-sockets.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-sockets_initialization.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-sockets_initialization.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-ssl.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-ssl.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-std.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-storage_pools.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-task_info.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-task_info.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-abortables.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-abortables.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-advanced_mutexes.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-advanced_mutexes.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-condition_variables.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-condition_variables.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-idle_tasks_managers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-idle_tasks_managers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-mutexes.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-mutexes.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-priorities.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-condition_variables.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-condition_variables.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-mutexes.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-mutexes.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-portable_mutexes.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-portable_mutexes.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-threads-annotations.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-threads-annotations.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-threads-dynamic_priorities.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-threads-dynamic_priorities.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-threads-static_priorities.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-threads-static_priorities.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-threads.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking-threads.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking_atc-abortables.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking_atc-abortables.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-full_tasking_atc.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-no_tasking-condition_variables.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-no_tasking-condition_variables.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-no_tasking-mutexes.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-no_tasking-mutexes.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-no_tasking-threads-annotations.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-no_tasking-threads-annotations.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-no_tasking-threads.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-no_tasking-threads.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-no_tasking.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-ravenscar-condition_variables.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-ravenscar-condition_variables.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-ravenscar-index_manager.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-ravenscar-index_manager.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-ravenscar-mutexes.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-ravenscar-mutexes.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-ravenscar-threads-annotations.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-ravenscar-threads-annotations.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-ravenscar-threads.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-ravenscar-threads.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles-ravenscar.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-profiles.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-rw_locks.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-rw_locks.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-threads-annotations.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-threads-annotations.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-threads.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking-threads.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tasking.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-termination_activity.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-termination_activity.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-termination_manager-bootstrap.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-termination_manager-bootstrap.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-termination_manager.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-termination_manager.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-tls.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-tls.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-connected-sockets-ssl.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-connected-sockets-ssl.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-connected-sockets-tls.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-connected-sockets-tls.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-connected-sockets.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-connected-sockets.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-connected.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-connected.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-datagram-sockets.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-datagram-sockets.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-datagram.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-datagram.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-handlers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-handlers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-sockets.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport-sockets.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-transport.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-types.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-types.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-udns.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-backtrace.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-backtrace.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-buffers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-buffers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-chained_lists.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-chained_lists.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-configuration_file.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-configuration_file.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-dynamic_tables.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-dynamic_tables.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-hfunctions-hyper.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-hfunctions-hyper.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-hfunctions-mul.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-hfunctions-mul.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-hfunctions.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-htables-perfect.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-htables-perfect.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-htables.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-ilists.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-ilists.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-random.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-random.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-report.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-report.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-simple_flags.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-simple_flags.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-socket_access_points.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-socket_access_points.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-sockets.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-sockets.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-srp.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-srp.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-ssl_access_points.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-ssl_access_points.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-strings-lists.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-strings-lists.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-strings.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-strings.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-tcp_access_points.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-tcp_access_points.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-text_buffers.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-text_buffers.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-tls_access_points.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-tls_access_points.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-udp_access_points.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils-udp_access_points.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-utils.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-web-mime.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-web-mime.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-web-url-raise_url_error.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-web-url-raise_url_error.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-web-url.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-web-url.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-web-utils.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-web-utils.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-web.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb-x509.adb
+${GNAT_PKGBASE}/include/polyorb/polyorb-x509.ads
+${GNAT_PKGBASE}/include/polyorb/polyorb.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinfo-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinfo-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinfo-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinfo-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinfo.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinfo.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinterceptor-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinterceptor-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinterceptor-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinterceptor-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinterceptor.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-clientrequestinterceptor.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-current-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-current-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-current-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-current-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-current.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-current.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-interceptor-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-interceptor-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-interceptor-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-interceptor-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-interceptor.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-interceptor.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinfo-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinfo-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinfo-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinfo-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinfo.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinfo.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor_3_0-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor_3_0-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor_3_0-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor_3_0-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor_3_0.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-iorinterceptor_3_0.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitializer-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitializer-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitializer-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitializer-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitializer-initialize_all.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitializer-initialize_all.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitializer-register.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitializer-register.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitializer.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitializer.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitinfo-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitinfo-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitinfo-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitinfo-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitinfo.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-orbinitinfo.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-policyfactory-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-policyfactory-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-policyfactory-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-policyfactory-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-policyfactory.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-policyfactory.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-requestinfo-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-requestinfo-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-requestinfo-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-requestinfo-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-requestinfo.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-requestinfo.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinfo-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinfo-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinfo-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinfo-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinfo.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinfo.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinterceptor-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinterceptor-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinterceptor-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinterceptor-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinterceptor.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor-serverrequestinterceptor.ads
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor.adb
+${GNAT_PKGBASE}/include/polyorb/portableinterceptor.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-adapteractivator.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-adapteractivator.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-current-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-current-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-current.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-current.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-idassignmentpolicy.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-idassignmentpolicy.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-iduniquenesspolicy.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-iduniquenesspolicy.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-implicitactivationpolicy.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-implicitactivationpolicy.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-lifespanpolicy.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-lifespanpolicy.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-poa-goa.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-poa-goa.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-poa-helper.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-poa-helper.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-poa.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-poa.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-poamanager.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-poamanager.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-requestprocessingpolicy.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-requestprocessingpolicy.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantactivator-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantactivator-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantactivator.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantactivator.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantlocator-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantlocator-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantlocator.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantlocator.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantmanager-impl.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantmanager-impl.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantmanager.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantretentionpolicy.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-servantretentionpolicy.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver-threadpolicy.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver-threadpolicy.ads
+${GNAT_PKGBASE}/include/polyorb/portableserver.adb
+${GNAT_PKGBASE}/include/polyorb/portableserver.ads
+${GNAT_PKGBASE}/include/polyorb/pseudo_orb.idl
+${GNAT_PKGBASE}/include/polyorb/rtcorba-current-helper.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-current-helper.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-current.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-current.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-helper.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-helper.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-mutex-helper.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-mutex-helper.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-mutex.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-mutex.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritymapping-direct.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritymapping-direct.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritymapping-linear.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritymapping-linear.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritymapping.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritymapping.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritymodelpolicy-helper.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritymodelpolicy-helper.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritymodelpolicy.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritymodelpolicy.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritytransform.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-prioritytransform.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-protocolproperties-helper.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-protocolproperties-helper.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-protocolproperties.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-rtorb-helper.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-rtorb-helper.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-rtorb.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-rtorb.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-threadpoolpolicy-helper.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-threadpoolpolicy-helper.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba-threadpoolpolicy.adb
+${GNAT_PKGBASE}/include/polyorb/rtcorba-threadpoolpolicy.ads
+${GNAT_PKGBASE}/include/polyorb/rtcorba.ads
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-clientscheduler-helper.adb
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-clientscheduler-helper.ads
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-clientscheduler-impl.adb
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-clientscheduler-impl.ads
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-clientscheduler.adb
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-clientscheduler.ads
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-helper.adb
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-helper.ads
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-serverscheduler-helper.adb
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-serverscheduler-helper.ads
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-serverscheduler-impl.adb
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-serverscheduler-impl.ads
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-serverscheduler.adb
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling-serverscheduler.ads
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling.adb
+${GNAT_PKGBASE}/include/polyorb/rtcosscheduling.ads
+${GNAT_PKGBASE}/include/polyorb/rtportableserver-poa-helper.adb
+${GNAT_PKGBASE}/include/polyorb/rtportableserver-poa-helper.ads
+${GNAT_PKGBASE}/include/polyorb/rtportableserver-poa.adb
+${GNAT_PKGBASE}/include/polyorb/rtportableserver-poa.ads
+${GNAT_PKGBASE}/include/polyorb/rtportableserver.ads
+${GNAT_PKGBASE}/include/polyorb/s-dsaser.adb
+${GNAT_PKGBASE}/include/polyorb/s-dsaser.ads
+${GNAT_PKGBASE}/include/polyorb/s-dsatyp.adb
+${GNAT_PKGBASE}/include/polyorb/s-dsatyp.ads
+${GNAT_PKGBASE}/include/polyorb/s-parint.adb
+${GNAT_PKGBASE}/include/polyorb/s-parint.ads
+${GNAT_PKGBASE}/include/polyorb/s-shasto.adb
+${GNAT_PKGBASE}/include/polyorb/s-shasto.ads
+${GNAT_PKGBASE}/include/polyorb/soap-client.adb
+${GNAT_PKGBASE}/include/polyorb/soap-client.ads
+${GNAT_PKGBASE}/include/polyorb/soap-message-payload.adb
+${GNAT_PKGBASE}/include/polyorb/soap-message-payload.ads
+${GNAT_PKGBASE}/include/polyorb/soap-message-response-error.adb
+${GNAT_PKGBASE}/include/polyorb/soap-message-response-error.ads
+${GNAT_PKGBASE}/include/polyorb/soap-message-response.adb
+${GNAT_PKGBASE}/include/polyorb/soap-message-response.ads
+${GNAT_PKGBASE}/include/polyorb/soap-message.adb
+${GNAT_PKGBASE}/include/polyorb/soap-message.ads
+${GNAT_PKGBASE}/include/polyorb/soap-parameters.adb
+${GNAT_PKGBASE}/include/polyorb/soap-parameters.ads
+${GNAT_PKGBASE}/include/polyorb/soap-types.adb
+${GNAT_PKGBASE}/include/polyorb/soap-types.ads
+${GNAT_PKGBASE}/include/polyorb/table_of_dynamic_keys_and_static_values_g.adb
+${GNAT_PKGBASE}/include/polyorb/table_of_dynamic_keys_and_static_values_g.ads
+${GNAT_PKGBASE}/include/polyorb/table_of_static_keys_and_dynamic_values_g.adb
+${GNAT_PKGBASE}/include/polyorb/table_of_static_keys_and_dynamic_values_g.ads
+${GNAT_PKGBASE}/include/polyorb/table_of_strings_and_static_values_g.adb
+${GNAT_PKGBASE}/include/polyorb/table_of_strings_and_static_values_g.ads
+${GNAT_PKGBASE}/include/polyorb/templates_parser-cached_files.adb
+${GNAT_PKGBASE}/include/polyorb/templates_parser-data.adb
+${GNAT_PKGBASE}/include/polyorb/templates_parser-expr.adb
+${GNAT_PKGBASE}/include/polyorb/templates_parser-input.adb
+${GNAT_PKGBASE}/include/polyorb/templates_parser-input.ads
+${GNAT_PKGBASE}/include/polyorb/templates_parser-print_tree.adb
+${GNAT_PKGBASE}/include/polyorb/templates_parser.adb
+${GNAT_PKGBASE}/include/polyorb/templates_parser.ads
+${GNAT_PKGBASE}/include/polyorb/time_utils.adb
+${GNAT_PKGBASE}/include/polyorb/time_utils.ads
+${GNAT_PKGBASE}/include/polyorb/timebase-helper.adb
+${GNAT_PKGBASE}/include/polyorb/timebase-helper.ads
+${GNAT_PKGBASE}/include/polyorb/timebase.ads
+${GNAT_PKGBASE}/lib/gnat/polyorb.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_cos_event.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_cos_ir.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_cos_naming.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_cos_notification.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_cos_time.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_idls_cos_event.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_idls_cos_naming.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_idls_cos_notification.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_idls_cos_time.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_install_common.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_corba.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_corba_dynamicany.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_corba_iop.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_corba_messaging.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_corba_portableinterceptor.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_corba_rtcorba.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_corba_security.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_corba_security_gssup.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_dns.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_dns_mdns.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_dns_udns.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_dsa.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_giop.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_giop_diop.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_giop_iiop.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_giop_iiop_security.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_giop_iiop_security_tls.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_giop_iiop_ssliop.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_giop_miop.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_moma.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_security.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_security_gssup.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_security_tls.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_security_x509.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_setup.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_setup_security.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_soap.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_srp.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_ssl.gpr
+${GNAT_PKGBASE}/lib/gnat/polyorb/polyorb_src_web_common.gpr
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-corba-cos-ir-impl.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-corba-cos-naming-impl.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-corba-cos-naming.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-corba-dynamicany.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-corba-iop.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-corba-messaging.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-corba-portableinterceptor.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-corba-rtcorba.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-corba-security-gssup.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-corba-security.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-corba.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-dns-mdns.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-dns-udns.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-dns.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-giop-diop.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-giop-iiop-security-tls.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-giop-iiop-security.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-giop-iiop-ssliop.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-giop-iiop.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-giop-miop.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-giop.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-moma.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-security-gssup.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-security-tls.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-security-x509.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-security.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-soap.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-srp.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-ssl.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb-web_common.so
+${PLIST.shlibs}${GNAT_PKGBASE}/lib/libpolyorb.so
+${GNAT_PKGBASE}/lib/polyorb/conv_frame-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/conv_frame.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-abstractbase.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-bounded_strings.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-bounded_wide_strings.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-context.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-contextlist.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-current-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-current.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-domainmanager-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-domainmanager.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-exceptionlist.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-fixed_point.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-forward.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-idl_sequences-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-idl_sequences.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-local.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-nvlist.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-object-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-object-policies.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-object.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-orb-typecode.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-orb.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-policy-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-policy.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-policycurrent.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-policymanager.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-abstractinterfacedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-abstractinterfacedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-abstractinterfacedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-abstractinterfacedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-aliasdef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-aliasdef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-aliasdef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-aliasdef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-arraydef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-arraydef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-arraydef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-arraydef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-attributedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-attributedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-attributedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-attributedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-constantdef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-constantdef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-constantdef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-constantdef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-contained-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-contained-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-contained-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-contained.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-container-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-container-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-container-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-container.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-enumdef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-enumdef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-enumdef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-enumdef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-exceptiondef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-exceptiondef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-exceptiondef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-exceptiondef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extabstractinterfacedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extabstractinterfacedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extabstractinterfacedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extabstractinterfacedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extattributedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extattributedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extattributedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extattributedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extinterfacedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extinterfacedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extinterfacedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extinterfacedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extlocalinterfacedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extlocalinterfacedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extlocalinterfacedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-extlocalinterfacedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-fixeddef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-fixeddef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-fixeddef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-fixeddef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-idltype-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-idltype-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-idltype-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-idltype.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-interfaceattrextension-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-interfaceattrextension-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-interfaceattrextension-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-interfaceattrextension.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-interfacedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-interfacedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-interfacedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-interfacedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-irobject-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-irobject-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-irobject-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-irobject.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-localinterfacedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-localinterfacedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-localinterfacedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-localinterfacedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-moduledef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-moduledef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-moduledef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-moduledef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-nativedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-nativedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-nativedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-nativedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-operationdef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-operationdef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-operationdef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-operationdef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-primitivedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-primitivedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-primitivedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-primitivedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-repository-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-repository-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-repository-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-repository.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-sequencedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-sequencedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-sequencedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-sequencedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-stringdef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-stringdef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-stringdef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-stringdef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-structdef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-structdef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-structdef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-structdef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-typedefdef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-typedefdef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-typedefdef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-typedefdef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-uniondef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-uniondef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-uniondef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-uniondef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valueboxdef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valueboxdef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valueboxdef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valueboxdef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valuedef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valuedef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valuedef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valuedef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valuememberdef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valuememberdef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valuememberdef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-valuememberdef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-wstringdef-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-wstringdef-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-wstringdef-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root-wstringdef.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-repository_root.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-request.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-sequences-bounded.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-sequences-unbounded.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-sequences.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-serverrequest.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-value-box-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-value-box.ali
+${GNAT_PKGBASE}/lib/polyorb/corba-value.ali
+${GNAT_PKGBASE}/lib/polyorb/corba.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_abstractinterfacedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_aliasdef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_arraydef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_attributedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_constantdef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_contained_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_container_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_enumdef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_exceptiondef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_extabstractinterfacedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_extattributedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_extinterfacedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_extlocalinterfacedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_fixeddef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_idltype_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_interfaceattrextension_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_interfacedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_irobject_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_localinterfacedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_moduledef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_nativedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_operationdef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_primitivedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_repository_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_sequencedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_stringdef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_structdef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_typedefdef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_uniondef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_valueboxdef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_valuedef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_valuememberdef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/corba_repository_root_wstringdef_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-bindingiterator-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-bindingiterator-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-bindingiterator-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-bindingiterator.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-namingcontext-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-namingcontext-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-namingcontext-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-namingcontext.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-namingcontextext-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-namingcontextext-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-namingcontextext-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming-namingcontextext.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming_bindingiterator_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming_namingcontext_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/cosnaming_namingcontextext_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/csi-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/csi.ali
+${GNAT_PKGBASE}/lib/polyorb/csiiop-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/csiiop.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamic-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamic.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynany-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynany-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynany.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynanyfactory-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynanyfactory-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynanyfactory.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynarray-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynarray-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynarray.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynenum-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynenum-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynenum.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynfixed-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynfixed-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynfixed.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynsequence-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynsequence-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynsequence.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynstruct-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynstruct-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynstruct.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynunion-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynunion-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynunion.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynvalue-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynvalue-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynvalue.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynvaluebox-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynvaluebox-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynvaluebox.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynvaluecommon-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynvaluecommon-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-dynvaluecommon.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/dynamicany.ali
+${GNAT_PKGBASE}/lib/polyorb/file-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/file-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/file-skel.ali
+${GNAT_PKGBASE}/lib/polyorb/file.ali
+${GNAT_PKGBASE}/lib/polyorb/file_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/gssup-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/gssup.ali
+${GNAT_PKGBASE}/lib/polyorb/iop-codec-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/iop-codec-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/iop-codec.ali
+${GNAT_PKGBASE}/lib/polyorb/iop-codecfactory-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/iop-codecfactory-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/iop-codecfactory.ali
+${GNAT_PKGBASE}/lib/polyorb/iop-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/iop.ali
+${GNAT_PKGBASE}/lib/polyorb/menu.ali
+${GNAT_PKGBASE}/lib/polyorb/messaging-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/messaging.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-configuration-server.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-configuration.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-connection_factories.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-connections.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-destinations.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-message_consumers.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-message_handlers.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-message_producers.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-messages-manys.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-messages-mbytes.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-messages-mexecutes.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-messages-mmaps.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-messages-mstreams.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-messages-mtexts.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-messages.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-references.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-runtime.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-sessions.ali
+${GNAT_PKGBASE}/lib/polyorb/moma-types.ali
+${GNAT_PKGBASE}/lib/polyorb/moma.ali
+${GNAT_PKGBASE}/lib/polyorb/perfect_hash.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-annotations.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-any-exceptionlist.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-any-initialization.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-any-nvlist.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-any-objref.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-any.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-asn1.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-asynch_ev-sockets-ssl.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-asynch_ev-sockets-tls.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-asynch_ev-sockets.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-asynch_ev.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-dns-mdns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-dns-udns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-dns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-giop-diop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-giop-iiop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-giop-inet.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-giop-uipmc.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-giop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-local.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-neighbour.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-soap.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data-srp.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_data_qos.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_object_qos.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_objects-lists.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-binding_objects.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-buffer_sources.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-buffers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-call_back.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-components.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-constants.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-adapteractivator.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-codec_utils.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-corbaloc.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-css_state_machine.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-css_state_machine_actions.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-domain_management.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-dynamic_any.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-exceptions.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-interceptors.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-interceptors_hooks.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-interceptors_policies.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-interceptors_slots.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-ir_hooks.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-ir_tools.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-local.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-names.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-naming_tools.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-orb_init.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-poa_config.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-policy_management.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-security_current.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-security_policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-servantactivator.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-servantlocator.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-server_tools.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-tss_state_machine.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p-tss_state_machine_actions.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-corba_p.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dns-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dns-transport_mechanisms-mdns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dns-transport_mechanisms-udns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dns-transport_mechanisms.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-connections.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-conversions.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-exceptions.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-initialization.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-name_server.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-name_service-cos_naming.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-name_service-mdns-client.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-name_service-mdns-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-name_service-mdns-servant.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-name_service-mdns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-name_service-none.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-name_service.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-remote_launch.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-storages-dfs.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-storages-dsm.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-storages.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p-streams.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dsa_p.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-dynamic_dict.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-errors-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-errors.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-exceptions.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-filters-aws_interface.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-filters-fragmenter.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-filters-http.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-filters-iface.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-filters-miop-miop_in.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-filters-miop-miop_out.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-filters-miop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-filters-slicers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-filters.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-fixed_point.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-code_sets-converters-unicode.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-code_sets-converters.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-code_sets-data.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-code_sets.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-exceptions.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-service_contexts.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-tagged_components-alternate_iiop_address.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-tagged_components-code_sets.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-tagged_components-csi_sec_mech_list.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-tagged_components-null_tag.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-tagged_components-policies-priority_model_policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-tagged_components-policies.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-tagged_components-ssl_sec_trans.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-tagged_components-tls_sec_trans.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-tagged_components.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-transport_mechanisms-diop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-transport_mechanisms-iiop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-transport_mechanisms-ssliop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-transport_mechanisms-tls.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-transport_mechanisms-uipmc.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p-transport_mechanisms.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-giop_p.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-http_headers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-http_methods.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-if_descriptors-corba_ir.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-if_descriptors.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-initial_references.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-initialization.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-jobs.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-lanes.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-log-exceptions.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-log-initialization.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-log-stderr.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-log.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-mdns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-minimal_servant-tools.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-minimal_servant.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-miop_p-groups.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-miop_p-tagged_components.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-miop_p.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-moma_p-exceptions.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-moma_p-provider-message_consumer.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-moma_p-provider-message_handler.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-moma_p-provider-message_pool.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-moma_p-provider-message_producer.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-moma_p-provider-routers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-moma_p-provider-topic_datas.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-moma_p-provider-warehouse.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-moma_p-provider.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-moma_p.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-obj_adapter_qos.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-obj_adapters-group_object_adapter.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-obj_adapters-simple.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-obj_adapters.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-object_maps-system.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-object_maps-user.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-object_maps.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-objects.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-opaque-chunk_pools.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-opaque.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-orb-iface.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-orb-no_tasking.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-orb-thread_per_request.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-orb-thread_per_session.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-orb-thread_pool.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-orb.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-orb_controller-half_sync_half_async.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-orb_controller-leader_followers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-orb_controller-no_tasking.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-orb_controller-workers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-orb_controller.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-parameters-command_line.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-parameters-environment.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-parameters-file.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-parameters-initialization.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-parameters-static.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-parameters.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-platform-ssl_linker_options.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-platform.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa-basic_poa.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_config-minimum.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_config-proxies.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_config-racws.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_config-root_poa.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_config.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_manager-basic_manager.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_manager.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-id_assignment_policy-system.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-id_assignment_policy-user.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-id_assignment_policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-id_uniqueness_policy-multiple.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-id_uniqueness_policy-unique.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-id_uniqueness_policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-implicit_activation_policy-activation.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-implicit_activation_policy-no_activation.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-implicit_activation_policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-lifespan_policy-persistent.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-lifespan_policy-transient.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-lifespan_policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-request_processing_policy-active_object_map_only.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-request_processing_policy-use_default_servant.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-request_processing_policy-use_servant_manager.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-request_processing_policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-servant_retention_policy-non_retain.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-servant_retention_policy-retain.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-servant_retention_policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-thread_policy-main_thread.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-thread_policy-orb_ctrl.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-thread_policy-single_thread.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies-thread_policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_policies.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-poa_types.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-dns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-echo.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-giop-common.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-giop-diop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-giop-giop_1_0.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-giop-giop_1_1.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-giop-giop_1_2.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-giop-iiop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-giop-uipmc.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-giop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-iface.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-soap_pr.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols-srp.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-protocols.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-addressing_modes.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-clients_security.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-code_sets.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-exception_informations.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-priority.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-security_contexts.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-service_contexts.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-static_buffers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-tagged_components.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-targets_security.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-term_manager_info.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos-transport_contexts.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-qos.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-references-binding.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-references-corbaloc.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-references-file.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-references-ior.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-references-uri.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-references.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-representations-cdr-common.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-representations-cdr-giop_1_0.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-representations-cdr-giop_1_1.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-representations-cdr-giop_1_2.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-representations-cdr-giop_utils.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-representations-cdr.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-representations-dns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-representations-srp.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-representations-test.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-representations.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-request_qos.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-request_scheduler-servant_lane.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-request_scheduler.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-requests.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-rt_poa-basic_rt_poa.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-rt_poa.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-rt_poa_policies-priority_model_policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-rt_poa_policies-thread_pool_policy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-rt_poa_policies.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-rtcorba_p-mutex.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-rtcorba_p-prioritymodelpolicy.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-rtcorba_p-setup.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-rtcorba_p-threadpoolmanager.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-rtcorba_p-to_orb_priority.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-rtcorba_p.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-authentication_mechanisms-gssup_client.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-authentication_mechanisms-gssup_target.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-authentication_mechanisms.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-authority_mechanisms.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-authorization_elements-unknown.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-authorization_elements.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-backward_trust_evaluators.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-connections.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-credentials-compound.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-credentials-gssup.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-credentials-tls.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-credentials.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-exported_names-gssup.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-exported_names-unknown.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-exported_names.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-forward_trust_evaluators.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-identities-anonymous.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-identities-distinguished_name.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-identities-principal_name.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-identities.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-security_manager.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-transport_mechanisms-tls.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-transport_mechanisms-unprotected.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-transport_mechanisms.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security-types.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-security.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-sequences-bounded-corba_helper.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-sequences-bounded-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-sequences-bounded.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-sequences-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-sequences-unbounded-corba_helper.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-sequences-unbounded-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-sequences-unbounded-search.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-sequences-unbounded.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-sequences.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-servants-group_servants.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-servants-iface.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-servants.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-services-naming-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-services-naming-namingcontext-client.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-services-naming-namingcontext-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-services-naming-namingcontext-servant.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-services-naming-namingcontext.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-services-naming-tools.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-services-naming.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-services.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-access_points-diop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-access_points-iiop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-access_points-mdns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-access_points-soap.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-access_points-srp.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-access_points-ssliop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-access_points-tlsiop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-access_points-udns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-access_points-uipmc.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-access_points.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-base.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-client.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-client_base.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-common_base.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-default_parameters.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-diop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-iiop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-no_tasking_client.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-no_tasking_server.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-oa-basic_poa.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-oa-basic_rt_poa.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-oa-simple_oa.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-oa.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-proxies_poa.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-ravenscar_tp_server.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-secure_client.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-secure_server.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-security_base.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-server.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-ssliop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-tasking-full_tasking.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-tasking-no_tasking.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-tasking-ravenscar.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-tasking.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-thread_per_request_server.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-thread_per_session_server.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-thread_pool_client.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-thread_pool_server.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-tlsiop.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup-uipmc.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-setup.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-smart_pointers-controlled_entities.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-smart_pointers-initialization.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-smart_pointers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-soap_p-message-payload.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-soap_p-message-reader.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-soap_p-message-response-error.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-soap_p-message-response.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-soap_p-message-xml.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-soap_p-message.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-soap_p-parameters.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-soap_p-response.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-soap_p-types.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-soap_p.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-sockets.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-sockets_initialization.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-ssl.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-std.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-storage_pools.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-task_info.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-abortables.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-advanced_mutexes.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-condition_variables.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-idle_tasks_managers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-mutexes.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-priorities.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-full_tasking-condition_variables.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-full_tasking-mutexes.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-full_tasking-portable_mutexes.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-full_tasking-threads-annotations.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-full_tasking-threads-dynamic_priorities.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-full_tasking-threads-static_priorities.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-full_tasking-threads.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-full_tasking.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-full_tasking_atc-abortables.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-full_tasking_atc.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-no_tasking-condition_variables.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-no_tasking-mutexes.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-no_tasking-threads-annotations.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-no_tasking-threads.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-no_tasking.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-ravenscar-condition_variables.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-ravenscar-index_manager.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-ravenscar-mutexes.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-ravenscar-threads-annotations.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-ravenscar-threads.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles-ravenscar.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-profiles.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-rw_locks.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-threads-annotations.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking-threads.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tasking.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-termination_activity.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-termination_manager-bootstrap.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-termination_manager.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-tls.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-transport-connected-sockets-ssl.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-transport-connected-sockets-tls.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-transport-connected-sockets.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-transport-connected.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-transport-datagram-sockets.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-transport-datagram.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-transport-handlers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-transport-sockets.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-transport.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-types.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-udns.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-backtrace.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-buffers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-chained_lists.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-configuration_file.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-dynamic_tables.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-hfunctions-hyper.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-hfunctions-mul.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-hfunctions.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-htables-perfect.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-htables.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-ilists.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-random.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-report.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-simple_flags.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-socket_access_points.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-sockets.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-srp.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-ssl_access_points.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-strings-lists.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-strings.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-tcp_access_points.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-text_buffers.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-tls_access_points.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils-udp_access_points.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-utils.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-web-mime.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-web-url-raise_url_error.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-web-url.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-web-utils.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-web.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb-x509.ali
+${GNAT_PKGBASE}/lib/polyorb/polyorb.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-clientrequestinfo-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-clientrequestinfo-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-clientrequestinfo.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-clientrequestinterceptor-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-clientrequestinterceptor-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-clientrequestinterceptor.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-current-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-current-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-current.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-interceptor-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-interceptor-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-interceptor.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-iorinfo-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-iorinfo-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-iorinfo.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-iorinterceptor-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-iorinterceptor-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-iorinterceptor.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-iorinterceptor_3_0-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-iorinterceptor_3_0-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-iorinterceptor_3_0.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-orbinitializer-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-orbinitializer-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-orbinitializer-initialize_all.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-orbinitializer-register.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-orbinitializer.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-orbinitinfo-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-orbinitinfo-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-orbinitinfo.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-policyfactory-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-policyfactory-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-policyfactory.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-requestinfo-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-requestinfo-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-requestinfo.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-serverrequestinfo-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-serverrequestinfo-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-serverrequestinfo.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-serverrequestinterceptor-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-serverrequestinterceptor-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor-serverrequestinterceptor.ali
+${GNAT_PKGBASE}/lib/polyorb/portableinterceptor.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-adapteractivator.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-current-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-current.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-idassignmentpolicy.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-iduniquenesspolicy.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-implicitactivationpolicy.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-lifespanpolicy.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-poa-goa.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-poa-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-poa.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-poamanager.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-requestprocessingpolicy.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-servantactivator-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-servantactivator.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-servantlocator-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-servantlocator.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-servantmanager-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-servantmanager.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-servantretentionpolicy.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver-threadpolicy.ali
+${GNAT_PKGBASE}/lib/polyorb/portableserver.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-current-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-current.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-mutex-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-mutex.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-prioritymapping-direct.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-prioritymapping-linear.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-prioritymapping.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-prioritymodelpolicy-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-prioritymodelpolicy.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-prioritytransform.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-protocolproperties-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-protocolproperties.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-rtorb-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-rtorb.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-threadpoolpolicy-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba-threadpoolpolicy.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcorba.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcosscheduling-clientscheduler-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcosscheduling-clientscheduler-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcosscheduling-clientscheduler.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcosscheduling-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcosscheduling-serverscheduler-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcosscheduling-serverscheduler-impl.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcosscheduling-serverscheduler.ali
+${GNAT_PKGBASE}/lib/polyorb/rtcosscheduling.ali
+${GNAT_PKGBASE}/lib/polyorb/rtportableserver-poa-helper.ali
+${GNAT_PKGBASE}/lib/polyorb/rtportableserver-poa.ali
+${GNAT_PKGBASE}/lib/polyorb/rtportableserver.ali
+${GNAT_PKGBASE}/lib/polyorb/s-dsaser.ali
+${GNAT_PKGBASE}/lib/polyorb/s-dsatyp.ali
+${GNAT_PKGBASE}/lib/polyorb/s-parint.ali
+${GNAT_PKGBASE}/lib/polyorb/s-shasto.ali
+${GNAT_PKGBASE}/lib/polyorb/static/libpolyorb-dsa.a
+${GNAT_PKGBASE}/lib/polyorb/static/libpolyorb-setup-security.a
+${GNAT_PKGBASE}/lib/polyorb/static/libpolyorb-setup.a
Index: pkgsrc/net/ada-polyorb/buildlink3.mk
diff -u /dev/null pkgsrc/net/ada-polyorb/buildlink3.mk:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/buildlink3.mk        Fri Aug 15 08:10:03 2025
@@ -0,0 +1,23 @@
+# $NetBSD: buildlink3.mk,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+BUILDLINK_TREE+=       polyorb
+
+.if !defined(POLYORB_BUILDLINK3_MK)
+POLYORB_BUILDLINK3_MK:=
+
+BUILDLINK_API_DEPENDS.polyorb+=        polyorb-${GNAT_NAME}>=25.0.0
+BUILDLINK_PKGSRCDIR.polyorb?=  ../../net/ada-polyorb
+BUILDLINK_DEPMETHOD.polyorb?=  build
+
+BUILDLINK_CONTENTS_FILTER.polyorb=     \
+       ${EGREP} "${GNAT_PKGBASE}/include/.*$$|${GNAT_PKGBASE}/lib/.*$$|${GNAT_PKGBASE}/share/gpr/.*$$"
+
+BUILDLINK_FNAME_TRANSFORM.polyorb+=    \
+       -e "s|${BUILDLINK_DIR}/${GNAT_PKGBASE}/|${BUILDLINK_DIR}/|g"
+
+pkgbase := polyorb
+.include "../../mk/pkg-build-options.mk"
+
+.endif
+
+BUILDLINK_TREE+=       -polyorb
Index: pkgsrc/net/ada-polyorb/distinfo
diff -u /dev/null pkgsrc/net/ada-polyorb/distinfo:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/distinfo     Fri Aug 15 08:10:03 2025
@@ -0,0 +1,17 @@
+$NetBSD: distinfo,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+BLAKE2s (polyorb-25.0.0.tar.gz) = 21dd2d3f800d3da3e4bbdd2125374a374cffbfc754f9110e0bb661fa811fdfad
+SHA512 (polyorb-25.0.0.tar.gz) = 467402fb536b77c4756c3bcbda0b5d55b57f40b4c67e0781e7e970e3237e87a93a08be721ef8f727c678bc0cb4bcda6fe66ab7fad8d3301766311956786bcc49
+Size (polyorb-25.0.0.tar.gz) = 2870640 bytes
+SHA1 (patch-Makefile.common.project.in) = 03f43f1a8dee02833e39be26dcc5ffb751f25268
+SHA1 (patch-compilers_gnatdist_xe__back-garlic.adb) = 56f9d6614fccb0fc540bcef1183cfe6a47f45919
+SHA1 (patch-configure) = e82a58b42d3c190966fa90cea83106eb165be1d8
+SHA1 (patch-cos_time_time__utils__c.c) = ffa13318cc415ceb04ebdddc560db6abc4e1b934
+SHA1 (patch-projects_polyorb__src__aws.gpr) = 2fe33ff7165001e7e90b17c635af8b650862b916
+SHA1 (patch-src_security_polyorb__asn1.c) = 6f8c83a72518e17ecd0aa3e9655234513156a91f
+SHA1 (patch-src_security_tls_polyorb-tls.adb) = 364ec157dd67bfd51478d2e52d6abe03a6baa307
+SHA1 (patch-src_security_tls_polyorb-tls.ads) = 3d368a923977e4476077723b41b14103330c9a97
+SHA1 (patch-src_security_x509_polyorb-x509.adb) = 20ab2472068cb06c034e8e83bb28c70957c659c4
+SHA1 (patch-src_security_x509_polyorb__x509.c) = 372c480df9bebd43a0f37e96381fe27ef2df8419
+SHA1 (patch-src_ssl_polyorb-ssl.adb) = a1db67e4b26ac8c7d2e8173635ce2695041d406c
+SHA1 (patch-src_ssl_polyorb-ssl.ads) = 731a74d78d04dc15fcb7d991d689678f6822f8cc
Index: pkgsrc/net/ada-polyorb/options.mk
diff -u /dev/null pkgsrc/net/ada-polyorb/options.mk:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/options.mk   Fri Aug 15 08:10:03 2025
@@ -0,0 +1,72 @@
+# $NetBSD: options.mk,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+PKG_OPTIONS_VAR=               PKG_OPTIONS.polyorb
+PKG_SUPPORTED_OPTIONS=         cs-event cs-ir cs-naming cs-notification cs-time \
+                               gnatcoll openssl
+PKG_OPTIONS_NONEMPTY_SETS=     ap pp
+PKG_OPTIONS_SET.ap=            ap-corba ap-dsa ap-moma ap-aws
+PKG_OPTIONS_SET.pp=            pp-giop pp-soap pp-srp pp-dns
+PKG_SUGGESTED_OPTIONS=         ap-corba ap-dsa ap-moma \
+                               pp-giop pp-soap pp-srp pp-dns \
+                               cs-event cs-ir cs-naming cs-notification cs-time \
+                               gnatcoll openssl
+
+.include "../../mk/bsd.fast.prefs.mk"
+.include "../../mk/bsd.options.mk"
+
+.if !empty(PKG_OPTIONS:Mopenssl)
+.include "../../security/openssl/buildlink3.mk"
+CONFIGURE_ARGS+=       --with-openssl=${SSLBASE}
+.endif
+
+.if !empty(PKG_OPTIONS:Mgnatcoll)
+.include "../../textproc/ada-xmlada-25/buildlink3.mk"
+.include "../../devel/ada-libgpr-25/buildlink3.mk"
+.include "../../devel/ada-gnatcoll-core-25/buildlink3.mk"
+CONFIGURE_ARGS+=       --with-gnatcoll
+.endif
+
+.if !empty(PKG_OPTIONS:Map-aws)
+# AWS personality is not currently compiling
+#APP_PERSONALITIES+=   aws
+#.include "../../textproc/ada-xmlada-25/buildlink3.mk"
+.endif
+.if !empty(PKG_OPTIONS:Map-corba)
+APP_PERSONALITIES+=    corba
+.endif
+.if !empty(PKG_OPTIONS:Map-dsa)
+APP_PERSONALITIES+=    dsa
+.endif
+.if !empty(PKG_OPTIONS:Map-moma)
+APP_PERSONALITIES+=    moma
+.endif
+
+.if !empty(PKG_OPTIONS:Mpp-dns)
+PROTOCOL_PERSONALITIES+=       dns
+.endif
+.if !empty(PKG_OPTIONS:Mpp-giop)
+PROTOCOL_PERSONALITIES+=       giop
+.endif
+.if !empty(PKG_OPTIONS:Mpp-soap)
+PROTOCOL_PERSONALITIES+=       soap
+.include "../../textproc/ada-xmlada-25/buildlink3.mk"
+.endif
+.if !empty(PKG_OPTIONS:Mpp-srp)
+PROTOCOL_PERSONALITIES+=       srp
+.endif
+
+.if !empty(PKG_OPTIONS:Mcs-event)
+CORBA_SERVICES+=       event
+.endif
+.if !empty(PKG_OPTIONS:Mcs-ir)
+CORBA_SERVICES+=       ir
+.endif
+.if !empty(PKG_OPTIONS:Mcs-naming)
+CORBA_SERVICES+=       naming
+.endif
+.if !empty(PKG_OPTIONS:Mcs-notification)
+CORBA_SERVICES+=       notification
+.endif
+.if !empty(PKG_OPTIONS:Mcs-time)
+CORBA_SERVICES+=       time
+.endif

Index: pkgsrc/net/ada-polyorb/patches/patch-Makefile.common.project.in
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-Makefile.common.project.in:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-Makefile.common.project.in     Fri Aug 15 08:10:03 2025
@@ -0,0 +1,45 @@
+$NetBSD: patch-Makefile.common.project.in,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Fix declarations position
+
+--- Makefile.common.project.in.orig    2024-08-23 19:03:44.000000000 +0300
++++ Makefile.common.project.in
+@@ -1,18 +1,5 @@
+ # Common Makefile fragments for all PolyORB subsystems
+ 
+-APPLI_LIST   := @APPLI_LIST@
+-APPLI_LIBS   := @APPLI_LIBS@
+-APPLI_EXES   := @APPLI_EXES@
+-
+-PROTO_LIST   := @PROTO_LIST@
+-PROTO_LIBS   := @PROTO_LIBS@
+-
+-LIBS_LIST    := @LIBS_LIST@
+-LIBS_LIBS    := @LIBS_LIBS@
+-
+-SERVICE_LIBS := @SERVICE_LIBS@
+-SERVICE_EXES := @SERVICE_EXES@
+-
+ #
+ # PolyORB's libraries
+ #
+@@ -86,6 +73,19 @@
+ ir_lib=libpolyorb-corba-cos-ir-impl.a
+ time_lib=libpolyorb-corba-cos-time.a libpolyorb-corba-cos-time-impl.a
+ 
++APPLI_LIST   := @APPLI_LIST@
++APPLI_LIBS   := @APPLI_LIBS@
++APPLI_EXES   := @APPLI_EXES@
++
++PROTO_LIST   := @PROTO_LIST@
++PROTO_LIBS   := @PROTO_LIBS@
++
++LIBS_LIST    := @LIBS_LIST@
++LIBS_LIBS    := @LIBS_LIBS@
++
++SERVICE_LIBS := @SERVICE_LIBS@
++SERVICE_EXES := @SERVICE_EXES@
++
+ #
+ # PolyORB's include files
+ #
Index: pkgsrc/net/ada-polyorb/patches/patch-compilers_gnatdist_xe__back-garlic.adb
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-compilers_gnatdist_xe__back-garlic.adb:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-compilers_gnatdist_xe__back-garlic.adb Fri Aug 15 08:10:03 2025
@@ -0,0 +1,42 @@
+$NetBSD: patch-compilers_gnatdist_xe__back-garlic.adb,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Fix include/library paths
+Fix params for gprbuild
+
+--- compilers/gnatdist/xe_back-garlic.adb.orig 2024-08-23 19:03:44.000000000 +0300
++++ compilers/gnatdist/xe_back-garlic.adb
+@@ -194,8 +194,10 @@
+    --  Take a unit id and return its name removing unit suffix.
+ 
+    DSA_Inc_Rel_Dir : constant String :=
+-                      "lib" & Directory_Separator & "garlic";
++                      "include" & Directory_Separator & "garlic";
+    --  GARLIC include directory, relative to the installation prefix
++   DSA_Lib_Rel_Dir : constant String :=
++                      "lib" & Directory_Separator & "garlic";
+ 
+    GARLIC_Prefix : constant String :=
+                      XE_Back.Prefix
+@@ -203,6 +205,7 @@
+                                       & Dir_Separator & "s-garlic.ads");
+ 
+    DSA_Inc_Dir : constant String := GARLIC_Prefix & DSA_Inc_Rel_Dir;
++   DSA_Lib_Dir : constant String := GARLIC_Prefix & DSA_Lib_Rel_Dir;
+ 
+    ------------------
+    -- Add_Protocol --
+@@ -1346,10 +1349,12 @@
+          raise Fatal_Error with "GARLIC library not found";
+       end if;
+ 
++      if not Use_GPRBuild then
+       Scan_Dist_Arg ("-aI" & DSA_Inc_Dir);
+-      Scan_Dist_Arg ("-aO" & DSA_Inc_Dir);
++         Scan_Dist_Arg ("-aO" & DSA_Lib_Dir);
++      end if;
+       Scan_Dist_Arg ("-largs");
+-      Scan_Dist_Arg ("-L" & DSA_Inc_Dir);
++      Scan_Dist_Arg ("-L" & DSA_Lib_Dir);
+       Scan_Dist_Arg ("-lgarlic");
+    end Set_PCS_Dist_Flags;
+ 
Index: pkgsrc/net/ada-polyorb/patches/patch-configure
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-configure:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-configure      Fri Aug 15 08:10:03 2025
@@ -0,0 +1,61 @@
+$NetBSD: patch-configure,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Fix usage of old SSL function
+Fix later linker error when using SSL
+Fix $$ORIGIN substitution in LDFLAGS
+
+--- configure.orig     2024-08-23 19:03:44.000000000 +0300
++++ configure
+@@ -7859,8 +7859,8 @@
+             # unset ac_cv_XXX to prevent reuse of cached results from a previous
+             # iteration.
+             unset ac_cv_lib_crypto_SSLeay_version
+-            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for SSLeay_version in -lcrypto" >&5
+-$as_echo_n "checking for SSLeay_version in -lcrypto... " >&6; }
++            { $as_echo "$as_me:${as_lineno-$LINENO}: checking for OpenSSL_version in -lcrypto" >&5
++$as_echo_n "checking for OpenSSL_version in -lcrypto... " >&6; }
+ if ${ac_cv_lib_crypto_SSLeay_version+:} false; then :
+   $as_echo_n "(cached) " >&6
+ else
+@@ -7875,11 +7875,11 @@
+ #ifdef __cplusplus
+ extern "C"
+ #endif
+-char SSLeay_version ();
++char OpenSSL_version ();
+ int
+ main ()
+ {
+-return SSLeay_version ();
++return OpenSSL_version ();
+   ;
+   return 0;
+ }
+@@ -8052,7 +8052,16 @@
+ 
+ set_linker_options() {
+   while test $# -gt 0; do
+-    SSL_LINKER_OPTIONS="${SSL_LINKER_OPTIONS}\"$1\""
++    SSL_LINKER_OPTION1=$1
++    case $SSL_LINKER_OPTION1 in
++    -L*/)
++    SSL_LINKER_OPTION1=${SSL_LINKER_OPTION1}
++    ;;
++    -L*)
++    SSL_LINKER_OPTION1=${SSL_LINKER_OPTION1}/
++    ;;
++    esac
++    SSL_LINKER_OPTIONS="${SSL_LINKER_OPTIONS}\"${SSL_LINKER_OPTION1}\""
+     if test $# -gt 1; then
+       SSL_LINKER_OPTIONS="${SSL_LINKER_OPTIONS} & ASCII.NUL & "
+     fi
+@@ -9457,6 +9466,9 @@
+     keylen = length(key)
+     if (S_is_set[key]) {
+       value = S[key]
++      if (key == "LDFLAGS") {
++        sub(/\\\\\\\$\\\\\\\$ORIGIN/, "\\\\\\\\\\\$\\\\\\\\\\\$ORIGIN", value)
++      }
+       line = substr(line, 1, len) "" value "" substr(line, len + keylen + 3)
+       len += length(value) + length(field[++i])
+       substed = 1
Index: pkgsrc/net/ada-polyorb/patches/patch-cos_time_time__utils__c.c
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-cos_time_time__utils__c.c:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-cos_time_time__utils__c.c      Fri Aug 15 08:10:03 2025
@@ -0,0 +1,14 @@
+$NetBSD: patch-cos_time_time__utils__c.c,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Make C preprocessed symbols on NetBSD to fix link-time warning
+
+--- /dev/null
++++ cos/time/time_utils_c.c
+@@ -0,0 +1,7 @@
++#if defined(__NetBSD__)
++#include <time.h>
++time_t __gnat_time (time_t *tloc)
++{
++    return time(tloc)
++}
++#endif
Index: pkgsrc/net/ada-polyorb/patches/patch-projects_polyorb__src__aws.gpr
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-projects_polyorb__src__aws.gpr:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-projects_polyorb__src__aws.gpr Fri Aug 15 08:10:03 2025
@@ -0,0 +1,15 @@
+$NetBSD: patch-projects_polyorb__src__aws.gpr,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Fix incorrect project name
+
+--- projects/polyorb_src_aws.gpr.orig  2024-08-23 19:03:44.000000000 +0300
++++ projects/polyorb_src_aws.gpr
+@@ -40,7 +40,7 @@
+    Dir := "src/aws";
+    Obj_Dir := PolyORB_Common.Build_Dir & Dir;
+    for Object_Dir use Obj_Dir;
+-   for Source_Dirs use (Obj_Dir, PolyORB_Common.Source_Dir & Dir, Common.Source_Dir & "src/aws_orig");
++   for Source_Dirs use (Obj_Dir, PolyORB_Common.Source_Dir & Dir, PolyORB_Common.Source_Dir & "src/aws_orig");
+ 
+    for Library_Name use "polyorb-aws";
+    for Library_Dir use PolyORB_Common.Build_Dir & "lib";
Index: pkgsrc/net/ada-polyorb/patches/patch-src_security_polyorb__asn1.c
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-src_security_polyorb__asn1.c:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-src_security_polyorb__asn1.c   Fri Aug 15 08:10:03 2025
@@ -0,0 +1,17 @@
+$NetBSD: patch-src_security_polyorb__asn1.c,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Fix incorrect casts
+
+--- src/security/polyorb_asn1.c.orig   2024-08-23 19:03:44.000000000 +0300
++++ src/security/polyorb_asn1.c
+@@ -94,7 +94,7 @@
+ 
+ ASN1_OBJECT *__PolyORB_ASN1_OBJECT_dup(ASN1_OBJECT *x) {
+     return (ASN1_OBJECT *)ASN1_dup
+-        ((int (*)())i2d_ASN1_OBJECT,
+-        (void * (*)(void **, const unsigned char **, long int))d2i_ASN1_OBJECT,
+-        (char *)x);
++        ((i2d_of_void *)i2d_ASN1_OBJECT,
++        (d2i_of_void *)d2i_ASN1_OBJECT,
++        (const void *)x);
+ }
Index: pkgsrc/net/ada-polyorb/patches/patch-src_security_tls_polyorb-tls.adb
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-src_security_tls_polyorb-tls.adb:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-src_security_tls_polyorb-tls.adb       Fri Aug 15 08:10:03 2025
@@ -0,0 +1,46 @@
+$NetBSD: patch-src_security_tls_polyorb-tls.adb,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Fix deprecated functions
+
+--- src/security/tls/polyorb-tls.adb.orig      2024-08-23 19:03:44.000000000 +0300
++++ src/security/tls/polyorb-tls.adb
+@@ -223,9 +223,10 @@
+ 
+       --  Library initialization
+ 
+-      procedure SSL_library_init;
+-
+-      procedure SSL_load_error_strings;
++      function OPENSSL_init_ssl
++        (Opts    : Interfaces.C.unsigned_long_long;
++        settings : INIT_SETTINGS_ACCESS)
++        return Interfaces.C.int;
+ 
+       --  PolyORB extensions
+ 
+@@ -270,9 +271,8 @@
+       pragma Import (C, SSL_get_cipher_list,      "SSL_get_cipher_list");
+       pragma Import (C, SSL_get_ciphers,          "SSL_get_ciphers");
+       pragma Import (C, SSL_get_fd,               "SSL_get_fd");
+-      pragma Import (C, SSL_get_peer_certificate, "SSL_get_peer_certificate");
+-      pragma Import (C, SSL_library_init,         "SSL_library_init");
+-      pragma Import (C, SSL_load_error_strings,   "SSL_load_error_strings");
++      pragma Import (C, SSL_get_peer_certificate, "SSL_get1_peer_certificate");
++      pragma Import (C, OPENSSL_init_ssl,         "OPENSSL_init_ssl");
+       pragma Import (C, SSL_new,                  "SSL_new");
+       pragma Import (C, SSL_pending,              "SSL_pending");
+       pragma Import (C, SSL_read,                 "SSL_read");
+@@ -549,9 +549,11 @@
+    ----------------
+ 
+    procedure Initialize is
++      Result : Interfaces.C.int := Thin.OPENSSL_init_ssl (0, null);
+    begin
+-      Thin.SSL_load_error_strings;
+-      Thin.SSL_library_init;
++      if Result = 0 then
++         null;
++      end if;
+       --  XXX actions_to_seed_PRNG
+    end Initialize;
+ 
Index: pkgsrc/net/ada-polyorb/patches/patch-src_security_tls_polyorb-tls.ads
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-src_security_tls_polyorb-tls.ads:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-src_security_tls_polyorb-tls.ads       Fri Aug 15 08:10:03 2025
@@ -0,0 +1,26 @@
+$NetBSD: patch-src_security_tls_polyorb-tls.ads,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Fix deprecated init function
+
+--- src/security/tls/polyorb-tls.ads.orig      2024-08-23 19:03:44.000000000 +0300
++++ src/security/tls/polyorb-tls.ads
+@@ -50,6 +50,8 @@
+ 
+    type TLS_Verification_Mode is array (TLS_Verification_Mode_Flag) of Boolean;
+ 
++   type INIT_SETTINGS_ACCESS is private;
++
+    type TLS_Context_Type is private;
+ 
+    type TLS_Cipher_Type is private;
+@@ -189,6 +191,10 @@
+ 
+ private
+ 
++   type OPENSSL_INIT_SETTINGS is null record;
++   pragma Convention (C, OPENSSL_INIT_SETTINGS);
++   type INIT_SETTINGS_ACCESS is access all OPENSSL_INIT_SETTINGS;
++
+    --  TLS Context
+ 
+    type TLS_Context_Record is null record;
Index: pkgsrc/net/ada-polyorb/patches/patch-src_security_x509_polyorb-x509.adb
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-src_security_x509_polyorb-x509.adb:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-src_security_x509_polyorb-x509.adb     Fri Aug 15 08:10:03 2025
@@ -0,0 +1,27 @@
+$NetBSD: patch-src_security_x509_polyorb-x509.adb,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Fix removed deprecated function import
+
+--- src/security/x509/polyorb-x509.adb.orig    2024-08-23 19:03:44.000000000 +0300
++++ src/security/x509/polyorb-x509.adb
+@@ -179,7 +179,6 @@
+ 
+    private
+ 
+-      pragma Import (C, CRYPTO_num_locks,         "CRYPTO_num_locks");
+       pragma Import (C, Get_CRYPTO_LOCK,          "__PolyORB_Get_CRYPTO_LOCK");
+       pragma Import (C, ERR_get_error,            "ERR_get_error");
+       pragma Import (C, ERR_load_PolyORB_strings, "ERR_load_PolyORB_strings");
+@@ -729,6 +728,12 @@
+ 
+    package body Thin is
+ 
++      function CRYPTO_num_locks return C.int
++      is
++      begin
++         return 1;
++      end CRYPTO_num_locks;
++
+       ----------------------
+       -- ERR_error_string --
+       ----------------------
Index: pkgsrc/net/ada-polyorb/patches/patch-src_security_x509_polyorb__x509.c
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-src_security_x509_polyorb__x509.c:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-src_security_x509_polyorb__x509.c      Fri Aug 15 08:10:03 2025
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_security_x509_polyorb__x509.c,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Fix usage of undocumented old function
+
+--- src/security/x509/polyorb_x509.c.orig      2024-08-23 19:03:44.000000000 +0300
++++ src/security/x509/polyorb_x509.c
+@@ -161,7 +161,7 @@
+     BIO *in;
+     X509 *pkey = NULL;
+ 
+-    in = BIO_new(BIO_s_file_internal());
++    in = BIO_new(BIO_s_file());
+     if (in == NULL) {
+         PolyORBerr(POLYORB_F_PEM_READ_CERTIFICATE_FILE, ERR_R_BUF_LIB);
+         goto end;
+@@ -193,7 +193,7 @@
+     BIO *in;
+     EVP_PKEY *pkey = NULL;
+ 
+-    in = BIO_new(BIO_s_file_internal());
++    in = BIO_new(BIO_s_file());
+     if (in == NULL) {
+         PolyORBerr(POLYORB_F_PEM_READ_PRIVATEKEY_FILE, ERR_R_BUF_LIB);
+         goto end;
Index: pkgsrc/net/ada-polyorb/patches/patch-src_ssl_polyorb-ssl.adb
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-src_ssl_polyorb-ssl.adb:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-src_ssl_polyorb-ssl.adb        Fri Aug 15 08:10:03 2025
@@ -0,0 +1,44 @@
+$NetBSD: patch-src_ssl_polyorb-ssl.adb,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Fix old library usage
+
+--- src/ssl/polyorb-ssl.adb.orig       2024-08-23 19:03:44.000000000 +0300
++++ src/ssl/polyorb-ssl.adb
+@@ -74,9 +74,10 @@
+ 
+       --  General initialization subprograms
+ 
+-      procedure SSL_library_init;
+-
+-      procedure SSL_load_error_strings;
++      function OPENSSL_init_ssl
++        (Opts    : Interfaces.C.unsigned_long_long;
++        settings : INIT_SETTINGS_ACCESS)
++        return Interfaces.C.int;
+ 
+       --  Context subprograms
+ 
+@@ -254,8 +255,7 @@
+       pragma Import (C, SSL_free, "SSL_free");
+       pragma Import (C, SSL_get_fd, "SSL_get_fd");
+       pragma Import (C, SSL_get_ciphers, "SSL_get_ciphers");
+-      pragma Import (C, SSL_library_init, "SSL_library_init");
+-      pragma Import (C, SSL_load_error_strings, "SSL_load_error_strings");
++      pragma Import (C, OPENSSL_init_ssl, "OPENSSL_init_ssl");
+       pragma Import (C, SSL_load_client_CA_file, "SSL_load_client_CA_file");
+       pragma Import (C, SSL_new, "SSL_new");
+       pragma Import (C, SSL_pending, "SSL_pending");
+@@ -609,9 +609,11 @@
+    ----------------
+ 
+    procedure Initialize is
++      Result : Interfaces.C.int := Thin.OPENSSL_init_ssl (0, null);
+    begin
+-      Thin.SSL_load_error_strings;
+-      Thin.SSL_library_init;
++      if Result = 0 then
++        null;
++      end if;
+       --  XXX actions_to_seed_PRNG
+    end Initialize;
+ 
Index: pkgsrc/net/ada-polyorb/patches/patch-src_ssl_polyorb-ssl.ads
diff -u /dev/null pkgsrc/net/ada-polyorb/patches/patch-src_ssl_polyorb-ssl.ads:1.1
--- /dev/null   Fri Aug 15 08:10:03 2025
+++ pkgsrc/net/ada-polyorb/patches/patch-src_ssl_polyorb-ssl.ads        Fri Aug 15 08:10:03 2025
@@ -0,0 +1,24 @@
+$NetBSD: patch-src_ssl_polyorb-ssl.ads,v 1.1 2025/08/15 08:10:03 dkazankov Exp $
+
+Fix old library usage
+
+--- src/ssl/polyorb-ssl.ads.orig       2024-08-23 19:03:44.000000000 +0300
++++ src/ssl/polyorb-ssl.ads
+@@ -39,6 +39,7 @@
+ 
+ package PolyORB.SSL is
+ 
++   type INIT_SETTINGS_ACCESS is private;
+    type SSL_Context_Type is private;
+ 
+    type SSL_Socket_Type is private;
+@@ -162,6 +163,9 @@
+ 
+ private
+ 
++   type OPENSSL_INIT_SETTINGS is null record;
++   pragma Convention (C, OPENSSL_INIT_SETTINGS);
++   type INIT_SETTINGS_ACCESS is access all OPENSSL_INIT_SETTINGS;
+    type Context_Record is null record;
+    pragma Convention (C, Context_Record);
+ 



Home | Main Index | Thread Index | Old Index