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

流媒体/Mpeg4/MP4

开发平台:

C/C++

  1. # $Id: Makefile,v 1.1 2001/03/26 10:35:31 icahoon Exp $
  2. #
  3. BUILD = ../../../build
  4. include $(BUILD)/Makefile.pre
  5. # DEFINES += 
  6. #
  7. PACKAGES += UTIL PTHREAD
  8. # names of programs (e.g. test programs) to be compiled
  9. #
  10. TESTPROGRAMS = 
  11.         vmd5sum.c
  12. include $(BUILD)/Makefile.post