* remove pml direct call header file as part of make distclean
* remove output files for tests as part of make clean This commit was SVN r6966.
Этот коммит содержится в:
родитель
948d8963e2
Коммит
8d15ee8b2f
@ -33,3 +33,6 @@ nodist_ompi_HEADERS = $(nodist_headers)
|
||||
else
|
||||
ompidir = $(includedir)
|
||||
endif
|
||||
|
||||
distclean-local:
|
||||
rm -f pml_direct_call.h
|
||||
|
@ -96,3 +96,5 @@ orte_bitmap_LDADD = \
|
||||
$(top_builddir)/test/support/libsupport.a
|
||||
orte_bitmap_DEPENDENCIES = $(orte_bitmap_LDADD)
|
||||
|
||||
clean-local:
|
||||
rm -f ompi_bitmap_test_out.txt opal_hash_table_test_out.txt
|
||||
|
@ -94,3 +94,5 @@ orte_universe_setup_file_io_LDADD = \
|
||||
$(top_builddir)/test/support/libsupport.a
|
||||
orte_universe_setup_file_io_DEPENDENCIES = $(orte_universe_setup_file_io_LDADD)
|
||||
|
||||
clean-local:
|
||||
rm -f test_session_dir_out test-file
|
||||
|
Загрузка…
x
Ссылка в новой задаче
Block a user