From a80b0625d7077d08bfb28dc7edda3763cdc11a9f Mon Sep 17 00:00:00 2001 From: Svend Sorensen Date: Thu, 24 Mar 2005 10:50:10 +0000 Subject: [PATCH] Added basic comments to all Makfile.am files. --- Makefile.am | 2 ++ doc/Makefile.am | 2 ++ extras/Makefile.am | 2 ++ src/Makefile.am | 2 ++ src/lib/Makefile.am | 2 ++ src/tools/Makefile.am | 2 ++ 6 files changed, 12 insertions(+) diff --git a/Makefile.am b/Makefile.am index 26b17ac..4d3dce5 100644 --- a/Makefile.am +++ b/Makefile.am @@ -1 +1,3 @@ +# Makefile.am - process with automake to produce Makefile.in + SUBDIRS = doc src extras diff --git a/doc/Makefile.am b/doc/Makefile.am index 21dcc06..cab2429 100644 --- a/doc/Makefile.am +++ b/doc/Makefile.am @@ -1,2 +1,4 @@ +# Makefile.am - process with automake to produce Makefile.in + man_MANS = cuebreakpoints.1 cueconvert.1 cueprint.1 EXTRA_DIST = $(man_MANS) diff --git a/extras/Makefile.am b/extras/Makefile.am index bd7b4f2..9c89245 100644 --- a/extras/Makefile.am +++ b/extras/Makefile.am @@ -1 +1,3 @@ +# Makefile.am - process with automake to produce Makefile.in + EXTRA_DIST = cueconvert.cgi cuetag.sh formats.txt index.txt diff --git a/src/Makefile.am b/src/Makefile.am index 6086ffb..62f6557 100644 --- a/src/Makefile.am +++ b/src/Makefile.am @@ -1 +1,3 @@ +# Makefile.am - process with automake to produce Makefile.in + SUBDIRS = lib tools diff --git a/src/lib/Makefile.am b/src/lib/Makefile.am index 7168386..9e49736 100644 --- a/src/lib/Makefile.am +++ b/src/lib/Makefile.am @@ -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 diff --git a/src/tools/Makefile.am b/src/tools/Makefile.am index 85af42d..8dac282 100644 --- a/src/tools/Makefile.am +++ b/src/tools/Makefile.am @@ -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