Lines Matching +full:- +full:- +full:without +full:- +full:perl
18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
21 # SPDX-License-Identifier: curl
25 EXTRA_DIST = updatemanpages.pl coverage.sh completion.pl firefox-db2pem.sh \
26 checksrc.pl mk-ca-bundle.pl
30 PERL = @PERL@ macro
37 all-local: $(ZSH_COMPLETION_FUNCTION_FILENAME) $(FISH_COMPLETION_FUNCTION_FILENAME)
41 @echo "NOTICE: we can't generate zsh completion when cross-compiling!"
42 else # if not cross-compiling:
43 @if ! test -x "$(PERL)"; then echo "No perl: can't install completion.pl"; exit 0; fi
44 $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell zsh > $@
49 @echo "NOTICE: we can't generate fish completion when cross-compiling!"
50 else # if not cross-compiling:
51 @if ! test -x "$(PERL)"; then echo "No perl: can't install completion.pl"; exit 0; fi
52 $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell fish > $@
55 install-data-local:
57 @echo "NOTICE: we can't install zsh completion when cross-compiling!"
58 else # if not cross-compiling: