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

8 行
362 B

  1. BUILT_SOURCES = cue_parse.h toc_parse.h
  2. EXTRA_DIST = $(BUILT_SOURCES)
  3. AM_YFLAGS = -d
  4. AM_LFLAGS = -olex.yy.c
  5. noinst_HEADERS = cd.h cdtext.h cue_parse_prefix.h toc_parse_prefix.h cuefile.h cue.h time.h toc.h
  6. noinst_LIBRARIES = libcuefile.a
  7. libcuefile_a_SOURCES = cd.c cdtext.c time.c cuefile.c cue_print.c toc_print.c cue_parse.y cue_scan.l toc_parse.y toc_scan.l