• Home
  • Raw
  • Download

Lines Matching refs:VARIABLE

29 #   AX_APPEND_COMPILE_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
34 # flag. If it does, the flag is added FLAGS-VARIABLE
36 # If FLAGS-VARIABLE is not specified, the current language's flags (e.g.
97 # AX_APPEND_LINK_FLAGS([FLAG1 FLAG2 ...], [FLAGS-VARIABLE], [EXTRA-FLAGS], [INPUT])
102 # flag. If it does, the flag is added FLAGS-VARIABLE
104 # If FLAGS-VARIABLE is not specified, the linker's flags (LDFLAGS) is
238 # AX_COMPILER_FLAGS([CFLAGS-VARIABLE], [LDFLAGS-VARIABLE], [IS-RELEASE], [EXTRA-BASE-CFLAGS], [EX…
249 # if so, are appended to CFLAGS-VARIABLE and LDFLAGS-VARIABLE. This
297 # CFLAGS-VARIABLE defaults to WARN_CFLAGS, and LDFLAGS-VARIABLE defaults
397 # AX_COMPILER_FLAGS_CFLAGS([VARIABLE], [IS-RELEASE], [EXTRA-BASE-FLAGS], [EXTRA-YES-FLAGS])
401 # Add warning flags for the C compiler to VARIABLE, which defaults to
402 # WARN_CFLAGS. VARIABLE is AC_SUBST-ed by this macro, but must be
531 # AX_COMPILER_FLAGS_CXXFLAGS([VARIABLE], [IS-RELEASE], [EXTRA-BASE-FLAGS], [EXTRA-YES-FLAGS])
535 # Add warning flags for the C++ compiler to VARIABLE, which defaults to
536 # WARN_CXXFLAGS. VARIABLE is AC_SUBST-ed by this macro, but must be
661 # AX_COMPILER_FLAGS_GIR([VARIABLE], [IS-RELEASE], [EXTRA-BASE-FLAGS], [EXTRA-YES-FLAGS])
666 # VARIABLE, which defaults to WARN_SCANNERFLAGS. VARIABLE is AC_SUBST-ed
722 # AX_COMPILER_FLAGS_LDFLAGS([VARIABLE], [IS-RELEASE], [EXTRA-BASE-FLAGS], [EXTRA-YES-FLAGS])
726 # Add warning flags for the linker to VARIABLE, which defaults to
727 # WARN_LDFLAGS. VARIABLE is AC_SUBST-ed by this macro, but must be
2011 # _AM_SUBST_NOTMAKE(VARIABLE)
2013 # Prevent Automake from outputting VARIABLE = @VARIABLE@ in Makefile.in.
2017 # AM_SUBST_NOTMAKE(VARIABLE)