configure.in

来自「gcc-2.95.3 Linux下最常用的C编译器」· IN 代码 · 共 37 行

IN
37
字号
# This file is a shell script fragment that supplies the information# necessary for a configure script to process the program in# this directory.  For more information, look at ../../configure.configdirs=srctrigger=tFile.ccsrcname="test C++ input/output library"package_makefile_frag=Make.packpackage_makefile_rules_frag=Make.pack.r# per-host:# per-target:TO_TOPDIR=../../ALL=' 'XCINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'XCXXINCLUDES='-I. -I.. -I$(srcdir) -I$(srcdir)/..'MOSTLYCLEAN='*.o core $(JUNK_TO_CLEAN)'(. ${srcdir}/../config.shared) >${package_makefile_frag} 2>${package_makefile_rules_frag}if [ "${srcdir}" = "." ] ; then  if [ "${with_target_subdir}" != "." ] ; then    topsrcdir=${with_multisrctop}../../..  else    topsrcdir=${with_multisrctop}../..  fielse  topsrcdir=${srcdir}/../..fiif [ ! -d ${topsrcdir}/gcc ] ; then  echo "CHECK = check-iostream check-iostdio" >>${package_makefile_frag}fi# post-target:

⌨️ 快捷键说明

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