summaryrefslogtreecommitdiffstats
path: root/config/depend.in
diff options
context:
space:
mode:
authorRobb Matzke <matzke@llnl.gov>1999-07-19 19:56:57 (GMT)
committerRobb Matzke <matzke@llnl.gov>1999-07-19 19:56:57 (GMT)
commit6470e417e8148558631c1793887d5b5bc65765af (patch)
treefaedbdb190bac2a69509bbb82d465b477d992727 /config/depend.in
parent9ab6d3211c9ab08ab8e9568d91a011bce5dc96b8 (diff)
downloadhdf5-6470e417e8148558631c1793887d5b5bc65765af.zip
hdf5-6470e417e8148558631c1793887d5b5bc65765af.tar.gz
hdf5-6470e417e8148558631c1793887d5b5bc65765af.tar.bz2
[svn-r1515] Changes since 19990715
---------------------- ./Makefile.in [1.3] ./examples/Makefile.in [1.3] ./pablo/Makefile.in [1.3] ./src/Makefile.in [1.3] ./test/Makefile.in [1.3] ./testpar/Makefile.in [1.3] ./tools/Makefile.in [1.3] ./config/commence.in [1.3] ./config/conclude.in [1.3] ./config/depend.in [1.3] Added a `.PATH' target for Irix pmake which is identical to the VPATH used by most other `make' programs. Irix 6.5 (or 6.4?) and later `make' ignores VPATH. Started all beginning-of-line comments with `##' instead of just `#' because Irix `pmake' barfs on things like the following because it sees the `# if' as a directive: # make will barf on the following line # if running Irix pmake ./config/commence.in [1.3] Added empty definitions for optional `make' macros because Irix pmake complains if it sees a macro which has never been defined. The main body of the Makefiles can redefine these macros to whatever they need.
Diffstat (limited to 'config/depend.in')
-rw-r--r--config/depend.in42
1 files changed, 21 insertions, 21 deletions
diff --git a/config/depend.in b/config/depend.in
index a02ad20..6915524 100644
--- a/config/depend.in
+++ b/config/depend.in
@@ -1,25 +1,25 @@
-# -*- makefile -*-
+## -*- makefile -*-
-# We keep a list of dependencies in `.depend' for each of the source
-# files on which it depends. When one of the source files is modified
-# we remove its record from .depend and regenerate its dependencies,
-# tacking them onto the end of .depend. By including the .depend file
-# into the makefile, we're telling make that the makefile depends on
-# the dependency list in the .depend file.
-#
-# This is as fast as the `.d' method described in the GNU make manual
-# for automatic dependencies, but has the added advantage that all
-# dependencies are stored in one place. The advantage over the
-# `makedepend' program is that only those files that are out of date
-# have dependency information rebuilt, and the Makefile is not
-# modified.
-#
-# This is also where tracing information is updated. The $(TRACE)
-# program is run on each source file to make sure that the H5TRACE()
-# macros are up to date. If they are then the file is not modified,
-# otherwise the file is changed and a backup is saved by appending a
-# tilde to the file name.
-#
+## We keep a list of dependencies in `.depend' for each of the source
+## files on which it depends. When one of the source files is modified
+## we remove its record from .depend and regenerate its dependencies,
+## tacking them onto the end of .depend. By including the .depend file
+## into the makefile, we're telling make that the makefile depends on
+## the dependency list in the .depend file.
+##
+## This is as fast as the `.d' method described in the GNU make manual
+## for automatic dependencies, but has the added advantage that all
+## dependencies are stored in one place. The advantage over the
+## `makedepend' program is that only those files that are out of date
+## have dependency information rebuilt, and the Makefile is not
+## modified.
+##
+## This is also where tracing information is updated. The $(TRACE)
+## program is run on each source file to make sure that the H5TRACE()
+## macros are up to date. If they are then the file is not modified,
+## otherwise the file is changed and a backup is saved by appending a
+## tilde to the file name.
+##
.PRECIOUS: .depend .distdep
dep depend: .distdep