Browse Source

Added basic comments to all Makfile.am files.

master
Svend Sorensen 19 years ago
parent
commit
a80b0625d7
6 changed files with 12 additions and 0 deletions
  1. +2
    -0
      Makefile.am
  2. +2
    -0
      doc/Makefile.am
  3. +2
    -0
      extras/Makefile.am
  4. +2
    -0
      src/Makefile.am
  5. +2
    -0
      src/lib/Makefile.am
  6. +2
    -0
      src/tools/Makefile.am

+ 2
- 0
Makefile.am View File

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

SUBDIRS = doc src extras

+ 2
- 0
doc/Makefile.am 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)

+ 2
- 0
extras/Makefile.am View File

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

EXTRA_DIST = cueconvert.cgi cuetag.sh formats.txt index.txt

+ 2
- 0
src/Makefile.am View File

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

SUBDIRS = lib tools

+ 2
- 0
src/lib/Makefile.am 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


+ 2
- 0
src/tools/Makefile.am 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

Loading…
Cancel
Save