您最多选择25个主题 主题必须以字母或数字开头,可以包含连字符 (-),并且长度不得超过35个字符
 
 
 
 
 

17 行
342 B

  1. ###############################################################################
  2. # Automake targets and declarations for libee
  3. ###############################################################################
  4. lib_LIBRARIES = libee.a
  5. libee_a_SOURCES = \
  6. ee.c \
  7. ee.h \
  8. io.c \
  9. math.c \
  10. line.c \
  11. conic.c \
  12. triangle.c \
  13. sprite.c \
  14. $(NULL)