25'ten fazla konu seçemezsiniz Konular bir harf veya rakamla başlamalı, kısa çizgiler ('-') içerebilir ve en fazla 35 karakter uzunluğunda olabilir.
 
 
 
 
 
 

10 satır
424 B

  1. # Makefile.am - process with automake to produce Makefile.in
  2. BUILT_SOURCES = cue_parse.h toc_parse.h
  3. EXTRA_DIST = $(BUILT_SOURCES)
  4. AM_YFLAGS = -d
  5. AM_LFLAGS = -olex.yy.c
  6. noinst_HEADERS = cd.h cdtext.h cue_parse_prefix.h toc_parse_prefix.h cuefile.h cue.h time.h toc.h
  7. noinst_LIBRARIES = libcuefile.a
  8. 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