1
1

Since the decision on whether or not to use script wrapper compilers is a configure-time option, we need the wrapper compiler script to be in the tarball

This commit was SVN r22386.
Этот коммит содержится в:
Ralph Castain 2010-01-09 01:08:10 +00:00
родитель 3905d38bc5
Коммит e0afc30708

Просмотреть файл

@ -20,11 +20,18 @@
#man_pages = ortecc.1 ortec++.1
if !ORTE_DISABLE_FULL_SUPPORT
if OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
# always include the following in tarballs as the selection of
# script vs binary wrapper compilers is a configure option
bin_SCRIPTS = orte_wrapper_script
CLEANFILES += $(bin_SCRIPTS)
dist_pkgdata_DATA = \
ortecc-wrapper-data.txt \
ortec++-wrapper-data.txt
if OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
install-exec-hook-always:
test -z "$(bindir)" || $(mkdir_p) "$(DESTDIR)$(bindir)"
(cd $(DESTDIR)$(bindir); rm -f ortecc; $(LN_S) orte_wrapper_script ortecc)
@ -47,10 +54,6 @@ else # OPAL_WANT_SCRIPT_WRAPPER_COMPILERS
if OMPI_INSTALL_BINARIES
dist_pkgdata_DATA = \
ortecc-wrapper-data.txt \
ortec++-wrapper-data.txt
#man_MANS = $(man_pages)
install-exec-hook-always: