Makefile
Upload User: sy_wanhua
Upload Date: 2013-07-25
Package Size: 3048k
Code Size: 1k
Category:

Streaming_Mpeg4

Development Platform:

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