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 = doc src extras

View File

@@ -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)

View File

@@ -1 +1,3 @@
# Makefile.am - process with automake to produce Makefile.in
EXTRA_DIST = cueconvert.cgi cuetag.sh formats.txt index.txt

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