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
|
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
|
man_MANS = cuebreakpoints.1 cueconvert.1 cueprint.1
|
||||||
EXTRA_DIST = $(man_MANS)
|
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
|
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
|
SUBDIRS = lib tools
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# Makefile.am - process with automake to produce Makefile.in
|
||||||
|
|
||||||
BUILT_SOURCES = cue_parse.h toc_parse.h
|
BUILT_SOURCES = cue_parse.h toc_parse.h
|
||||||
EXTRA_DIST = $(BUILT_SOURCES)
|
EXTRA_DIST = $(BUILT_SOURCES)
|
||||||
AM_YFLAGS = -d
|
AM_YFLAGS = -d
|
||||||
|
|||||||
@@ -1,3 +1,5 @@
|
|||||||
|
# Makefile.am - process with automake to produce Makefile.in
|
||||||
|
|
||||||
bin_PROGRAMS = cuebreakpoints cueconvert cueprint
|
bin_PROGRAMS = cuebreakpoints cueconvert cueprint
|
||||||
LDADD = ../lib/libcuefile.a
|
LDADD = ../lib/libcuefile.a
|
||||||
AM_CPPFLAGS = -I$(srcdir)/../lib
|
AM_CPPFLAGS = -I$(srcdir)/../lib
|
||||||
|
|||||||
Reference in New Issue
Block a user