📄 gnulib.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 += c-stack.h c-stack.clib_SOURCES += dirname.h dirname.c basename.c stripslash.clib_SOURCES += exclude.h exclude.clib_SOURCES += exit.hlib_SOURCES += exitfail.h exitfail.clib_SOURCES += file-type.h file-type.cBUILT_SOURCES += $(FNMATCH_H)EXTRA_DIST += fnmatch_.h fnmatch_loop.c# We need the following in order to create an <fnmatch.h> when the system# doesn't have one that supports the required API.all-local $(lib_OBJECTS): $(FNMATCH_H)fnmatch.h: fnmatch_.h cp $(srcdir)/fnmatch_.h $@-t mv $@-t $@MOSTLYCLEANFILES += fnmatch.h fnmatch.h-tlib_SOURCES += getopt.h getopt.c getopt1.c getopt_int.hlib_SOURCES += gettext.hlib_SOURCES += hard-locale.h hard-locale.cEXTRA_DIST += inttostr.clib_SOURCES += imaxtostr.c inttostr.h offtostr.c umaxtostr.clib_SOURCES += posixver.h posixver.clib_SOURCES += regex.hBUILT_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 += strcase.hlib_SOURCES += strftime.clib_SOURCES += time_r.hlib_SOURCES += unlocked-io.hlib_SOURCES += version-etc.h version-etc.clib_SOURCES += xalloc.h xmalloc.c xstrdup.clib_SOURCES += xstrtol.h xstrtol.c xstrtoul.clib_SOURCES += xstrtoumax.c
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -