forked from openpmix/openpmix
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Makefile.pmix-rules
37 lines (33 loc) · 962 Bytes
/
Makefile.pmix-rules
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
# -*- makefile -*-
# Copyright (c) 2008-2018 Cisco Systems, Inc. All rights reserved.
# Copyright (c) 2008 Sun Microsystems, Inc. All rights reserved.
# Copyright (c) 2019 Intel, Inc. All rights reserved.
# $COPYRIGHT$
#
# Additional copyrights may follow
#
# $HEADER$
#
TRIM_OPTIONS=
.1in.1:
$(PMIX_V_GEN) $(top_srcdir)/contrib/make_manpage.pl \
--package-name='@PACKAGE_NAME@' \
--package-version='@PACKAGE_VERSION@' \
--pmix-date='@PMIX_RELEASE_DATE@' \
--input=$< \
--output=$@
.3in.3:
$(PMIX_V_GEN) $(top_srcdir)/contrib/make_manpage.pl \
--package-name='@PACKAGE_NAME@' \
--package-version='@PACKAGE_VERSION@' \
--pmix-date='@PMIX_RELEASE_DATE@' \
$(TRIM_OPTIONS) \
--input=$< \
--output=$@
.7in.7:
$(PMIX_V_GEN) $(top_srcdir)/contrib/make_manpage.pl \
--package-name='@PACKAGE_NAME@' \
--package-version='@PACKAGE_VERSION@' \
--pmix-date='@PMIX_RELEASE_DATE@' \
--input=$< \
--output=$@