9175da1e02
versions, dates and build names. Fixes trac:1387 Big thanks to Jeff and Brian for help and oversight. This commit was SVN r19120. The following Trac tickets were found above: Ticket 1387 --> https://svn.open-mpi.org/trac/ompi/ticket/1387
30 строки
783 B
Makefile
30 строки
783 B
Makefile
# Copyright (c) 2008 Cisco Systems, Inc. All rights reserved.
|
|
# Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
|
|
# $COPYRIGHT$
|
|
#
|
|
# Additional copyrights may follow
|
|
#
|
|
# $HEADER$
|
|
#
|
|
|
|
.1in.1:
|
|
@ echo Creating $@ man page...
|
|
@ sed -e 's/#PACKAGE_NAME#/@PACKAGE_NAME@/g' \
|
|
-e 's/#PACKAGE_VERSION#/@PACKAGE_VERSION@/g' \
|
|
-e 's/#OMPI_DATE#/@OMPI_RELEASE_DATE@/g' \
|
|
> $@ < $<
|
|
|
|
.3in.3:
|
|
@ echo Creating $@ man page...
|
|
@ sed -e 's/#PACKAGE_NAME#/@PACKAGE_NAME@/g' \
|
|
-e 's/#PACKAGE_VERSION#/@PACKAGE_VERSION@/g' \
|
|
-e 's/#OMPI_DATE#/@OMPI_RELEASE_DATE@/g' \
|
|
> $@ < $<
|
|
|
|
.7in.7:
|
|
@ echo Creating $@ man page...
|
|
@ sed -e 's/#PACKAGE_NAME#/@PACKAGE_NAME@/g' \
|
|
-e 's/#PACKAGE_VERSION#/@PACKAGE_VERSION@/g' \
|
|
-e 's/#OMPI_DATE#/@OMPI_RELEASE_DATE@/g' \
|
|
> $@ < $<
|