You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

8 lines
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