summaryrefslogtreecommitdiffstats
path: root/config/depend1.in
diff options
context:
space:
mode:
authorAlbert Cheng <acheng@hdfgroup.org>2005-10-17 17:58:27 (GMT)
committerAlbert Cheng <acheng@hdfgroup.org>2005-10-17 17:58:27 (GMT)
commitda6642e5b94ca5af8c7defa1d2e206be23a7b049 (patch)
tree936d47e659cd42588a6ed454cdc046c0bd9ef173 /config/depend1.in
parent1e712c1050bd67434eb05cde77fb8bdb7ab15b0e (diff)
downloadhdf5-da6642e5b94ca5af8c7defa1d2e206be23a7b049.zip
hdf5-da6642e5b94ca5af8c7defa1d2e206be23a7b049.tar.gz
hdf5-da6642e5b94ca5af8c7defa1d2e206be23a7b049.tar.bz2
[svn-r11570] Purpose:
Appearance change. Description: depend1.in: Change the style of the copyright generation commands to a simplier style. Dependencies: Regenerated the Dependencies file. Platforms tested: Tested in heping in serial and parallel modes.
Diffstat (limited to 'config/depend1.in')
-rw-r--r--config/depend1.in34
1 files changed, 18 insertions, 16 deletions
diff --git a/config/depend1.in b/config/depend1.in
index dabf597..d2cf99f 100644
--- a/config/depend1.in
+++ b/config/depend1.in
@@ -22,22 +22,24 @@
##
$(srcdir)/Dependencies: .depend
@if test "$(srcdir)" != "."; then \
- echo '##' >$@; \
- echo '## Copyright by the Board of Trustees of the University of Illinois.' >>$@; \
- echo '## All rights reserved.' >>$@; \
- echo '##' >>$@; \
- echo '## This file is part of HDF5. The full HDF5 copyright notice, including' >>$@; \
- echo '## terms governing use, modification, and redistribution, is contained in' >>$@; \
- echo '## the files COPYING and Copyright.html. COPYING can be found at the root' >>$@; \
- echo '## of the source code distribution tree; Copyright.html can be found at the' >>$@; \
- echo '## root level of an installed copy of the electronic HDF5 document set and' >>$@; \
- echo '## is linked from the top-level documents page. It can also be found at' >>$@; \
- echo '## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have' >>$@; \
- echo '## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.' >>$@; \
- echo '##' >>$@; \
- echo '## This file is machine generated on GNU systems.' >>$@; \
- echo '## Only temporary changes may be made here.' >>$@; \
- echo >>$@; \
+ ( \
+ echo '##'; \
+ echo '## This file is machine generated on GNU systems.'; \
+ echo '## Only temporary changes may be made here.'; \
+ echo '##'; \
+ echo '## Copyright by the Board of Trustees of the University of Illinois.'; \
+ echo '## All rights reserved.'; \
+ echo '##'; \
+ echo '## This file is part of HDF5. The full HDF5 copyright notice, including'; \
+ echo '## terms governing use, modification, and redistribution, is contained in'; \
+ echo '## the files COPYING and Copyright.html. COPYING can be found at the root'; \
+ echo '## of the source code distribution tree; Copyright.html can be found at the'; \
+ echo '## root level of an installed copy of the electronic HDF5 document set and'; \
+ echo '## is linked from the top-level documents page. It can also be found at'; \
+ echo '## http://hdf.ncsa.uiuc.edu/HDF5/doc/Copyright.html. If you do not have'; \
+ echo '## access to either file, you may request a copy from hdfhelp@ncsa.uiuc.edu.'; \
+ echo; \
+ ) >$@; \
$(PERL) -p $(top_srcdir)/bin/distdep .depend >>$@; \
else \
echo 'Dependencies cannot be built when $$srcdir == $$builddir'; \