File tree 4 files changed +9
-9
lines changed
4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change @@ -44,7 +44,7 @@ check_PROGRAMS = collective_write \
44
44
45
45
if INSTALL_EXAMPLES
46
46
example_execbin_PROGRAMS = $(check_PROGRAMS )
47
- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/C
47
+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/C
48
48
example_execbin_SCRIPTS = run_c_examples.sh
49
49
endif
50
50
@@ -106,7 +106,7 @@ tests-local: all $(check_PROGRAMS)
106
106
107
107
install-exec-hook :
108
108
@if test " x$( example_execbindir) " ! = x ; then \
109
- cp -f $(srcdir ) /cdl_header.txt $(DESTDIR )$(example_execbindir ) ; \
110
- $(SED_I ) -e ' s|check_PROGRAMS|$(check_PROGRAMS)|g ; s|TESTOUTDIR|$(TESTOUTDIR)|g ; s|TESTMPIRUN|$(TESTMPIRUN)|g ; s|SED_CMD|$(SED)|g ; s|ENABLE_BURST_BUFFER|$(ENABLE_BURST_BUFFER)|g ; s|ENABLE_NETCDF4|$(ENABLE_NETCDF4)|g' $(DESTDIR )$(example_execbindir ) /run_c_examples.sh ; \
109
+ cp -f $(srcdir ) /cdl_header.txt $(DESTDIR ) / $(example_execbindir ) ; \
110
+ $(SED_I ) -e ' s|check_PROGRAMS|$(check_PROGRAMS)|g ; s|TESTOUTDIR|$(TESTOUTDIR)|g ; s|TESTMPIRUN|$(TESTMPIRUN)|g ; s|SED_CMD|$(SED)|g ; s|ENABLE_BURST_BUFFER|$(ENABLE_BURST_BUFFER)|g ; s|ENABLE_NETCDF4|$(ENABLE_NETCDF4)|g' $(DESTDIR ) / $(example_execbindir ) /run_c_examples.sh ; \
111
111
fi
112
112
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ check_PROGRAMS = collective_write \
32
32
33
33
if INSTALL_EXAMPLES
34
34
example_execbin_PROGRAMS = $(check_PROGRAMS )
35
- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/CXX
35
+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/CXX
36
36
example_execbin_SCRIPTS = run_cxx_examples.sh
37
37
endif
38
38
@@ -86,7 +86,7 @@ tests-local: all $(check_PROGRAMS)
86
86
87
87
install-exec-hook :
88
88
@if test " x$( example_execbindir) " ! = x ; then \
89
- $(SED_I ) -e ' s|check_PROGRAMS|$(check_PROGRAMS)|g ; s|TESTOUTDIR|$(TESTOUTDIR)|g ; s|TESTMPIRUN|$(TESTMPIRUN)|g ; s|SED_CMD|$(SED)|g ; s|ENABLE_BURST_BUFFER|$(ENABLE_BURST_BUFFER)|g ; s|ENABLE_NETCDF4|$(ENABLE_NETCDF4)|g' $(DESTDIR )$(example_execbindir ) /run_cxx_examples.sh ; \
89
+ $(SED_I ) -e ' s|check_PROGRAMS|$(check_PROGRAMS)|g ; s|TESTOUTDIR|$(TESTOUTDIR)|g ; s|TESTMPIRUN|$(TESTMPIRUN)|g ; s|SED_CMD|$(SED)|g ; s|ENABLE_BURST_BUFFER|$(ENABLE_BURST_BUFFER)|g ; s|ENABLE_NETCDF4|$(ENABLE_NETCDF4)|g' $(DESTDIR ) / $(example_execbindir ) /run_cxx_examples.sh ; \
90
90
fi
91
91
92
92
.PHONY : ptest ptests ptest2 ptest3 ptest4 ptest6 ptest8 ptest10
Original file line number Diff line number Diff line change @@ -52,7 +52,7 @@ check_PROGRAMS = nonblocking_write \
52
52
53
53
if INSTALL_EXAMPLES
54
54
example_execbin_PROGRAMS = $(check_PROGRAMS )
55
- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/F77
55
+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/F77
56
56
example_execbin_SCRIPTS = run_f77_examples.sh
57
57
endif
58
58
@@ -111,7 +111,7 @@ tests-local: all $(check_PROGRAMS)
111
111
112
112
install-exec-hook :
113
113
@if test " x$( example_execbindir) " ! = x ; then \
114
- $(SED_I ) -e ' s|check_PROGRAMS|$(check_PROGRAMS)|g ; s|TESTOUTDIR|$(TESTOUTDIR)|g ; s|TESTMPIRUN|$(TESTMPIRUN)|g ; s|SED_CMD|$(SED)|g ; s|ENABLE_BURST_BUFFER|$(ENABLE_BURST_BUFFER)|g ; s|ENABLE_NETCDF4|$(ENABLE_NETCDF4)|g' $(DESTDIR )$(example_execbindir ) /run_f77_examples.sh ; \
114
+ $(SED_I ) -e ' s|check_PROGRAMS|$(check_PROGRAMS)|g ; s|TESTOUTDIR|$(TESTOUTDIR)|g ; s|TESTMPIRUN|$(TESTMPIRUN)|g ; s|SED_CMD|$(SED)|g ; s|ENABLE_BURST_BUFFER|$(ENABLE_BURST_BUFFER)|g ; s|ENABLE_NETCDF4|$(ENABLE_NETCDF4)|g' $(DESTDIR ) / $(example_execbindir ) /run_f77_examples.sh ; \
115
115
fi
116
116
117
117
.PHONY : ptest ptests ptest2 ptest3 ptest4 ptest6 ptest8 ptest10
Original file line number Diff line number Diff line change @@ -41,7 +41,7 @@ check_PROGRAMS = nonblocking_write \
41
41
42
42
if INSTALL_EXAMPLES
43
43
example_execbin_PROGRAMS = $(check_PROGRAMS )
44
- example_execbindir = $(DESTDIR )$( exec_prefix ) /pnetcdf_examples/F90
44
+ example_execbindir = $(exec_prefix ) /pnetcdf_examples/F90
45
45
example_execbin_SCRIPTS = run_f90_examples.sh
46
46
endif
47
47
@@ -100,7 +100,7 @@ tests-local: all $(check_PROGRAMS)
100
100
101
101
install-exec-hook :
102
102
@if test " x$( example_execbindir) " ! = x ; then \
103
- $(SED_I ) -e ' s|check_PROGRAMS|$(check_PROGRAMS)|g ; s|TESTOUTDIR|$(TESTOUTDIR)|g ; s|TESTMPIRUN|$(TESTMPIRUN)|g ; s|SED_CMD|$(SED)|g ; s|ENABLE_BURST_BUFFER|$(ENABLE_BURST_BUFFER)|g ; s|ENABLE_NETCDF4|$(ENABLE_NETCDF4)|g' $(DESTDIR )$(example_execbindir ) /run_f90_examples.sh ; \
103
+ $(SED_I ) -e ' s|check_PROGRAMS|$(check_PROGRAMS)|g ; s|TESTOUTDIR|$(TESTOUTDIR)|g ; s|TESTMPIRUN|$(TESTMPIRUN)|g ; s|SED_CMD|$(SED)|g ; s|ENABLE_BURST_BUFFER|$(ENABLE_BURST_BUFFER)|g ; s|ENABLE_NETCDF4|$(ENABLE_NETCDF4)|g' $(DESTDIR ) / $(example_execbindir ) /run_f90_examples.sh ; \
104
104
fi
105
105
106
106
.PHONY : ptest ptests ptest2 ptest3 ptest4 ptest6 ptest8 ptest10
You can’t perform that action at this time.
0 commit comments