Added basic comments to all Makfile.am files.

This commit is contained in:
Svend Sorensen
2005-03-24 10:50:10 +00:00
parent c50b9af857
commit a80b0625d7
6 changed files with 12 additions and 0 deletions

View File

@@ -1 +1,3 @@
# Makefile.am - process with automake to produce Makefile.in
SUBDIRS = lib tools

View File

@@ -1,3 +1,5 @@
# Makefile.am - process with automake to produce Makefile.in
BUILT_SOURCES = cue_parse.h toc_parse.h
EXTRA_DIST = $(BUILT_SOURCES)
AM_YFLAGS = -d

View File

@@ -1,3 +1,5 @@
# Makefile.am - process with automake to produce Makefile.in
bin_PROGRAMS = cuebreakpoints cueconvert cueprint
LDADD = ../lib/libcuefile.a
AM_CPPFLAGS = -I$(srcdir)/../lib