Makefile.lite
上传用户:wstnjxml
上传日期:2014-04-03
资源大小:7248k
文件大小:0k
源码类别:

Windows CE

开发平台:

C/C++

  1. #
  2. # GNU makefile
  3. #
  4. topdir = ../../..
  5. LIB_NAME = libgrabbag
  6. INCLUDES = -I$(topdir)/include
  7. SRCS_C = 
  8. cuesheet.c 
  9. file.c 
  10. replaygain.c 
  11. seektable.c
  12. include $(topdir)/build/lib.mk
  13. # DO NOT DELETE THIS LINE -- make depend depends on it.