Lines Matching +full:libpython +full:- +full:dev
3 # Keep this script in sync with python-config.in
7 …echo "Usage: $0 --prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--h…
18 RESULT=$(dirname $(cd $(dirname "$1") && pwd -P))
19 if which readlink >/dev/null 2>&1 ; then
20 if readlink -f "$RESULT" >/dev/null 2>&1; then
21 RESULT=$(readlink -f "$RESULT")
29 # Use sed to fix paths from their built-to locations to their installed-to
44 LIBS="@LIBPYTHON@ @LIBS@ $SYSLIBS"
45 LIBS_EMBED="-lpython${VERSION}${ABIFLAGS} @LIBS@ $SYSLIBS"
55 INCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
56 PLATINCDIR="-I$includedir/python${VERSION}${ABIFLAGS}"
59 # Scan for --help or unknown argument.
63 --help)
66 --embed)
69 …--prefix|--exec-prefix|--includes|--libs|--cflags|--ldflags|--extension-suffix|--abiflags|--config…
84 --prefix)
87 --exec-prefix)
90 --includes)
93 --cflags)
96 --libs)
99 --ldflags)
102 LIBPLUSED="-L$LIBPL"
104 echo "$LIBPLUSED -L$libdir $LIBS"
106 --extension-suffix)
109 --abiflags)
112 --configdir)