Lines Matching +full:mingw +full:- +full:long +full:- +full:test
8 if test -e package_version; then
22 AM_INIT_AUTOMAKE([1.11 foreign no-define dist-zip subdir-objects])
36 dnl - library source changed -> increment REVISION
37 dnl - interfaces added/removed/changed -> increment CURRENT, REVISION = 0
38 dnl - interfaces added -> increment AGE
39 dnl - interfaces removed -> AGE = 0
50 [-pedantic -Wall -Wextra -Wno-sign-compare -Wno-parentheses -Wno-long-long])
52 # Platform-specific tweaks
54 *-mingw*)
55 # -std=c89 causes some warnings under mingw.
56 CC_CHECK_CFLAGS_APPEND([-U__STRICT_ANSI__])
60 # XP-only functions).
66 AM_CONDITIONAL(OP_WIN32, test "$host_mingw" = "true")
69 AS_HELP_STRING([--enable-assertions], [Enable assertions in code]),,
72 AS_IF([test "$enable_assertions" = "yes"], [
77 AS_HELP_STRING([--disable-examples], [Do not build example applications]),,
79 AM_CONDITIONAL([OP_ENABLE_EXAMPLES], [test "$enable_examples" = "yes"])
91 CC_FLAG_VISIBILITY([CFLAGS="${CFLAGS} -fvisibility=hidden"])
96 AS_HELP_STRING([--disable-doc], [Do not build API documentation]),,
100 AS_IF([test "$enable_doc" = "yes"], [
107 AM_CONDITIONAL([HAVE_DOXYGEN], [test "$HAVE_DOXYGEN" = "yes"])
112 rnnoise-uninstalled.pc
119 ------------------------------------------------------------------------
128 ------------------------------------------------------------------------