1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141
|
# preserve header timestamps to preserve incremental builds across
# projects
nobase_pkgincludeHEADERS_INSTALL = $(INSTALL) -D -p -c -m 644
nobase_pkginclude_HEADERS = \
cp/CallManager.h \
cp/CSeqManager.h \
cp/Connection.h \
cp/CpCall.h \
cp/CpCallManager.h \
cp/CpGatewayManager.h \
cp/CpGhostConnection.h \
cp/CpIntMessage.h \
cp/CpMultiStringMessage.h \
cp/CpPeerCall.h \
cp/CpStringMessage.h \
cp/SipConnection.h \
ps/PsButtonId.h \
ps/PsButtonInfo.h \
ps/PsButtonTask.h \
ps/PsHookswDev.h \
ps/PsHookswTask.h \
ps/PsKeybdDev.h \
ps/PsLampDev.h \
ps/PsLampId.h \
ps/PsLampInfo.h \
ps/PsLampTask.h \
ps/PsMsg.h \
ps/PsPhoneTask.h \
ps/PsTaoButton.h \
ps/PsTaoComponent.h \
ps/PsTaoComponentGroup.h \
ps/PsTaoDisplay.h \
ps/PsTaoHookswitch.h \
ps/PsTaoLamp.h \
ps/PsTaoMicrophone.h \
ps/PsTaoRinger.h \
ps/PsTaoSpeaker.h \
ps/linux/PsHookswDevLinux.h \
ps/linux/PsKeybdDevLinux.h \
ps/linux/PsLampDevLinux.h \
ps/wnt/PsHookswDevWnt.h \
ps/wnt/PsKeybdDevWnt.h \
ps/wnt/PsLampDevWnt.h \
ptapi/PtAddessCapabilities.h \
ptapi/PtAddress.h \
ptapi/PtAddressEvent.h \
ptapi/PtAddressForwarding.h \
ptapi/PtAddressListener.h \
ptapi/PtAudioCodec.h \
ptapi/PtCall.h \
ptapi/PtCallCapabilities.h \
ptapi/PtCallEvent.h \
ptapi/PtCallListener.h \
ptapi/PtComponent.h \
ptapi/PtComponentGroup.h \
ptapi/PtComponentGroupCapabilities.h \
ptapi/PtComponentIntChangeEvent.h \
ptapi/PtComponentStringChangeEvent.h \
ptapi/PtConfigDb.h \
ptapi/PtConnection.h \
ptapi/PtConnectionCapabilities.h \
ptapi/PtConnectionEvent.h \
ptapi/PtConnectionListener.h \
ptapi/PtDefs.h \
ptapi/PtEvent.h \
ptapi/PtEventListener.h \
ptapi/PtEventMask.h \
ptapi/PtGatewayInterface.h \
ptapi/PtMediaCapabilities.h \
ptapi/PtMetaEvent.h \
ptapi/PtMultiCallEvent.h \
ptapi/PtMultiCallMetaEvent.h \
ptapi/PtPhoneButton.h \
ptapi/PtPhoneDisplay.h \
ptapi/PtPhoneExtSpeaker.h \
ptapi/PtPhoneGraphicDisplay.h \
ptapi/PtPhoneHookswitch.h \
ptapi/PtPhoneLamp.h \
ptapi/PtPhoneMicrophone.h \
ptapi/PtPhoneRinger.h \
ptapi/PtPhoneSpeaker.h \
ptapi/PtPhoneTerminal.h \
ptapi/PtPhoneTextDisplay.h \
ptapi/PtProvider.h \
ptapi/PtProviderCapabilities.h \
ptapi/PtProviderEvent.h \
ptapi/PtProviderListener.h \
ptapi/PtSessionDesc.h \
ptapi/PtSingleCallMetaEvent.h \
ptapi/PtTerminal.h \
ptapi/PtTerminalCapabilities.h \
ptapi/PtTerminalComponentEvent.h \
ptapi/PtTerminalComponentListener.h \
ptapi/PtTerminalConnection.h \
ptapi/PtTerminalConnectionCapabilities.h \
ptapi/PtTerminalConnectionEvent.h \
ptapi/PtTerminalConnectionListener.h \
ptapi/PtTerminalEvent.h \
ptapi/PtTerminalListener.h \
tao/TaoAdaptor.h \
tao/TaoAddressAdaptor.h \
tao/TaoCallAdaptor.h \
tao/TaoClientTask.h \
tao/TaoConnectionAdaptor.h \
tao/TaoDefs.h \
tao/TaoEvent.h \
tao/TaoEventDispatcher.h \
tao/TaoEventListener.h \
tao/TaoListenerClient.h \
tao/TaoListenerEventMessage.h \
tao/TaoListenerManager.h \
tao/TaoListeningTask.h \
tao/TaoMessage.h \
tao/TaoObject.h \
tao/TaoObjectMap.h \
tao/TaoPhoneComponentAdaptor.h \
tao/TaoProviderAdaptor.h \
tao/TaoProviderListener.h \
tao/TaoReference.h \
tao/TaoServerTask.h \
tao/TaoString.h \
tao/TaoTerminalAdaptor.h \
tao/TaoTerminalConnectionAdaptor.h \
tao/TaoTerminalConnectionListener.h \
tao/TaoTransportAgent.h \
tao/TaoTransportTask.h \
tapi/SipXHandleMap.h \
tapi/SipXMessageObserver.h \
tapi/SipXEventDispatcher.h \
tapi/sipXtapi.h \
tapi/sipXtapiEvents.h \
tapi/sipXtapiInternal.h
noinst_HEADERS = \
test/mp/MpTestConfig.h \
test/mp/MyPlayerListenerHistoryKeeper.h \
test/mp/MyPlayerListenerPoller.h \
test/mp/MyStreamQueueHistoryKeeper.h
|