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
1989aaf8
Commit
1989aaf8
authored
Jan 06, 2011
by
Ralf Mueller
Browse files
Build completions in maintainer mode only
parent
7b2e475c
Changes
2
Hide whitespace changes
Inline
Side-by-side
contrib/Makefile.am
View file @
1989aaf8
EXTRA_DIST
=
makecompl.rb cdoCompletion.bash cdoCompletion.tcsh cdoCompletion.zsh
CLEANFILES
=
all-local
:
completions
:
if
test
-x
/usr/bin/ruby
-o
-x
/usr/local/bin/ruby
;
then
\
ruby
-KN
$(srcdir)
/makecompl.rb
-o
cdoCompletion
;
\
fi
CLEANFILES
=
`
ls
completions4cdo.
*
`
if
MAINTAINER_MODE
all-local
:
completions
CLEANFILES
+=
`
ls
cdoCompletion.
*
`
endif
contrib/Makefile.in
View file @
1989aaf8
...
...
@@ -33,6 +33,7 @@ PRE_UNINSTALL = :
POST_UNINSTALL
=
:
build_triplet
=
@build@
host_triplet
=
@host@
@MAINTAINER_MODE_TRUE@
am__append_1
=
`
ls
cdoCompletion.
*
`
subdir
=
contrib
DIST_COMMON
=
$(srcdir)
/Makefile.am
$(srcdir)
/Makefile.in
ACLOCAL_M4
=
$(top_srcdir)
/aclocal.m4
...
...
@@ -197,7 +198,7 @@ top_build_prefix = @top_build_prefix@
top_builddir
=
@top_builddir@
top_srcdir
=
@top_srcdir@
EXTRA_DIST
=
makecompl.rb cdoCompletion.bash cdoCompletion.tcsh cdoCompletion.zsh
CLEANFILES
=
`
ls
completions4cdo.
*
`
CLEANFILES
=
$(am__append_1)
all
:
all-am
.SUFFIXES
:
...
...
@@ -276,6 +277,7 @@ distdir: $(DISTFILES)
done
check-am
:
all-am
check
:
check-am
@MAINTAINER_MODE_FALSE@all-local
:
all-am
:
Makefile all-local
installdirs
:
install
:
install-am
...
...
@@ -385,11 +387,13 @@ uninstall-am:
uninstall uninstall-am
all-local
:
completions
:
if
test
-x
/usr/bin/ruby
-o
-x
/usr/local/bin/ruby
;
then
\
ruby
-KN
$(srcdir)
/makecompl.rb
-o
cdoCompletion
;
\
fi
@MAINTAINER_MODE_TRUE@all-local
:
completions
# Tell versions [3.59,3.63) of GNU make to not export all variables.
# Otherwise a system limit (for SysV at least) may be exceeded.
.NOEXPORT
:
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