-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Small update to the Automake files: replaced a literal path in a bunc…
…h of file names with a variable. git-svn-id: svn+ssh://svn.r-forge.r-project.org/svnroot/genabel/pkg/OmicABELnoMM@1872 edb9625f-4e0d-4859-8d74-9fd3b1da38cb
- Loading branch information
Showing
2 changed files
with
162 additions
and
160 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,12 +1,13 @@ | ||
# This is the top Makefile.am for OmicABELnoMM. OmicABELnoMM uses a | ||
# non-recursive Makefile, so make sure that path names are included, | ||
# etc. | ||
# etc. Consequently, the order of the includes also matters w.r.t. the | ||
# definition of variables etc. | ||
# The includes below load the Automake files for the specific | ||
# subdirectories. Automake integrates them all in one large Makefile. | ||
|
||
CLEANFILES = | ||
|
||
include $(srcdir)/src/Makefile.am | ||
include $(srcdir)/tests/Makefile.am | ||
include $(srcdir)/examples/Makefile.am | ||
include $(srcdir)/tests/Makefile.am | ||
include $(srcdir)/doc/Makefile.am |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters