Lines Matching +full:- +full:- +full:without +full:- +full:perl
8 # Copyright (C) 1998 - 2016, Daniel Stenberg, <daniel@haxx.se>, et al.
18 # This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
24 PERL = @PERL@ macro
31 all-local: $(ZSH_COMPLETION_FUNCTION_FILENAME) $(FISH_COMPLETION_FUNCTION_FILENAME)
35 @echo "NOTICE: we can't generate zsh completion when cross-compiling!"
36 else # if not cross-compiling:
37 @if ! test -x "$(PERL)"; then echo "No perl: can't install completion.pl"; exit 0; fi
38 $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell zsh > $@
43 @echo "NOTICE: we can't generate fish completion when cross-compiling!"
44 else # if not cross-compiling:
45 @if ! test -x "$(PERL)"; then echo "No perl: can't install completion.pl"; exit 0; fi
46 $(PERL) $(srcdir)/completion.pl --curl $(top_builddir)/src/curl$(EXEEXT) --shell fish > $@
49 install-data-local:
51 @echo "NOTICE: we can't install zsh completion when cross-compiling!"
52 else # if not cross-compiling: