diff options
author | James Laird <jlaird@hdfgroup.org> | 2006-08-22 16:22:43 (GMT) |
---|---|---|
committer | James Laird <jlaird@hdfgroup.org> | 2006-08-22 16:22:43 (GMT) |
commit | 9d4229713ebb1ed899c5c5fa72dbaeb5611e923e (patch) | |
tree | 381374eb5ffa7cf95f6794a0910e1cdd12cf0175 /test/Makefile.in | |
parent | c17ea4461717a8065cc421980f897fa30a07f8d0 (diff) | |
download | hdf5-9d4229713ebb1ed899c5c5fa72dbaeb5611e923e.zip hdf5-9d4229713ebb1ed899c5c5fa72dbaeb5611e923e.tar.gz hdf5-9d4229713ebb1ed899c5c5fa72dbaeb5611e923e.tar.bz2 |
[svn-r12608] Checked in External Link C examples.
Since these examples need to follow filesystem paths, the Makefiles need
to create directories in the examples directory; added this to the
Makefile.am.
Tested on Windows, mir, juniper
Diffstat (limited to 'test/Makefile.in')
-rw-r--r-- | test/Makefile.in | 23 |
1 files changed, 12 insertions, 11 deletions
diff --git a/test/Makefile.in b/test/Makefile.in index 58ccf99..7e44151 100644 --- a/test/Makefile.in +++ b/test/Makefile.in @@ -290,13 +290,13 @@ stream_test_OBJECTS = stream_test.$(OBJEXT) stream_test_LDADD = $(LDADD) stream_test_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1) am_testhdf5_OBJECTS = testhdf5.$(OBJEXT) tarray.$(OBJEXT) \ - tattr.$(OBJEXT) tchecksum.$(OBJEXT) tconfig.$(OBJEXT) tfile.$(OBJEXT) \ - tgenprop.$(OBJEXT) th5o.$(OBJEXT) th5s.$(OBJEXT) \ - theap.$(OBJEXT) tid.$(OBJEXT) titerate.$(OBJEXT) \ - tmeta.$(OBJEXT) tmisc.$(OBJEXT) ttime.$(OBJEXT) \ - trefer.$(OBJEXT) trefstr.$(OBJEXT) tselect.$(OBJEXT) \ - tskiplist.$(OBJEXT) ttst.$(OBJEXT) tunicode.$(OBJEXT) \ - tvltypes.$(OBJEXT) tvlstr.$(OBJEXT) + tattr.$(OBJEXT) tchecksum.$(OBJEXT) tconfig.$(OBJEXT) \ + tfile.$(OBJEXT) tgenprop.$(OBJEXT) th5o.$(OBJEXT) \ + th5s.$(OBJEXT) theap.$(OBJEXT) tid.$(OBJEXT) \ + titerate.$(OBJEXT) tmeta.$(OBJEXT) tmisc.$(OBJEXT) \ + ttime.$(OBJEXT) trefer.$(OBJEXT) trefstr.$(OBJEXT) \ + tselect.$(OBJEXT) tskiplist.$(OBJEXT) ttst.$(OBJEXT) \ + tunicode.$(OBJEXT) tvltypes.$(OBJEXT) tvlstr.$(OBJEXT) testhdf5_OBJECTS = $(am_testhdf5_OBJECTS) testhdf5_LDADD = $(LDADD) testhdf5_DEPENDENCIES = libh5test.la $(am__DEPENDENCIES_1) @@ -657,9 +657,10 @@ ttsafe_SOURCES = ttsafe.c ttsafe_dcreate.c ttsafe_error.c ttsafe_cancel.c VFD_LIST = sec2 stdio core split multi family # Sources for testhdf5 executable -testhdf5_SOURCES = testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c tgenprop.c \ - th5o.c th5s.c theap.c tid.c titerate.c tmeta.c tmisc.c ttime.c trefer.c trefstr.c \ - tselect.c tskiplist.c ttst.c tunicode.c tvltypes.c tvlstr.c +testhdf5_SOURCES = testhdf5.c tarray.c tattr.c tchecksum.c tconfig.c tfile.c \ + tgenprop.c th5o.c th5s.c theap.c tid.c titerate.c tmeta.c tmisc.c ttime.c \ + trefer.c trefstr.c tselect.c tskiplist.c ttst.c tunicode.c tvltypes.c \ + tvlstr.c # Automake needs to be taught how to build lib, progs, and tests targets. @@ -1252,7 +1253,7 @@ install-doc uninstall-doc: # clean up files generated by tests so they can be re-run. build-check-clean: - $(RM) $(CHECK_CLEANFILES) + $(RM) -rf $(CHECK_CLEANFILES) # run check-clean whenever mostlyclean is run mostlyclean-local: build-check-clean |