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

Windows CE

开发平台:

C/C++

  1. #
  2. # GNU makefile
  3. #
  4. topdir = ../../..
  5. LIB_NAME = libgetopt
  6. INCLUDES = -I$(topdir)/include -I$(topdir)/include/share
  7. SRCS_C = 
  8. getopt.c 
  9. getopt1.c
  10. include $(topdir)/build/lib.mk
  11. # DO NOT DELETE THIS LINE -- make depend depends on it.