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

📄 gnulib.mk

📁 bison 2.0 主要可以用来做语法分析用的
💻 MK
字号:
# This file is generated automatically by "bootstrap".BUILT_SOURCES += $(ALLOCA_H)EXTRA_DIST += alloca_.h# We need the following in order to create an <alloca.h> when the system# doesn't have one that works with the given compiler.all-local $(lib_OBJECTS): $(ALLOCA_H)alloca.h: alloca_.h	cp $(srcdir)/alloca_.h $@-t	mv $@-t $@MOSTLYCLEANFILES += alloca.h alloca.h-tlib_SOURCES += argmatch.h argmatch.clib_SOURCES += dirname.h dirname.c basename.c stripslash.clib_SOURCES += exit.hlib_SOURCES += exitfail.h exitfail.cBUILT_SOURCES += $(GETOPT_H)EXTRA_DIST += getopt_.h getopt_int.h# We need the following in order to create an <getopt.h> when the system# doesn't have one that works with the given compiler.all-local $(lib_OBJECTS): $(GETOPT_H)getopt.h: getopt_.h	cp $(srcdir)/getopt_.h $@-t	mv $@-t $@MOSTLYCLEANFILES += getopt.h getopt.h-tlib_SOURCES += gettext.hlib_SOURCES += hard-locale.h hard-locale.clib_SOURCES += hash.h hash.clib_SOURCES += mbswidth.h mbswidth.clib_SOURCES += quote.h quote.clib_SOURCES += quotearg.h quotearg.cBUILT_SOURCES += $(STDBOOL_H)EXTRA_DIST += stdbool_.h# We need the following in order to create an <stdbool.h> when the system# doesn't have one that works.all-local $(lib_OBJECTS): $(STDBOOL_H)stdbool.h: stdbool_.h	sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h > $@-t	mv $@-t $@MOSTLYCLEANFILES += stdbool.h stdbool.h-tlib_SOURCES += stpcpy.hlib_SOURCES += strdup.hlib_SOURCES += strndup.hlib_SOURCES += xalloc.h xmalloc.clib_SOURCES += xalloc-die.clib_SOURCES += xstrndup.h xstrndup.c

⌨️ 快捷键说明

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