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

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # $Id: Makefile,v 1.7 2001/02/17 02:51:18 wjin Exp $
  2. # $Log: Makefile,v $
  3. # Revision 1.7  2001/02/17 02:51:18  wjin
  4. # fix bug
  5. #
  6. # Revision 1.6  2001/02/17 00:02:28  kimle
  7. # Added new states and processing
  8. #
  9. # Revision 1.5  2001/02/16 04:08:19  kimle
  10. # more chnages
  11. #
  12. # Revision 1.4  2001/02/15 02:38:46  wjin
  13. # add test file for encoder
  14. #
  15. # Revision 1.3  2001/02/13 02:39:53  kimle
  16. # Fixed transceiver to handle multiple connections.
  17. # Modified RtspRangeHdr.hxx RtspTransportHdr.hxx to compile
  18. # Modified test programs to get transceiver changes
  19. #
  20. # Revision 1.2  2001/02/09 02:33:46  kimle
  21. # transciever changes for multiple connections
  22. #
  23. # Revision 1.1  2001/02/08 22:45:15  wjin
  24. # Initial check ins for RTSP
  25. #
  26. BUILD = ../../../build
  27. include $(BUILD)/Makefile.pre
  28. #TARGET_LIBRARY=librtsp.a
  29. PACKAGES += RTSP SDP PTHREAD UTIL
  30. TESTPROGRAMS = 
  31.     RtspSdpTest.cxx 
  32.     RtspParserTest.cxx 
  33.     RtspDecoderTest.cxx 
  34.     RtspEncoderTest.cxx 
  35.     RtspTcpServerTest.cxx 
  36.     RtspTransceiverTest.cxx 
  37. # name of all files to be compiled (don't include header files)
  38. SRC = 
  39. include $(BUILD)/Makefile.post