mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
e29f213cf9
The Dependencies files were generated in $srcdir even when --srcdir is used. It caused conflicts if multiple hosts are doing make sharing the same $srcdir. It also violated the rule that --srcdir would not modify the content of $srcdir which could be on a read-only media like a CD-ROM. Solution: Dependencies files are generated in the "current" directory. Platform tested: dangermouse (linux), modi4 (IRIX64).
12 lines
460 B
Makefile
12 lines
460 B
Makefile
## -*- makefile -*-
|
|
|
|
## This platform doesn't support automatic dependencies because we're
|
|
## not using GNU gcc. GNU gcc is needed in order to generate the list
|
|
## of header files included by a source file.
|
|
|
|
## Since automatic dependencies are not being used, we attempt to include the
|
|
## `.distdep' file from the source tree. This file was automatically generated
|
|
## on some system that satisfies the above requirements.
|
|
|
|
-include Dependencies
|