Files
cuetools/src/lib/Makefile.am
Svend Sorensen 6745e99c6f Wrapped long lines.
Moved headers from HEADERS to SOURCES.
2005-03-24 11:53:23 +00:00

17 lines
533 B
Makefile

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