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

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # $Id$
  2. #
  3. BUILD = ../../../build
  4. include $(BUILD)/Makefile.pre
  5. # DEFINES += 
  6. #
  7. PACKAGES += TRANSPORT UTIL PTHREAD
  8. # names of programs (e.g. test programs) to be compiled
  9. #
  10. TESTPROGRAMS = 
  11. tTemplates.cxx
  12.      tAddressFamily.cxx
  13.      tIPAddress.cxx     
  14.      tIP6Address.cxx     
  15. tSocket.cxx
  16. tServer.cxx
  17. tClient.cxx
  18. tEvent.cxx
  19. tService.cxx
  20. tPthreadSignals.cxx
  21. tSignals.cxx
  22. tFifoTimer.cxx
  23. tProtocol.cxx
  24. tFifoCancel.cxx 
  25. tTimeVal.cxx
  26. tFifoTest.cxx
  27. tPipe.cxx
  28.         tRWMutex.cxx            
  29.         tUDPSocket.cxx          
  30.         tUDPClientServer.cxx    
  31.         udpInjectRcv.cxx        
  32.         udpInjectSnd.cxx        
  33.         SingletonTest.cxx
  34. include $(BUILD)/Makefile.post