Lines Matching +full:pkg +full:- +full:config
3 # Configure options script for re-calling MagickWand compilation options
11 Usage: MagickWand-config [--cflags] [--cppflags] [--exec-prefix] [--ldflags] [--libs] [--prefix] [-…
13 if test $# -eq 0; then
15 …echo "Example: gcc \`MagickWand-config --cflags --cppflags\` -o wand wand.c \`MagickWand-config --…
19 while test $# -gt 0; do
21 -*=*) optarg=`echo "$1" | sed 's/[-_a-zA-Z0-9]*=//'` ;;
25 --prefix=*)
28 --prefix)
31 --exec-prefix=*)
34 --exec-prefix)
37 --version)
40 --cflags)
41 /usr/bin/pkg-config --cflags MagickWand-7.Q16HDRI
43 --cxxflags)
44 /usr/bin/pkg-config --cflags MagickWand-7.Q16HDRI
46 --cppflags)
47 /usr/bin/pkg-config --cflags MagickWand-7.Q16HDRI
49 --ldflags)
50 /usr/bin/pkg-config --libs MagickWand-7.Q16HDRI
52 --libs)
53 /usr/bin/pkg-config --libs MagickWand-7.Q16HDRI