Generate Makefiles automatically for the Python bindings
This commit is contained in:
parent
0c49c6a7a4
commit
286aeccd74
|
@ -23,8 +23,11 @@
|
|||
PKG_CONFIG_PATH="$PWD/../data:$LIBDIR/pkgconfig"
|
||||
PYTHONDIR="../src/python"
|
||||
#executables
|
||||
CONFIGURE="configure -v"
|
||||
MAKE="make"
|
||||
|
||||
|
||||
[ -n "$OBJDIR" ] && PKG_CONFIG_PATH="${OBJDIR}../data:$LIBDIR/pkgconfig"
|
||||
(cd "$PYTHONDIR" && PKG_CONFIG_PATH="$PKG_CONFIG_PATH" $MAKE clean all)
|
||||
(cd "$PYTHONDIR" &&
|
||||
$CONFIGURE &&
|
||||
PKG_CONFIG_PATH="$PKG_CONFIG_PATH" $MAKE clean all)
|
||||
|
|
Loading…
Reference in New Issue
Block a user