📄 makefile.am
字号:
## Process this file with automake to produce Makefile.in.# Copyright (C) 2004 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 Automake, under# the same distribution terms as the rest of that program.## Generated by gnulib-tool.# Invoked as: gnulib-tool --import# Reproduce by: gnulib-tool --import --dir=. --lib=libmisc --source-base=lib --m4-base=m4 --aux-dir=. --libtool calloc error exit exitfail free gettext-h malloc memcpy memset stdint strdup strerror xalloc xalloc-dieAUTOMAKE_OPTIONS = 1.5 gnits no-dependenciesnoinst_LTLIBRARIES = libmisc.lalibmisc_la_SOURCES =libmisc_la_LIBADD = @LTLIBOBJS@EXTRA_DIST =BUILT_SOURCES =SUFFIXES =MOSTLYCLEANFILES =CLEANFILES =DISTCLEANFILES =MAINTAINERCLEANFILES =## begin gnulib module exitlibmisc_la_SOURCES += exit.h## end gnulib module exit## begin gnulib module gettext-hlibmisc_la_SOURCES += gettext.h## end gnulib module gettext-h## begin gnulib module stdintBUILT_SOURCES += $(STDINT_H)EXTRA_DIST += 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 sed -e 's/@''HAVE_LONG_64BIT''@/$(HAVE_LONG_64BIT)/g;s/@''HAVE_LONG_LONG_64BIT@/$(HAVE_LONG_LONG_64BIT)/g' < $(srcdir)/stdint_.h > $@-t mv $@-t $@MOSTLYCLEANFILES += stdint.h stdint.h-t## end gnulib module stdint## begin gnulib module xalloc-dielibmisc_la_SOURCES += xalloc-die.c## end gnulib module xalloc-die# Makefile.am ends here
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -