Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
mpim-sw
cdo
Commits
e0c91feb
Commit
e0c91feb
authored
Nov 30, 2017
by
Uwe Schulzweida
Browse files
test/bandit_tests/Makefile.am: remove bin_PROGRAMS.
parent
d061a878
Changes
2
Hide whitespace changes
Inline
Side-by-side
test/bandit_tests/Makefile.am
View file @
e0c91feb
noinst_PROGRAMS
=
cdo_process_creation_test operator_1_to_1 operator_1_to_2
bin_PROGRAMS
=
cdo_process_creation_test operator_1_to_1 operator_1_to_2
#
bin_PROGRAMS = cdo_process_creation_test operator_1_to_1 operator_1_to_2
tests_CPPFLAGS
=
-I
$(top_srcdir)
/test/bandit_tests/bandit
...
...
test/bandit_tests/Makefile.in
View file @
e0c91feb
...
...
@@ -80,8 +80,6 @@ build_triplet = @build@
host_triplet
=
@host@
noinst_PROGRAMS
=
cdo_process_creation_test
$(EXEEXT)
\
operator_1_to_1
$(EXEEXT)
operator_1_to_2
$(EXEEXT)
bin_PROGRAMS
=
cdo_process_creation_test
$(EXEEXT)
\
operator_1_to_1
$(EXEEXT)
operator_1_to_2
$(EXEEXT)
subdir
=
test
/bandit_tests
DIST_COMMON
=
$(srcdir)
/Makefile.in
$(srcdir)
/Makefile.am
\
$(top_srcdir)
/config/mkinstalldirs
\
...
...
@@ -102,8 +100,7 @@ mkinstalldirs = $(SHELL) $(top_srcdir)/config/mkinstalldirs
CONFIG_HEADER
=
$(top_builddir)
/src/config.h
CONFIG_CLEAN_FILES
=
CONFIG_CLEAN_VPATH_FILES
=
am__installdirs
=
"
$(DESTDIR)$(bindir)
"
PROGRAMS
=
$(bin_PROGRAMS)
$(noinst_PROGRAMS)
PROGRAMS
=
$(noinst_PROGRAMS)
am_cdo_process_creation_test_OBJECTS
=
\
cdo_process_creation_test-process_creation_tests.
$(OBJEXT)
cdo_process_creation_test_OBJECTS
=
\
...
...
@@ -567,6 +564,7 @@ target_alias = @target_alias@
top_build_prefix
=
@top_build_prefix@
top_builddir
=
@top_builddir@
top_srcdir
=
@top_srcdir@
# bin_PROGRAMS = cdo_process_creation_test operator_1_to_1 operator_1_to_2
tests_CPPFLAGS
=
-I
$(top_srcdir)
/test/bandit_tests/bandit
tests_LDADD
=
$(top_builddir)
/src/libcdo.la
$(top_builddir)
/libcdi/src/libcdi.la
cdo_process_creation_test_SOURCES
=
process_creation_tests.cc
...
...
@@ -614,55 +612,6 @@ $(top_srcdir)/configure: @MAINTAINER_MODE_TRUE@ $(am__configure_deps)
$(ACLOCAL_M4)
:
@MAINTAINER_MODE_TRUE@ $(am__aclocal_m4_deps)
cd
$(top_builddir)
&&
$(MAKE)
$(AM_MAKEFLAGS)
am--refresh
$(am__aclocal_m4_deps)
:
install-binPROGRAMS
:
$(bin_PROGRAMS)
@
$(NORMAL_INSTALL)
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$(bindir)
"
||
list
=
;
\
if
test
-n
"
$$
list"
;
then
\
echo
"
$(MKDIR_P)
'
$(DESTDIR)$(bindir)
'"
;
\
$(MKDIR_P)
"
$(DESTDIR)$(bindir)
"
||
exit
1
;
\
fi
;
\
for
p
in
$$
list
;
do
echo
"
$$
p
$$
p"
;
done
|
\
sed
's/
$(EXEEXT)
$$//'
|
\
while
read
p p1
;
do if
test
-f
$$
p
\
||
test
-f
$$
p1
\
;
then
echo
"
$$
p"
;
echo
"
$$
p"
;
else
:
;
fi
;
\
done
|
\
sed
-e
'p;s,.*/,,;n;h'
\
-e
's|.*|.|'
\
-e
'p;x;s,.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
;s/$$/
$(EXEEXT)
/'
|
\
sed
'N;N;N;s,\n, ,g'
|
\
$(AWK)
'BEGIN { files["."] = ""; dirs["."] = 1 } \
{ d=$$3; if (dirs[d] != 1) { print "d", d; dirs[d] = 1 } \
if ($$2 == $$4) files[d] = files[d] " " $$1; \
else { print "f", $$3 "/" $$4, $$1; } } \
END { for (d in files) print "f", d, files[d] }'
|
\
while
read type dir
files
;
do
\
if
test
"
$$
dir"
=
.
;
then
dir
=
;
else
dir
=
/
$$
dir
;
fi
;
\
test
-z
"
$$
files"
||
{
\
echo
"
$(INSTALL_PROGRAM_ENV)
$(LIBTOOL)
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
--mode=install
$(INSTALL_PROGRAM)
$$
files '
$(DESTDIR)$(bindir)$$
dir'"
;
\
$(INSTALL_PROGRAM_ENV)
$(LIBTOOL)
$(AM_LIBTOOLFLAGS)
$(LIBTOOLFLAGS)
--mode
=
install
$(INSTALL_PROGRAM)
$$
files
"
$(DESTDIR)$(bindir)$$
dir"
||
exit
$$
?
;
\
}
\
;
done
uninstall-binPROGRAMS
:
@
$(NORMAL_UNINSTALL)
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$(bindir)
"
||
list
=
;
\
files
=
`
for
p
in
$$
list
;
do
echo
"
$$
p"
;
done
|
\
sed
-e
'h;s,^.*/,,;s/
$(EXEEXT)
$$//;
$(transform)
'
\
-e
's/$$/
$(EXEEXT)
/'
\
`
;
\
test
-n
"
$$
list"
||
exit
0
;
\
echo
" ( cd '
$(DESTDIR)$(bindir)
' && rm -f"
$$
files
")"
;
\
cd
"
$(DESTDIR)$(bindir)
"
&&
rm
-f
$$
files
clean-binPROGRAMS
:
@
list
=
'
$(bin_PROGRAMS)
'
;
test
-n
"
$$
list"
||
exit
0
;
\
echo
" rm -f"
$$
list
;
\
rm
-f
$$
list
||
exit
$$
?
;
\
test
-n
"
$(EXEEXT)
"
||
exit
0
;
\
list
=
`
for
p
in
$$
list
;
do
echo
"
$$
p"
;
done
|
sed
's/
$(EXEEXT)
$$//'
`
;
\
echo
" rm -f"
$$
list
;
\
rm
-f
$$
list
clean-noinstPROGRAMS
:
@
list
=
'
$(noinst_PROGRAMS)
'
;
test
-n
"
$$
list"
||
exit
0
;
\
...
...
@@ -1031,9 +980,6 @@ check-am: all-am
check
:
check-am
all-am
:
Makefile $(PROGRAMS)
installdirs
:
for
dir
in
"
$(DESTDIR)$(bindir)
"
;
do
\
test
-z
"
$$
dir"
||
$(MKDIR_P)
"
$$
dir"
;
\
done
install
:
install-am
install-exec
:
install-exec-am
install-data
:
install-data-am
...
...
@@ -1069,8 +1015,8 @@ maintainer-clean-generic:
@
echo
"it deletes files that may require special tools to rebuild."
clean
:
clean-am
clean-am
:
clean-binPROGRAMS
clean-generic clean-libtool
\
clean-noinstPROGRAMS
mostlyclean-am
clean-am
:
clean-generic clean-libtool
clean-noinstPROGRAMS
\
mostlyclean-am
distclean
:
distclean-am
-
rm
-rf
./
$(DEPDIR)
...
...
@@ -1096,7 +1042,7 @@ install-dvi: install-dvi-am
install-dvi-am
:
install-exec-am
:
install-binPROGRAMS
install-exec-am
:
install-html
:
install-html-am
...
...
@@ -1136,16 +1082,15 @@ ps: ps-am
ps-am
:
uninstall-am
:
uninstall-binPROGRAMS
uninstall-am
:
.MAKE
:
check-am install-am install-strip
.PHONY
:
CTAGS GTAGS TAGS all all-am check check-TESTS check-am clean
\
clean-binPROGRAMS clean-generic clean-libtool
\
clean-noinstPROGRAMS cscopelist-am ctags ctags-am distclean
\
distclean-compile distclean-generic distclean-libtool
\
distclean-tags distdir dvi dvi-am html html-am info info-am
\
install install-am install-binPROGRAMS install-data
\
clean-generic clean-libtool clean-noinstPROGRAMS cscopelist-am
\
ctags ctags-am distclean distclean-compile distclean-generic
\
distclean-libtool distclean-tags distdir dvi dvi-am html
\
html-am info info-am install install-am install-data
\
install-data-am install-dvi install-dvi-am install-exec
\
install-exec-am install-html install-html-am install-info
\
install-info-am install-man install-pdf install-pdf-am
\
...
...
@@ -1153,8 +1098,7 @@ uninstall-am: uninstall-binPROGRAMS
installcheck-am installdirs maintainer-clean
\
maintainer-clean-generic mostlyclean mostlyclean-compile
\
mostlyclean-generic mostlyclean-libtool pdf pdf-am ps ps-am
\
recheck tags tags-am uninstall uninstall-am
\
uninstall-binPROGRAMS
recheck tags tags-am uninstall uninstall-am
# Tell versions [3.59,3.63) of GNU make to not export all variables.
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment