Merged autotools to main trunk.

This commit is contained in:
Svend Sorensen
2005-03-22 04:26:57 +00:00
parent d0bf3de212
commit 51fe2af924
42 changed files with 3001 additions and 129 deletions

7
src/lib/Makefile.am Normal file
View File

@@ -0,0 +1,7 @@
BUILT_SOURCES = cue_parse.h toc_parse.h
EXTRA_DIST = $(BUILT_SOURCES)
AM_YFLAGS = -d
AM_LFLAGS = -olex.yy.c
noinst_HEADERS = cd.h cdtext.h cue_parse_prefix.h toc_parse_prefix.h cuefile.h cue.h time.h toc.h
noinst_LIBRARIES = libcuefile.a
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