⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 makefile.am

📁 gcc-2.95.3 Linux下最常用的C编译器
💻 AM
字号:
## Makefile.am for texinfo/lib.## $Id: Makefile.am,v 1.1.1.2 1998/03/24 18:19:49 law Exp $## Run automake in .. to produce Makefile.in from this.noinst_LIBRARIES = libtxi.aINCLUDES = -I../intl# Don't need to list alloca.c, etc., Automake includes them.libtxi_a_SOURCES = getopt.c getopt.h getopt1.c system.h xmalloc.c xstrdup.clibtxi_a_LIBADD = @LIBOBJS@ @ALLOCA@libtxi_a_DEPENDENCIES = $(libtxi_a_LIBADD)## xx configure for bzero?, clib, other common stuffEXTRA_DIST = README

⌨️ 快捷键说明

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