📄 makefile.am
字号:
## Process this file with automake to generate Makefile.inAUTOMAKE_OPTIONS = cygnusINCLUDES = $(NEWLIB_CFLAGS) $(CROSS_CFLAGS) $(TARGET_CFLAGS)GENERAL_SOURCES = \ bcopy.c \ bzero.c \ index.c \ memchr.c \ memcmp.c \ memcpy.c \ memmove.c \ memset.c \ rindex.c \ strcasecmp.c \ strcat.c \ strchr.c \ strcmp.c \ strcoll.c \ strcpy.c \ strcspn.c \ strdup.c \ strdup_r.c \ strerror.c \ strerror_r.c \ strlcat.c \ strlcpy.c \ strlen.c \ strlwr.c \ strncasecmp.c \ strncat.c \ strncmp.c \ strncpy.c \ strnlen.c \ strpbrk.c \ strrchr.c \ strsep.c \ strspn.c \ strtok.c \ strtok_r.c \ strupr.c \ strxfrm.c \ strstr.c \ swab.c \ u_strerr.c \ wcscat.c \ wcschr.c \ wcscmp.c \ wcscoll.c \ wcscpy.c \ wcscspn.c \ wcslcat.c \ wcslcpy.c \ wcslen.c \ wcsncat.c \ wcsncmp.c \ wcsncpy.c \ wcsnlen.c \ wcspbrk.c \ wcsrchr.c \ wcsspn.c \ wcsstr.c \ wcswidth.c \ wcwidth.c \ wmemchr.c \ wmemcmp.c \ wmemcpy.c \ wmemmove.c \ wmemset.cif ELIX_LEVEL_1ELIX_SOURCES =elseELIX_SOURCES = \ bcmp.c \ memccpy.c \ mempcpy.c \ strndup.c \ strndup_r.cendiflibstring_la_LDFLAGS = -Xcompiler -nostdlibif USE_LIBTOOLnoinst_LTLIBRARIES = libstring.lalibstring_la_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)noinst_DATA = objectlist.awk.inelsenoinst_LIBRARIES = lib.alib_a_SOURCES = $(GENERAL_SOURCES) $(ELIX_SOURCES)lib_a_CFLAGS = $(AM_CFLAGS)noinst_DATA =endif # USE_LIBTOOLinclude $(srcdir)/../../Makefile.sharedCHEWOUT_FILES=\bcmp.def memcpy.def strcmp.def strncat.def strstr.def \bcopy.def memmove.def strcoll.def strncmp.def strtok.def \bzero.def memset.def strcpy.def strncpy.def strxfrm.def \index.def rindex.def strcspn.def strpbrk.def swab.def \memchr.def strcat.def strerror.def strerror_r.def strrchr.def \memcmp.def strchr.def strlen.def strnlen.def strspn.def \strcasecmp.def strncasecmp.def strlwr.def strupr.def memccpy.def \mempcpy.def \wcscat.def wcschr.def wcscmp.def wcscoll.def \wcscpy.def wcscspn.def \wcslcat.def wcslcpy.def wcslen.def wcsncat.def \wcsncmp.def wcsncpy.def wcsnlen.def wcspbrk.def \wcsrchr.def wcsspn.def wcsstr.def \wcswidth.def wcwidth.def wmemchr.def \wmemcmp.def wmemcpy.def wmemmove.def wmemset.defSUFFIXES = .defCHEW = ../../doc/makedoc -f $(srcdir)/../../doc/doc.str.c.def: $(CHEW) < $< > $*.def 2> $*.ref touch stmp-defTARGETDOC = ../tmp.texidoc: $(CHEWOUT_FILES) cat $(srcdir)/strings.tex >> $(TARGETDOC) cat $(srcdir)/wcstrings.tex >> $(TARGETDOC)CLEANFILES = $(CHEWOUT_FILES) *.ref
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -