diff -r 03d703c3cfe9 -r b5c32391802f make/project.xml --- a/make/project.xml Fri Nov 28 15:23:40 2025 +0100 +++ b/make/project.xml Sun Nov 30 13:29:07 2025 +0100 @@ -1,35 +1,31 @@ + + + + + 3.2.0 + 6.0.0 + 6 pwd - command -v doxygen + \${root_dir}/build + \${root_dir}/build/docs + \${root_dir}/dist + command -v doxygen + /bin/mkdir -p + /bin/rm -f + /bin/rm -f -R + /bin/cp -f + /bin/cp -f -R + /bin/ln -s - - - - # library version - VERSION=3.2.0 - LIBVERSION=6.0.0 - LIBVERSION_MAJOR=6 - - # build directory structure !! do not change or override !! - root_dir=${root_dir} - build_dir=${root_dir}/build - docs_dir=${root_dir}/build/docs - dist_dir=${root_dir}/dist - - - - - - MKDIR=/bin/mkdir -p - RMFILE=/bin/rm -f - RMDIR=/bin/rm -f -R - COPYFILE=/bin/cp -f - COPYALL=/bin/cp -f -R - SYMLINK=/bin/ln -s - - + + \${exec_prefix}/libdata/pkgconfig + + + \${libdir}/pkgconfig + c @@ -77,7 +73,6 @@ test -n "$DOXYGEN" - DOXYGEN=$DOXYGEN