diff options
Diffstat (limited to 'testpar')
-rw-r--r-- | testpar/Dependencies | 8 | ||||
-rw-r--r-- | testpar/Makefile.in | 2 |
2 files changed, 8 insertions, 2 deletions
diff --git a/testpar/Dependencies b/testpar/Dependencies new file mode 100644 index 0000000..6dbba15 --- /dev/null +++ b/testpar/Dependencies @@ -0,0 +1,8 @@ +testphdf5.lo: \ + H5config.h +t_dset.lo: \ + H5config.h +t_file.lo: \ + H5config.h +t_mpi.lo: \ + H5config.h diff --git a/testpar/Makefile.in b/testpar/Makefile.in index fdb47a6..936f821 100644 --- a/testpar/Makefile.in +++ b/testpar/Makefile.in @@ -7,8 +7,6 @@ top_srcdir=@top_srcdir@ top_builddir=.. srcdir=@srcdir@ -VPATH=.:@srcdir@ -.PATH: . @srcdir@ @COMMENCE@ ## Add the include directory to the C preprocessor flags the the hdf5 library |