Changeset 5640 for source


Ignore:
Timestamp:
Aug 4, 2009, 10:24:28 AM (15 years ago)
Author:
Christoph Mayer
Message:
 
Location:
source/ariba
Files:
1 deleted
1 edited

Legend:

Unmodified
Added
Removed
  • source/ariba/Makefile.am

    r5638 r5640  
    111111nobase_libariba_la_HEADERS += \
    112112  communication/messages/AribaBaseMsg.h
    113 
    114 # ------------> communication :: modules
    115 
    116 #nobase_libariba_la_HEADERS += \
    117 #  communication/modules/modules.h \
    118 #  communication/modules/_namespace.h
    119 
    120 # ------------> communication :: modules :: network
    121 
    122 #libariba_la_SOURCES += \
    123 #  communication/modules/network/NetworkLocator.cpp \
    124 #  communication/modules/network/NetworkProtocol.cpp
    125 
    126 #nobase_libariba_la_HEADERS += \
    127 #  communication/modules/network/NetworkLocator.h \
    128 #  communication/modules/network/NetworkProtocol.h
    129 
    130 # ------------> communication :: modules :: network :: ip
    131 
    132 #libariba_la_SOURCES += \
    133 #  communication/modules/network/ip/IPv4Locator.cpp \
    134 #  communication/modules/network/ip/IPv4NetworkProtocol.cpp
    135 
    136 #nobase_libariba_la_HEADERS += \
    137 #  communication/modules/network/ip/IPv4Locator.h  \
    138 #  communication/modules/network/ip/IPv4NetworkProtocol.h
    139 
    140 # ------------> communication :: modules :: network :: omnet
    141 
    142 #if OMNET
    143 #libariba_la_SOURCES += \
    144 #  communication/modules/network/omnet/OmnetNetworkProtocol.cpp
    145 
    146 #nobase_libariba_la_HEADERS += \
    147 #  communication/modules/network/omnet/OmnetNetworkProtocol.h
    148 #endif
    149 
    150 #------------> communication :: modules :: transport
    151 
    152 #libariba_la_SOURCES += \
    153 #  communication/modules/transport/TransportLocator.cpp \
    154 #  communication/modules/transport/TransportProtocol.cpp
    155 
    156 #nobase_libariba_la_HEADERS += \
    157 #  communication/modules/transport/TransportLocator.h \
    158 #  communication/modules/transport/TransportProtocol.h
    159 
    160 #------------> communication :: modules :: transport :: omnet
    161 
    162 #if OMNET
    163 #libariba_la_SOURCES += \
    164 #  communication/modules/transport/omnet/AribaOmnetMessage_m.cc \
    165 #  communication/modules/transport/omnet/AribaOmnetModule.cpp
    166 
    167 #nobase_libariba_la_HEADERS += \
    168 #  communication/modules/transport/omnet/AribaOmnetMessage_m.h \
    169 #  communication/modules/transport/omnet/AribaOmnetModule.h
    170 #endif
    171 
    172 #------------> communication :: modules :: transport :: protlib
    173 
    174 if OMNET
    175 else
    176 #libariba_la_SOURCES += \
    177 #  communication/modules/transport/protlib/timer_module.cpp \
    178 #  communication/modules/transport/protlib/threadsafe_db.cpp \
    179 #  communication/modules/transport/protlib/address.cpp \
    180 #  communication/modules/transport/protlib/ie.cpp \
    181 #  communication/modules/transport/protlib/tp_over_tcp.cpp \
    182 #  communication/modules/transport/protlib/setuid.cpp \
    183 #  communication/modules/transport/protlib/tp.cpp \
    184 #  communication/modules/transport/protlib/connectionmap_uds.cpp \
    185 #  communication/modules/transport/protlib/logfile.cpp \
    186 #  communication/modules/transport/protlib/timer.cpp \
    187 #  communication/modules/transport/protlib/connectionmap.cpp \
    188 #  communication/modules/transport/protlib/fqueue.cpp \
    189 #  communication/modules/transport/protlib/threads.cpp \
    190 #  communication/modules/transport/protlib/messages.cpp \
    191 #  communication/modules/transport/protlib/queuemanager.cpp \
    192 #  communication/modules/transport/protlib/network_message.cpp \
    193 #  communication/modules/transport/protlib/configuration.cpp \
    194 #  communication/modules/transport/protlib/tp_over_uds.cpp \
    195 #  communication/modules/transport/protlib/tp_over_udp.cpp \
    196 #  communication/modules/transport/protlib/tp_over_tls_tcp.cpp \
    197 #  communication/modules/transport/protlib/fastqueue.c \
    198 #  communication/modules/transport/protlib/eclock_gettime.c \
    199 #  communication/modules/transport/protlib/testqueue.c
    200 
    201 #nobase_libariba_la_HEADERS += \
    202 #  communication/modules/transport/protlib/tp_over_uds.h \
    203 #  communication/modules/transport/protlib/threadsafe_db.h \
    204 #  communication/modules/transport/protlib/configuration.h \
    205 #  communication/modules/transport/protlib/ie.h \
    206 #  communication/modules/transport/protlib/llhashers.h \
    207 #  communication/modules/transport/protlib/fqueue.h \
    208 #  communication/modules/transport/protlib/assocdata_uds.h \
    209 #  communication/modules/transport/protlib/address.h \
    210 #  communication/modules/transport/protlib/logfile.h \
    211 #  communication/modules/transport/protlib/timer.h \
    212 #  communication/modules/transport/protlib/queuemanager.h \
    213 #  communication/modules/transport/protlib/messages.h \
    214 #  communication/modules/transport/protlib/assocdata.h \
    215 #  communication/modules/transport/protlib/protlib_types.h \
    216 #  communication/modules/transport/protlib/tp_over_tcp.h \
    217 #  communication/modules/transport/protlib/tp.h \
    218 #  communication/modules/transport/protlib/threads.h \
    219 #  communication/modules/transport/protlib/connectionmap.h \
    220 #  communication/modules/transport/protlib/timer_module.h \
    221 #  communication/modules/transport/protlib/fastqueue.h \
    222 #  communication/modules/transport/protlib/tperror.h \
    223 #  communication/modules/transport/protlib/tp_over_tls_tcp.h \
    224 #  communication/modules/transport/protlib/network_message.h \
    225 #  communication/modules/transport/protlib/tp_over_udp.h \
    226 #  communication/modules/transport/protlib/setuid.h \
    227 #  communication/modules/transport/protlib/cleanuphandler.h \
    228 #  communication/modules/transport/protlib/connectionmap_uds.h
    229 endif
    230 
    231 #------------> communication :: modules :: transport :: tcp
    232 
    233 #if OMNET
    234 #else
    235 #libariba_la_SOURCES += \
    236 #  communication/modules/transport/tcp/TCPTransport.cpp \
    237 #  communication/modules/transport/tcp/TCPTransportLocator.cpp
    238 
    239 #nobase_libariba_la_HEADERS += \
    240 #  communication/modules/transport/tcp/TCPTransport.h \
    241 #  communication/modules/transport/tcp/TCPTransportLocator.h
    242 #endif
    243113
    244114#------------> communication :: networkinfo
Note: See TracChangeset for help on using the changeset viewer.