📄 makefile.am
字号:
## DO NOT EDIT! GENERATED AUTOMATICALLY!## Process this file with automake to produce Makefile.in.# Copyright (C) 2004-2007 Free Software Foundation, Inc.## This file is free software, distributed under the terms of the GNU# General Public License. As a special exception to the GNU General# Public License, this file may be distributed as part of a program# that contains a configuration script generated by Autoconf, under# the same distribution terms as the rest of that program.## Generated by gnulib-tool.# Reproduce by: gnulib-tool --import --dir=. --lib=libgnu --source-base=gnulib --m4-base=config/gnulib --doc-base=doc --aux-dir=config --libtool --macro-prefix=gl base64 fsusage getaddrinfo lock mkdtemp physmem visibilityAUTOMAKE_OPTIONS = 1.5 gnitsnoinst_HEADERS =noinst_LIBRARIES =noinst_LTLIBRARIES =EXTRA_DIST =BUILT_SOURCES =SUFFIXES =MOSTLYCLEANFILES = core *.stackdumpMOSTLYCLEANDIRS =CLEANFILES =DISTCLEANFILES =MAINTAINERCLEANFILES =AM_CPPFLAGS =if GCC_COMPILER AM_CFLAGS = -Wno-error -Wno-sign-compareendifnoinst_LTLIBRARIES += libgnu.lalibgnu_la_SOURCES =libgnu_la_LIBADD = $(gl_LTLIBOBJS)libgnu_la_DEPENDENCIES = $(gl_LTLIBOBJS)EXTRA_libgnu_la_SOURCES =libgnu_la_LDFLAGS = $(AM_LDFLAGS)## begin gnulib module absolute-header# Use this preprocessor expression to decide whether #include_next works.# Do not rely on a 'configure'-time test for this, since the expression# might appear in an installed header, which is used by some other compiler.HAVE_INCLUDE_NEXT = (__GNUC__ || 60000000 <= __DECC_VER)## end gnulib module absolute-header## begin gnulib module alloca-optBUILT_SOURCES += $(ALLOCA_H)# We need the following in order to create <alloca.h> when the system# doesn't have one that works with the given compiler.alloca.h: alloca_.h { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ cat $(srcdir)/alloca_.h; \ } > $@-t mv -f $@-t $@MOSTLYCLEANFILES += alloca.h alloca.h-tEXTRA_DIST += alloca_.h## end gnulib module alloca-opt## begin gnulib module arpa_inetBUILT_SOURCES += $(ARPA_INET_H)# We need the following in order to create <arpa/inet.h> when the system# doesn't have one.arpa/inet.h: @MKDIR_P@ arpa rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ echo '#include <sys/socket.h>'; \ } > $@-t mv $@-t $@MOSTLYCLEANFILES += arpa/inet.h arpa/inet.h-tMOSTLYCLEANDIRS += arpa## end gnulib module arpa_inet## begin gnulib module base64libgnu_la_SOURCES += base64.h base64.c## end gnulib module base64## begin gnulib module floatBUILT_SOURCES += $(FLOAT_H)# We need the following in order to create <float.h> when the system# doesn't have one that works with the given compiler.float.h: float_.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */' && \ sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ -e 's|@''NEXT_FLOAT_H''@|$(NEXT_FLOAT_H)|g' \ < $(srcdir)/float_.h; \ } > $@-t mv $@-t $@MOSTLYCLEANFILES += float.h float.h-tEXTRA_DIST += float_.h## end gnulib module float## begin gnulib module fsusageEXTRA_DIST += fsusage.c fsusage.hEXTRA_libgnu_la_SOURCES += fsusage.c## end gnulib module fsusage## begin gnulib module full-readlibgnu_la_SOURCES += full-read.h full-read.c## end gnulib module full-read## begin gnulib module full-writelibgnu_la_SOURCES += full-write.h full-write.c## end gnulib module full-write## begin gnulib module getaddrinfoEXTRA_DIST += gai_strerror.c getaddrinfo.c getaddrinfo.hEXTRA_libgnu_la_SOURCES += gai_strerror.c getaddrinfo.c## end gnulib module getaddrinfo## begin gnulib module gettext-hlibgnu_la_SOURCES += gettext.h## end gnulib module gettext-h## begin gnulib module gettimeofdayEXTRA_DIST += gettimeofday.cEXTRA_libgnu_la_SOURCES += gettimeofday.c## end gnulib module gettimeofday## begin gnulib module havelibEXTRA_DIST += $(top_srcdir)/config/config.rpath## end gnulib module havelib## begin gnulib module inet_ntopEXTRA_DIST += inet_ntop.c inet_ntop.hEXTRA_libgnu_la_SOURCES += inet_ntop.c## end gnulib module inet_ntop## begin gnulib module link-warningLINK_WARNING_H=$(top_srcdir)/config/link-warning.hEXTRA_DIST += $(top_srcdir)/config/link-warning.h## end gnulib module link-warning## begin gnulib module locklibgnu_la_SOURCES += lock.h lock.cEXTRA_DIST += $(top_srcdir)/config/config.rpath## end gnulib module lock## begin gnulib module malloc-posixEXTRA_DIST += malloc.cEXTRA_libgnu_la_SOURCES += malloc.c## end gnulib module malloc-posix## begin gnulib module mkdtempEXTRA_DIST += mkdtemp.cEXTRA_libgnu_la_SOURCES += mkdtemp.c## end gnulib module mkdtemp## begin gnulib module netinet_inBUILT_SOURCES += $(NETINET_IN_H)# We need the following in order to create <netinet/in.h> when the system# doesn't have one.netinet/in.h: @MKDIR_P@ netinet rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ -e 's|@''NEXT_NETINET_IN_H''@|$(NEXT_NETINET_IN_H)|g' \ -e 's|@''HAVE_NETINET_IN_H''@|$(HAVE_NETINET_IN_H)|g' \ < $(srcdir)/netinet_in_.h; \ } > $@-t mv $@-t $@MOSTLYCLEANFILES += netinet/in.h netinet/in.h-tMOSTLYCLEANDIRS += netinetEXTRA_DIST += netinet_in_.h## end gnulib module netinet_in## begin gnulib module physmemEXTRA_DIST += physmem.c physmem.hEXTRA_libgnu_la_SOURCES += physmem.c## end gnulib module physmem## begin gnulib module safe-readEXTRA_DIST += safe-read.c safe-read.hEXTRA_libgnu_la_SOURCES += safe-read.c## end gnulib module safe-read## begin gnulib module safe-writeEXTRA_DIST += safe-write.c safe-write.hEXTRA_libgnu_la_SOURCES += safe-write.c## end gnulib module safe-write## begin gnulib module size_maxlibgnu_la_SOURCES += size_max.h## end gnulib module size_max## begin gnulib module snprintfEXTRA_DIST += snprintf.cEXTRA_libgnu_la_SOURCES += snprintf.c## end gnulib module snprintf## begin gnulib module stdboolBUILT_SOURCES += $(STDBOOL_H)# We need the following in order to create <stdbool.h> when the system# doesn't have one that works.stdbool.h: stdbool_.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE__BOOL''@/$(HAVE__BOOL)/g' < $(srcdir)/stdbool_.h; \ } > $@-t mv $@-t $@MOSTLYCLEANFILES += stdbool.h stdbool.h-tEXTRA_DIST += stdbool_.h## end gnulib module stdbool## begin gnulib module stdintBUILT_SOURCES += $(STDINT_H)# We need the following in order to create <stdint.h> when the system# doesn't have one that works with the given compiler.stdint.h: stdint_.h rm -f $@-t $@ { echo '/* DO NOT EDIT! GENERATED AUTOMATICALLY! */'; \ sed -e 's/@''HAVE_STDINT_H''@/$(HAVE_STDINT_H)/g' \ -e 's/@''INCLUDE_NEXT''@/$(INCLUDE_NEXT)/g' \ -e 's|@''NEXT_STDINT_H''@|$(NEXT_STDINT_H)|g' \ -e 's/@''HAVE_SYS_TYPES_H''@/$(HAVE_SYS_TYPES_H)/g' \ -e 's/@''HAVE_INTTYPES_H''@/$(HAVE_INTTYPES_H)/g' \ -e 's/@''HAVE_SYS_INTTYPES_H''@/$(HAVE_SYS_INTTYPES_H)/g' \ -e 's/@''HAVE_SYS_BITYPES_H''@/$(HAVE_SYS_BITYPES_H)/g' \ -e 's/@''HAVE_LONG_LONG_INT''@/$(HAVE_LONG_LONG_INT)/g' \ -e 's/@''HAVE_UNSIGNED_LONG_LONG_INT''@/$(HAVE_UNSIGNED_LONG_LONG_INT)/g' \ -e 's/@''BITSIZEOF_PTRDIFF_T''@/$(BITSIZEOF_PTRDIFF_T)/g' \ -e 's/@''PTRDIFF_T_SUFFIX''@/$(PTRDIFF_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_SIG_ATOMIC_T''@/$(BITSIZEOF_SIG_ATOMIC_T)/g' \ -e 's/@''HAVE_SIGNED_SIG_ATOMIC_T''@/$(HAVE_SIGNED_SIG_ATOMIC_T)/g' \ -e 's/@''SIG_ATOMIC_T_SUFFIX''@/$(SIG_ATOMIC_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_SIZE_T''@/$(BITSIZEOF_SIZE_T)/g' \ -e 's/@''SIZE_T_SUFFIX''@/$(SIZE_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_WCHAR_T''@/$(BITSIZEOF_WCHAR_T)/g' \ -e 's/@''HAVE_SIGNED_WCHAR_T''@/$(HAVE_SIGNED_WCHAR_T)/g' \ -e 's/@''WCHAR_T_SUFFIX''@/$(WCHAR_T_SUFFIX)/g' \ -e 's/@''BITSIZEOF_WINT_T''@/$(BITSIZEOF_WINT_T)/g' \ -e 's/@''HAVE_SIGNED_WINT_T''@/$(HAVE_SIGNED_WINT_T)/g' \ -e 's/@''WINT_T_SUFFIX''@/$(WINT_T_SUFFIX)/g' \ < $(srcdir)/stdint_.h; \ } > $@-t mv $@-t $@MOSTLYCLEANFILES += stdint.h stdint.h-tEXTRA_DIST += stdint_.h## end gnulib module stdint## begin gnulib module stdioBUILT_SOURCES += stdio.h# We need the following in order to create <stdio.h> when the system
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -