~ubuntu-branches/ubuntu/saucy/resiprocate/saucy-proposed

« back to all changes in this revision

Viewing changes to resip/dum/Makefile.am

  • Committer: Package Import Robot
  • Author(s): Daniel Pocock
  • Date: 2012-05-17 19:29:59 UTC
  • Revision ID: package-import@ubuntu.com-20120517192959-vv00m77isztdy64q
Tags: upstream-1.8.2
ImportĀ upstreamĀ versionĀ 1.8.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
# $Id$
 
2
 
 
3
EXTRA_DIST = Doxyfile
 
4
EXTRA_DIST += dum_10_0.vcxproj dum_10_0.vcxproj.filters
 
5
EXTRA_DIST += *.vcproj
 
6
EXTRA_DIST += doc
 
7
 
 
8
SUBDIRS = . test
 
9
 
 
10
#AM_CXXFLAGS = -DUSE_ARES
 
11
 
 
12
lib_LTLIBRARIES = libdum.la
 
13
 
 
14
libdum_la_LIBADD = @LIBSSL_LIBADD@ @LIBRADIUS_LIBADD@
 
15
libdum_la_LDFLAGS = @LIBTOOL_VERSION_RELEASE@ -export-dynamic
 
16
 
 
17
libdum_la_SOURCES =   \
 
18
        AppDialog.cxx \
 
19
        AppDialogSet.cxx \
 
20
        AppDialogSetFactory.cxx \
 
21
        BaseCreator.cxx \
 
22
        BaseUsage.cxx \
 
23
        UserAuthInfo.cxx \
 
24
        BaseSubscription.cxx \
 
25
        ChallengeInfo.cxx \
 
26
        ClientAuthManager.cxx \
 
27
        ClientAuthExtension.cxx \
 
28
        ClientInviteSession.cxx \
 
29
        ClientOutOfDialogReq.cxx \
 
30
        ClientPagerMessage.cxx \
 
31
        ClientPublication.cxx \
 
32
        ClientRegistration.cxx \
 
33
        ClientSubscription.cxx \
 
34
        ContactInstanceRecord.cxx \
 
35
        DefaultServerReferHandler.cxx \
 
36
        DestroyUsage.cxx \
 
37
        Dialog.cxx \
 
38
        DialogEventInfo.cxx \
 
39
        DialogEventStateManager.cxx \
 
40
        DialogId.cxx \
 
41
        DialogSet.cxx \
 
42
        DialogSetId.cxx \
 
43
        DialogUsage.cxx \
 
44
        DialogUsageManager.cxx \
 
45
        DumProcessHandler.cxx \
 
46
        DumThread.cxx \
 
47
        DumTimeout.cxx \
 
48
        EncryptionRequest.cxx \
 
49
        HandleException.cxx \
 
50
        HandleManager.cxx \
 
51
        Handle.cxx \
 
52
        Handled.cxx \
 
53
        InMemoryRegistrationDatabase.cxx \
 
54
        InMemorySyncRegDb.cxx \
 
55
        InviteSession.cxx \
 
56
        InviteSessionCreator.cxx \
 
57
        InviteSessionHandler.cxx \
 
58
        MergedRequestKey.cxx \
 
59
        NonDialogUsage.cxx \
 
60
        OutOfDialogReqCreator.cxx \
 
61
        PagerMessageCreator.cxx \
 
62
        MasterProfile.cxx \
 
63
        UserProfile.cxx \
 
64
        Profile.cxx \
 
65
        PublicationCreator.cxx \
 
66
        RADIUSServerAuthManager.cxx \
 
67
        RedirectManager.cxx \
 
68
        RegistrationCreator.cxx \
 
69
        RegistrationHandler.cxx \
 
70
        ServerAuthManager.cxx \
 
71
        ServerInviteSession.cxx \
 
72
        ServerOutOfDialogReq.cxx \
 
73
        ServerPagerMessage.cxx \
 
74
        ServerPublication.cxx \
 
75
        ServerRegistration.cxx \
 
76
        ServerSubscription.cxx \
 
77
        SubscriptionHandler.cxx \
 
78
        SubscriptionCreator.cxx \
 
79
        SubscriptionState.cxx \
 
80
        TlsPeerAuthManager.cxx \
 
81
        KeepAliveManager.cxx \
 
82
        KeepAliveTimeout.cxx \
 
83
        NetworkAssociation.cxx \
 
84
        DumDecrypted.cxx \
 
85
        CertMessage.cxx \
 
86
        DumFeatureChain.cxx \
 
87
        DumFeatureMessage.cxx \
 
88
        IdentityHandler.cxx \
 
89
        TargetCommand.cxx \
 
90
        DumFeature.cxx \
 
91
        OutgoingEvent.cxx \
 
92
        HttpProvider.cxx \
 
93
        HttpGetMessage.cxx \
 
94
        DumHelper.cxx \
 
95
        MergedRequestRemovalCommand.cxx
 
96
 
 
97
if USE_SSL
 
98
libdum_la_SOURCES += \
 
99
        ssl/EncryptionManager.cxx
 
100
endif
 
101
 
 
102
 
 
103
dumincludedir = $(includedir)/resip/dum
 
104
nobase_duminclude_HEADERS = AppDialog.hxx \
 
105
        AppDialogSetFactory.hxx \
 
106
        AppDialogSet.hxx \
 
107
        BaseCreator.hxx \
 
108
        BaseSubscription.hxx \
 
109
        BaseUsage.hxx \
 
110
        CertMessage.hxx \
 
111
        ChallengeInfo.hxx \
 
112
        ClientAuthExtension.hxx \
 
113
        ClientAuthManager.hxx \
 
114
        ClientInviteSession.hxx \
 
115
        ClientOutOfDialogReq.hxx \
 
116
        ClientPagerMessage.hxx \
 
117
        ClientPublication.hxx \
 
118
        ClientRegistration.hxx \
 
119
        ClientSubscriptionFunctor.hxx \
 
120
        ClientSubscription.hxx \
 
121
        ContactInstanceRecord.hxx \
 
122
        DefaultServerReferHandler.hxx \
 
123
        DestroyUsage.hxx \
 
124
        DialogEventHandler.hxx \
 
125
        DialogEventInfo.hxx \
 
126
        DialogEventStateManager.hxx \
 
127
        Dialog.hxx \
 
128
        DialogId.hxx \
 
129
        DialogSetHandler.hxx \
 
130
        DialogSet.hxx \
 
131
        DialogSetId.hxx \
 
132
        DialogUsage.hxx \
 
133
        DialogUsageManager.hxx \
 
134
        DumCommand.hxx \
 
135
        DumDecrypted.hxx \
 
136
        DumException.hxx \
 
137
        DumFeatureChain.hxx \
 
138
        DumFeature.hxx \
 
139
        DumFeatureMessage.hxx \
 
140
        DumHelper.hxx \
 
141
        DumProcessHandler.hxx \
 
142
        DumShutdownHandler.hxx \
 
143
        DumThread.hxx \
 
144
        DumTimeout.hxx \
 
145
        EncryptionRequest.hxx \
 
146
        EventDispatcher.hxx \
 
147
        ExternalMessageBase.hxx \
 
148
        ExternalMessageHandler.hxx \
 
149
        ExternalTimer.hxx \
 
150
        Handled.hxx \
 
151
        HandleException.hxx \
 
152
        Handle.hxx \
 
153
        HandleManager.hxx \
 
154
        Handles.hxx \
 
155
        HttpGetMessage.hxx \
 
156
        HttpProvider.hxx \
 
157
        IdentityHandler.hxx \
 
158
        InMemoryRegistrationDatabase.hxx \
 
159
        InMemorySyncRegDb.hxx \
 
160
        InviteDialogs.hxx \
 
161
        InviteSessionCreator.hxx \
 
162
        InviteSessionHandler.hxx \
 
163
        InviteSession.hxx \
 
164
        KeepAliveManager.hxx \
 
165
        KeepAliveTimeout.hxx \
 
166
        MasterProfile.hxx \
 
167
        MergedRequestKey.hxx \
 
168
        MergedRequestRemovalCommand.hxx \
 
169
        NetworkAssociation.hxx \
 
170
        NonDialogUsage.hxx \
 
171
        OutgoingEvent.hxx \
 
172
        OutOfDialogHandler.hxx \
 
173
        OutOfDialogReqCreator.hxx \
 
174
        PagerMessageCreator.hxx \
 
175
        PagerMessageHandler.hxx \
 
176
        Postable.hxx \
 
177
        Profile.hxx \
 
178
        PublicationCreator.hxx \
 
179
        PublicationHandler.hxx \
 
180
        RADIUSServerAuthManager.hxx \
 
181
        RedirectHandler.hxx \
 
182
        RedirectManager.hxx \
 
183
        RefCountedDestroyer.hxx \
 
184
        RegistrationCreator.hxx \
 
185
        RegistrationHandler.hxx \
 
186
        RegistrationPersistenceManager.hxx \
 
187
        RemoteCertStore.hxx \
 
188
        RequestValidationHandler.hxx \
 
189
        ServerAuthManager.hxx \
 
190
        ServerInviteSession.hxx \
 
191
        ServerOutOfDialogReq.hxx \
 
192
        ServerPagerMessage.hxx \
 
193
        ServerPublication.hxx \
 
194
        ServerRegistration.hxx \
 
195
        ServerSubscriptionFunctor.hxx \
 
196
        ServerSubscription.hxx \
 
197
        ssl/EncryptionManager.hxx \
 
198
        SubscriptionCreator.hxx \
 
199
        SubscriptionHandler.hxx \
 
200
        SubscriptionPersistenceManager.hxx \
 
201
        SubscriptionState.hxx \
 
202
        TargetCommand.hxx \
 
203
        TlsPeerAuthManager.hxx \
 
204
        UsageUseException.hxx \
 
205
        UserAuthInfo.hxx \
 
206
        UserProfile.hxx
 
207
 
 
208
##############################################################################
 
209
 
210
# The Vovida Software License, Version 1.0 
 
211
# Copyright (c) 2000-2007 Vovida Networks, Inc.  All rights reserved.
 
212
 
213
# Redistribution and use in source and binary forms, with or without
 
214
# modification, are permitted provided that the following conditions
 
215
# are met:
 
216
 
217
# 1. Redistributions of source code must retain the above copyright
 
218
#    notice, this list of conditions and the following disclaimer.
 
219
 
220
# 2. Redistributions in binary form must reproduce the above copyright
 
221
#    notice, this list of conditions and the following disclaimer in
 
222
#    the documentation and/or other materials provided with the
 
223
#    distribution.
 
224
 
225
# 3. The names "VOCAL", "Vovida Open Communication Application Library",
 
226
#    and "Vovida Open Communication Application Library (VOCAL)" must
 
227
#    not be used to endorse or promote products derived from this
 
228
#    software without prior written permission. For written
 
229
#    permission, please contact vocal@vovida.org.
 
230
 
231
# 4. Products derived from this software may not be called "VOCAL", nor
 
232
#    may "VOCAL" appear in their name, without prior written
 
233
#    permission of Vovida Networks, Inc.
 
234
 
235
# THIS SOFTWARE IS PROVIDED "AS IS" AND ANY EXPRESSED OR IMPLIED
 
236
# WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE IMPLIED WARRANTIES
 
237
# OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND
 
238
# NON-INFRINGEMENT ARE DISCLAIMED.  IN NO EVENT SHALL VOVIDA
 
239
# NETWORKS, INC. OR ITS CONTRIBUTORS BE LIABLE FOR ANY DIRECT DAMAGES
 
240
# IN EXCESS OF $1,000, NOR FOR ANY INDIRECT, INCIDENTAL, SPECIAL,
 
241
# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO,
 
242
# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
 
243
# PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY
 
244
# OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
 
245
# (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE
 
246
# USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH
 
247
# DAMAGE.
 
248
 
249
# ====================================================================
 
250
 
251
# This software consists of voluntary contributions made by Vovida
 
252
# Networks, Inc. and many individuals on behalf of Vovida Networks,
 
253
# Inc.  For more information on Vovida Networks, Inc., please see
 
254
# <http://www.vovida.org/>.
 
255
 
256
##############################################################################