configure.in

来自「这是linux下的进化计算的源代码。 === === === === ==」· IN 代码 · 共 73 行

IN
73
字号
dnl Process this file with autoconf to produce a configure script.dnldnl Change the version number hereAC_INIT([Evolving Objects], [1.0.1], [eodev-help@sourceforge.net], [eo])AC_PREREQ(2.53)dnl make sure we are compiling from the correct sourcesAC_CONFIG_SRCDIR(src/eoOp.h)dnl define host, build, and target machineAC_CANONICAL_BUILDAC_CANONICAL_HOSTAC_CANONICAL_TARGETdnl automake initializationAM_INIT_AUTOMAKE([gnu dist-bzip2 dist-zip])AM_CONFIG_HEADER(config.h)dnl Checks for programs.AC_PROG_CCAC_PROG_CXXAC_PROG_INSTALLAC_PROG_LN_SAC_PROG_MAKE_SETAC_PROG_RANLIBAC_PATH_PROG([AR], [ar], [false], [$PATH:/usr/ccs/bin]) # solaris-x86 needs extra pathAC_ARG_VAR([DOXYGEN], [automatic documentation generation])AC_CHECK_PROGS([DOXYGEN], [doxygen], [true])dnl Checks for header files.AC_LANG(C++)AC_HEADER_STDCdnl Checks for typedefs, structures, and compiler characteristics.AC_CHECK_TYPES(uint32_t, [], AC_MSG_WARN([Need uint32_t from C99 standard.]))AC_TYPE_SIZE_Tdnl Checks for libraries and library functions.AC_CHECK_LIB(m, cos)dnl user-switchesAC_APPLICATIONSAC_DEBUGAC_GNUPLOTAC_TUTORIALdnl create makefilesAC_OUTPUT(Makefile \          app/Makefile \          app/mastermind/Makefile \          app/gprop/Makefile \          app/gpsymreg/Makefile \          contrib/Makefile \          doc/Makefile \          src/Makefile \          src/do/Makefile \          src/es/Makefile \          src/gp/Makefile \          src/ga/Makefile \          src/other/Makefile \          src/utils/Makefile \          test/Makefile \          tutorial/Makefile \          tutorial/html/Makefile \          tutorial/Lesson1/Makefile \          tutorial/Lesson2/Makefile \          tutorial/Lesson3/Makefile \          tutorial/Lesson4/Makefile \          tutorial/Lesson5/Makefile \          tutorial/Templates/Makefile \          tutorial/pdf/Makefile \          win/Makefile)

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?