Makefile
上传用户:sy_wanhua
上传日期:2013-07-25
资源大小:3048k
文件大小:5k
源码类别:

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # $Id: Makefile,v 1.25 2001/05/13 08:33:20 icahoon Exp $
  2. # $Log: Makefile,v $
  3. # Revision 1.25  2001/05/13 08:33:20  icahoon
  4. # Asiago merge
  5. #
  6. # Revision 1.24  2001/04/11 01:10:08  kimle
  7. # changed to fake unknown silence packets
  8. #
  9. # Revision 1.23  2001/03/21 01:02:23  kimle
  10. # Added silence patching.
  11. # -added knowledge about other codecs into rtpTypes
  12. # -added RtpTimeGreater comperator in rtpTools
  13. # -modifed test programs to create and delete silence packets
  14. #
  15. # Revision 1.22  2001/03/09 01:40:55  kimle
  16. # new test programs
  17. #
  18. # Revision 1.21  2001/02/27 00:55:27  larryt
  19. # revert Kim's changes - all the rtp changes I checked in today. -kim
  20. #
  21. # Revision 1.19  2001/01/16 03:10:27  kimle
  22. # Added files to test maximum number of UDP sessions
  23. #
  24. # Revision 1.18  2001/01/11 22:39:40  wjin
  25. # add/change test for RTP capacity
  26. #
  27. # Revision 1.17  2001/01/05 23:16:34  wjin
  28. # add new test files
  29. #
  30. # Revision 1.16  2000/12/30 01:32:28  wjin
  31. # test to see how many sessions can be established between two linux boxes
  32. #
  33. # Revision 1.15  2000/07/15 04:11:46  bogawa
  34. # fix
  35. #
  36. # Revision 1.14  2000/06/21 01:03:58  kle
  37. # Fixed cycle counting.  Added RtpTransmitter::transmitRaw(char* data, int len).
  38. # Reduced memory copies when receiving and transmitting packets.  No changes in RTCP.
  39. #
  40. # Revision 1.13  2000/05/10 01:56:00  bogawa
  41. # modularize SessionData code into separate class
  42. #
  43. # Revision 1.12  2000/05/08 23:04:06  bogawa
  44. # simple RTP play/record client
  45. #
  46. # Revision 1.11  2000/03/28 02:46:47  wenqing
  47. # remove ixjuser.h telephony.h since add package of quicknet
  48. # modify to make phoneJack work for the new driver.
  49. #
  50. # Revision 1.10  2000/03/23 22:07:25  wenqing
  51. # fix for mem leak related to strstream
  52. #
  53. # Revision 1.9  2000/03/23 00:11:17  jeff
  54. # added support for compiling on Sun Solaris
  55. #
  56. # Revision 1.8  2000/02/05 01:51:06  wenqing
  57. # update for test programs
  58. #
  59. # Revision 1.7  2000/01/20 02:57:47  wenqing
  60. # add file
  61. #
  62. # Revision 1.6  1999/12/24 02:13:00  bogawa
  63. # fixes for release
  64. #
  65. # Revision 1.5  1999/12/24 00:35:32  wenqing
  66. # for adding UdpStack::connectPorts()
  67. #
  68. # Revision 1.4  1999/12/23 02:20:00  wenqing
  69. # fix for endian issues on vxworks
  70. #
  71. # Revision 1.3  1999/12/21 21:56:34  bogawa
  72. # fixes for great renaming
  73. #
  74. # Revision 1.2  1999/12/21 18:33:30  wenqing
  75. # add test_timing.cxx file
  76. #
  77. # Revision 1.1  1999/12/17 17:18:36  wenqing
  78. # *** empty log message ***
  79. #
  80. # Revision 1.20  1999/12/06 21:28:59  bogawa
  81. # make file fixes for rtp and util
  82. #
  83. # Revision 1.19  1999/12/01 21:44:44  bogawa
  84. # make file fixes to fix compiling on Linux and SIP package adding
  85. #
  86. # Revision 1.18  1999/11/24 02:30:03  wenqing
  87. # mv files to test. change for sampleUsage to port to sh-vxworks
  88. #
  89. # Revision 1.17  1999/11/24 00:18:45  wenqing
  90. # New rtp/Rtcp.changes for new udp stack. Makefile changes for make udp from
  91. # util dir. Changes for porting to vxworks.
  92. #
  93. # Revision 1.16  1999/10/25 22:02:20  bogawa
  94. # merge from irix6-0914 back into the main branch
  95. #
  96. # Revision 1.15.4.3  1999/10/07 22:10:32  bogawa
  97. # makefile fixes to make makefiles cleaner and more correct, add rtp to stable of ones using our makefile system
  98. #
  99. # Revision 1.15.4.2  1999/09/15 00:58:54  bogawa
  100. # merge in chok's new agent code
  101. #
  102. # Revision 1.15.4.1  1999/09/15 00:24:20  bogawa
  103. # merge in cheung's changes and changes to compile under sgi
  104. #
  105. # Revision 1.15  1999/08/17 21:03:42  kle
  106. # Improvements on the jitter buffer.
  107. # Flexability for 20ms on the wire.
  108. # Added usage for Cullen's UDP code.
  109. # Added usage for Chok's cpLog code.
  110. #
  111. # Revision 1.14  1999/08/03 20:06:37  kle
  112. # Fixed poping sounds in rtp streaming data.
  113. #
  114. # Revision 1.13  1999/08/02 23:58:02  kle
  115. # Revision update RTP
  116. #
  117. # Revision 1.12  1999/07/15 19:27:10  bogawa
  118. #
  119. # fix for intel architecture machine independence
  120. #
  121. # Revision 1.11  1999/06/30 08:00:37  bogawa
  122. #
  123. # corrected the contact information
  124. #
  125. # Revision 1.10  1999/06/30 04:51:39  bogawa
  126. #
  127. # fix make file
  128. #
  129. # Revision 1.9  1999/06/30 00:34:29  kle
  130. #
  131. # add the sample files from RTP to the release directory
  132. #
  133. # Revision 1.8  1999/06/29 23:08:53  kle
  134. # Updated changes relating to new RTP naming
  135. #
  136. # Revision 1.6  1999/06/29 14:39:57  kle
  137. # Added more functions to rtpApi.  Added documentation.
  138. #
  139. # Revision 1.5  1999/06/29 01:49:58  bogawa
  140. #
  141. # Update the RTP code to match Cullen's automatically generated code
  142. #
  143. # Revision 1.3  1999/06/08 20:43:37  bogawa
  144. #
  145. # fix make file to properly install the right header files
  146. #
  147. # Revision 1.2  1999/06/08 18:39:20  cullen
  148. # put insall target after all target
  149. #
  150. # Revision 1.1  1999/06/08 18:33:38  cullen
  151. # Creating files
  152. #
  153. BUILD = ../../build
  154. include $(BUILD)/Makefile.pre
  155. DEFINES += USE_PTHREADS
  156. PACKAGES += PTHREAD RTP UTIL QUICKNET
  157. #PACKAGES += PTHREAD RTP UTIL
  158. #INCDIRS += . ../util/
  159. TESTPROGRAMS = 
  160. soundcardTest.cxx 
  161.     rtpPlayLoad.cxx 
  162.     rtpPlay.cxx 
  163.     rtpPlayRaw.cxx 
  164.     rtpRecord.cxx 
  165.     test_endian.cxx 
  166. #    maxUdpRecording.cxx 
  167. #    maxUdpPlaying.cxx 
  168. #    maxPlaying.cxx 
  169. #    maxRecording.cxx 
  170. #    maxRecordingNF.cxx 
  171. #    maxRtpSessions.cxx 
  172. #    sampleUsage.cxx 
  173. #    rtpRecord.cxx 
  174. #    phoneJack.cxx 
  175. #    rtpSimple.cxx
  176. # name of all files to be compiled (don't include header files)
  177. SRC = 
  178. include $(BUILD)/Makefile.post