Added basic comments to all Makfile.am files.
This commit is contained in:
@@ -1 +1,3 @@
|
||||
# Makefile.am - process with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = doc src extras
|
||||
|
||||
@@ -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)
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# Makefile.am - process with automake to produce Makefile.in
|
||||
|
||||
EXTRA_DIST = cueconvert.cgi cuetag.sh formats.txt index.txt
|
||||
|
||||
@@ -1 +1,3 @@
|
||||
# Makefile.am - process with automake to produce Makefile.in
|
||||
|
||||
SUBDIRS = lib tools
|
||||
|
||||
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user