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

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # $Id: Makefile,v 1.4 2001/04/17 22:04:06 kimle Exp $
  2. # $Log: Makefile,v $
  3. # Revision 1.4  2001/04/17 22:04:06  kimle
  4. # added new test program: printRtpFormat
  5. #
  6. # Revision 1.3  2001/04/13 03:01:37  wjin
  7. # add sys statistics
  8. #
  9. # Revision 1.2  2001/02/24 03:22:03  wjin
  10. # *** empty log message ***
  11. #
  12. # Revision 1.1  2001/02/22 04:22:02  wjin
  13. # add files
  14. #
  15. BUILD = ../../../build
  16. include $(BUILD)/Makefile.pre
  17. PACKAGES += RTSP SDP PTHREAD UTIL
  18. TESTPROGRAMS = 
  19.     printRtpFormat.cxx 
  20. #    testDuration.cxx 
  21. #    testTimer.cxx 
  22. #    testTimer2.cxx 
  23. #    testTimer3.cxx 
  24. # name of all files to be compiled (don't include header files)
  25. SRC = 
  26. include $(BUILD)/Makefile.post