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

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # $Id: Makefile,v 1.3 2001/05/15 15:51:41 wbreu Exp $
  2. # $Log: Makefile,v $
  3. # Revision 1.3  2001/05/15 15:51:41  wbreu
  4. # remove commented line
  5. #
  6. # Revision 1.2  2001/04/20 21:00:34  wbreu
  7. # since util/Makefile is picking up Dns* files, update this
  8. # Makefile to only build testDnsResolver executable.
  9. #
  10. # Revision 1.1  2001/03/27 23:51:44  wbreu
  11. # Check in DnsResolver utility - initial version
  12. #
  13. # Revision 1.1  1999/11/03 23:01:16  bogawa
  14. #
  15. # add make file for the util directory
  16. #
  17. BUILD = ../../build
  18. include $(BUILD)/Makefile.pre
  19. DEFINES += 
  20. TARGET_LIBRARY = 
  21. PACKAGES +=  UTIL BIND  PTHREAD
  22. # names of programs (e.g. test programs) to be compiled
  23. TESTPROGRAMS = 
  24. testDnsResolver.cxx
  25. # name of all files to be compiled (don't include header files)
  26. SRC =
  27. include $(BUILD)/Makefile.post