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

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # $Id: Makefile,v 1.8 2001/04/11 23:15:21 wjin Exp $
  2. # $Log: Makefile,v $
  3. # Revision 1.8  2001/04/11 23:15:21  wjin
  4. # removed unused test programs
  5. #
  6. # Revision 1.7  2001/03/09 20:48:14  kimle
  7. # added rtp load gen
  8. #
  9. # Revision 1.6  2001/03/07 20:18:49  wjin
  10. # rtsp stack upgrade
  11. #
  12. # Revision 1.5  2001/03/01 19:51:36  wjin
  13. # fix for readData
  14. #
  15. # Revision 1.4  2001/02/27 01:52:12  kimle
  16. # new interactive client
  17. #
  18. # Revision 1.3  2001/02/17 00:02:26  kimle
  19. # Added new states and processing
  20. #
  21. # Revision 1.2  2001/02/09 02:33:46  kimle
  22. # transciever changes for multiple connections
  23. #
  24. # Revision 1.1  2001/02/08 22:45:12  wjin
  25. # Initial check ins for RTSP
  26. #
  27. BUILD = ../../build
  28. include $(BUILD)/Makefile.pre
  29. TARGET_LIBRARY=librtsp.a
  30. PACKAGES += RTSP SDP RTP PTHREAD UTIL
  31. TESTPROGRAMS = 
  32.     RtspClientInteract.cxx 
  33. #    RtspTcpClient.cxx 
  34. #    RtspClient.cxx 
  35. # name of all files to be compiled (don't include header files)
  36. SRC = 
  37. include $(BUILD)/Makefile.post