Home
last modified time | relevance | path

Searched refs:MK_VERSION_MINOR (Results 1 – 14 of 14) sorted by relevance

/dports/sysutils/fluent-bit/fluent-bit-1.8.11/lib/monkey/include/monkey/
H A Dmk_info.h.in27 #define MK_VERSION_MINOR @MK_VERSION_MINOR@
30 MK_VERSION_MINOR * 100 \
/dports/net/measurement-kit/measurement-kit-0.10.14/include/measurement_kit/common/
H A Dversion.h.in31 // MK_VERSION_MINOR is the minor version number extracted from MK_VERSION_FULL.
32 #define MK_VERSION_MINOR @MK_VERSION_MINOR@ macro
65 // mk_version_minor() returns MK_VERSION_MINOR.
H A Dversion.h32 #define MK_VERSION_MINOR 10 macro
/dports/devel/agar/agar-1.5.0/tests/
H A Dconfigure1128 if [ "$MK_VERSION_MINOR" = "" ]; then
1131 if [ $MK_VERSION_MINOR -gt 5 ]; then
1133 elif [ $MK_VERSION_MINOR -eq 5 ]; then
1320 if [ "$MK_VERSION_MINOR" = "" ]; then
1323 if [ $MK_VERSION_MINOR -gt 5 ]; then
1549 if [ "$MK_VERSION_MINOR" = "" ]; then
1552 if [ $MK_VERSION_MINOR -gt 5 ]; then
1776 if [ "$MK_VERSION_MINOR" = "" ]; then
1779 if [ $MK_VERSION_MINOR -gt 5 ]; then
1974 if [ "$MK_VERSION_MINOR" = "" ]; then
[all …]
/dports/net/measurement-kit/measurement-kit-0.10.14/src/libmeasurement_kit/common/
H A Dversion.cpp22 return MK_VERSION_MINOR; in mk_version_minor()
/dports/devel/agar/agar-1.5.0/tests/agaraudio/
H A Dconfigure1085 MK_VERSION_MINOR=`echo "$AGAR_VERSION" |sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`;
1091 if [ "$MK_VERSION_MINOR" = "" ]; then
1094 if [ $MK_VERSION_MINOR -gt 5 ]; then
1096 elif [ $MK_VERSION_MINOR -eq 5 ]; then
1273 MK_VERSION_MINOR=`echo "$AGAR_AU_VERSION" |sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`;
1279 if [ "$MK_VERSION_MINOR" = "" ]; then
1282 if [ $MK_VERSION_MINOR -gt 5 ]; then
1284 elif [ $MK_VERSION_MINOR -eq 5 ]; then
/dports/devel/agar/agar-1.5.0/tests/agarcplusplus/
H A Dconfigure1085 MK_VERSION_MINOR=`echo "$AGAR_VERSION" |sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`;
1091 if [ "$MK_VERSION_MINOR" = "" ]; then
1094 if [ $MK_VERSION_MINOR -gt 5 ]; then
1096 elif [ $MK_VERSION_MINOR -eq 5 ]; then
1273 MK_VERSION_MINOR=`echo "$AGAR_MATH_VERSION" |sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`;
1279 if [ "$MK_VERSION_MINOR" = "" ]; then
1282 if [ $MK_VERSION_MINOR -gt 5 ]; then
1284 elif [ $MK_VERSION_MINOR -eq 5 ]; then
/dports/devel/agar/agar-1.5.0/tests/agarsdl/
H A Dconfigure1085 MK_VERSION_MINOR=`echo "$AGAR_VERSION" |sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`;
1091 if [ "$MK_VERSION_MINOR" = "" ]; then
1094 if [ $MK_VERSION_MINOR -gt 5 ]; then
1096 elif [ $MK_VERSION_MINOR -eq 5 ]; then
1485 MK_VERSION_MINOR=`echo "$SDL_VERSION" |sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`;
1491 if [ "$MK_VERSION_MINOR" = "" ]; then
1494 if [ $MK_VERSION_MINOR -gt 2 ]; then
1496 elif [ $MK_VERSION_MINOR -eq 2 ]; then
/dports/devel/agar/agar-1.5.0/tests/agarreinit/
H A Dconfigure1085 MK_VERSION_MINOR=`echo "$AGAR_VERSION" |sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`;
1091 if [ "$MK_VERSION_MINOR" = "" ]; then
1094 if [ $MK_VERSION_MINOR -gt 5 ]; then
1096 elif [ $MK_VERSION_MINOR -eq 5 ]; then
/dports/devel/agar/agar-1.5.0/tests/coreonly/
H A Dconfigure1071 MK_VERSION_MINOR=`echo "$AGAR_CORE_VERSION" |sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`;
1077 if [ "$MK_VERSION_MINOR" = "" ]; then
1080 if [ $MK_VERSION_MINOR -gt 5 ]; then
1082 elif [ $MK_VERSION_MINOR -eq 5 ]; then
/dports/devel/agar/agar-1.5.0/tools/agar-bench/
H A Dconfigure1069 MK_VERSION_MINOR=`echo "$AGAR_VERSION" |sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`;
1075 if [ "$MK_VERSION_MINOR" = "" ]; then
1078 if [ $MK_VERSION_MINOR -gt 4 ]; then
1080 elif [ $MK_VERSION_MINOR -eq 4 ]; then
/dports/devel/agar/agar-1.5.0/tests/agarevloop/
H A Dconfigure1085 MK_VERSION_MINOR=`echo "$AGAR_VERSION" |sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`;
1091 if [ "$MK_VERSION_MINOR" = "" ]; then
1094 if [ $MK_VERSION_MINOR -gt 5 ]; then
1096 elif [ $MK_VERSION_MINOR -eq 5 ]; then
/dports/devel/agar/agar-1.5.0/
H A Dconfigure4098 if [ "$MK_VERSION_MINOR" = "" ]; then
4101 if [ $MK_VERSION_MINOR -gt 2 ]; then
5481 if [ "$MK_VERSION_MINOR" = "" ]; then
5484 if [ $MK_VERSION_MINOR -gt 0 ]; then
5669 if [ "$MK_VERSION_MINOR" = "" ]; then
5672 if [ $MK_VERSION_MINOR -gt 6 ]; then
6007 if [ "$MK_VERSION_MINOR" = "" ]; then
6010 if [ $MK_VERSION_MINOR -gt 2 ]; then
6106 if [ "$MK_VERSION_MINOR" = "" ]; then
6109 if [ $MK_VERSION_MINOR -gt 4 ]; then
[all …]
/dports/devel/agar/agar-1.5.0/tools/agar-disasm/
H A Dconfigure2439 MK_VERSION_MINOR=`echo "$AGAR_VERSION" |sed 's/\([0-9]*\).\([0-9]*\).\([0-9]*\).*/\2/'`;
2445 if [ "$MK_VERSION_MINOR" = "" ]; then
2448 if [ $MK_VERSION_MINOR -gt 4 ]; then
2450 elif [ $MK_VERSION_MINOR -eq 4 ]; then