1a46c0ec8Sopenharmony_ciPROJECT_NAME = @PACKAGE_NAME@ 2a46c0ec8Sopenharmony_ciPROJECT_NUMBER = @PACKAGE_VERSION@ 3a46c0ec8Sopenharmony_ciPROJECT_BRIEF = "A wrapper library for input devices" 4a46c0ec8Sopenharmony_ciJAVADOC_AUTOBRIEF = YES 5a46c0ec8Sopenharmony_ciTAB_SIZE = 8 6a46c0ec8Sopenharmony_ciOPTIMIZE_OUTPUT_FOR_C = YES 7a46c0ec8Sopenharmony_ciEXTRACT_ALL = YES 8a46c0ec8Sopenharmony_ciEXTRACT_STATIC = YES 9a46c0ec8Sopenharmony_ciMAX_INITIALIZER_LINES = 0 10a46c0ec8Sopenharmony_ciWARNINGS = YES 11a46c0ec8Sopenharmony_ciQUIET = YES 12a46c0ec8Sopenharmony_ciINPUT = "@builddir@" 13a46c0ec8Sopenharmony_ciIMAGE_PATH = "@builddir@" 14a46c0ec8Sopenharmony_ciOUTPUT_DIRECTORY = doc 15a46c0ec8Sopenharmony_ciGENERATE_HTML = YES 16a46c0ec8Sopenharmony_ciHTML_OUTPUT = html 17a46c0ec8Sopenharmony_ciSEARCHENGINE = NO 18a46c0ec8Sopenharmony_ciUSE_MATHJAX = YES 19a46c0ec8Sopenharmony_ciMATHJAX_RELPATH = https://cdn.mathjax.org/mathjax/latest 20a46c0ec8Sopenharmony_ciGENERATE_LATEX = NO 21a46c0ec8Sopenharmony_ciMACRO_EXPANSION = YES 22a46c0ec8Sopenharmony_ciEXPAND_ONLY_PREDEF = YES 23a46c0ec8Sopenharmony_ciPREDEFINED = LIBINPUT_ATTRIBUTE_PRINTF(f, a)= \ 24a46c0ec8Sopenharmony_ci LIBINPUT_ATTRIBUTE_DEPRECATED 25a46c0ec8Sopenharmony_ciDOTFILE_DIRS = "@builddir@" 26a46c0ec8Sopenharmony_ciEXAMPLE_PATH = "@builddir@" 27a46c0ec8Sopenharmony_ciSHOW_NAMESPACES = NO 28a46c0ec8Sopenharmony_ciHAVE_DOT = YES 29a46c0ec8Sopenharmony_ci 30a46c0ec8Sopenharmony_ciHTML_HEADER = "@builddir@/header.html" 31a46c0ec8Sopenharmony_ciHTML_FOOTER = "@builddir@/footer.html" 32a46c0ec8Sopenharmony_ciHTML_EXTRA_STYLESHEET = "@builddir@/bootstrap.css" \ 33a46c0ec8Sopenharmony_ci "@builddir@/customdoxygen.css" \ 34a46c0ec8Sopenharmony_ci "@builddir@/libinputdoxygen.css" 35