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.
 
 
 
 
 
 

17 rivejä
533 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_LIBRARIES = libcuefile.a
  7. libcuefile_a_headers = cd.h cdtext.h cuefile.h cue.h time.h toc.h \
  8. cue_parse_prefix.h toc_parse_prefix.h
  9. libcuefile_a_SOURCES = cd.c cdtext.c time.c cuefile.c cue_print.c toc_print.c \
  10. cue_parse.y cue_scan.l toc_parse.y toc_scan.l \
  11. $(libcuefile_a_headers)