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

📄 makefile.am

📁 cygwin, 著名的在win32下模拟unix操作系统的东东
💻 AM
字号:
## Process this file with automake to generate Makefile.inAUTOMAKE_OPTIONS = cygnus# We can't use noinst_PROGRAMS, because automake will add $(EXEEXT).noinst_DATA = makedocMKDOC = makedoc$(EXEEXT_FOR_BUILD)# We don't use CFLAGS with CC_FOR_BUILD because here CFLAGS will# actually be CFLAGS_FOR_TARGET, and in some cases that will include# -Os, which CC_FOR_BUILD may not recognize.$(MKDOC): makedoc.o	$(CC_FOR_BUILD) $(CFLAGS_FOR_BUILD) $(LDFLAGS) -o $(MKDOC) makedoc.omakedoc.o: makedoc.c	$(CC_FOR_BUILD) -g $(CFLAGS_FOR_BUILD) -c $(srcdir)/makedoc.cACLOCAL_AMFLAGS = -I ..CONFIG_STATUS_DEPENDENCIES = $(newlib_basedir)/configure.host

⌨️ 快捷键说明

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