makefile.am

来自「这是linux下运行的mysql软件包,可用于linux 下安装 php + m」· AM 代码 · 共 38 行

AM
38
字号
## Process this file with automake to create Makefile.in# Makefile for the GNU readline library.# Copyright (C) 1994,1996,1997 Free Software Foundation, Inc.# Last  -I$(top_srcdir) needed for RedHat!INCLUDES =		-I$(top_builddir)/include -I$(top_srcdir)/include \			-I$(top_srcdir)noinst_LIBRARIES =	libreadline.alibreadline_a_SOURCES =	readline.c funmap.c keymaps.c \			vi_mode.c parens.c rltty.c \			complete.c bind.c isearch.c \			display.c signals.c \			util.c kill.c \			undo.c macro.c input.c \			callback.c terminal.c xmalloc.c \			history.c histsearch.c histexpand.c \			histfile.c nls.c search.c \			shell.c tilde.c misc.c text.c mbutil.c \			compat.c savestring.cpkginclude_HEADERS =	readline.h chardefs.h keymaps.h \			history.h tilde.h rlmbutil.h rltypedefs.h rlprivate.h \			rlshell.h xmalloc.hnoinst_HEADERS =	config_readline.h rldefs.h histlib.h rlwinsize.h \			posixstat.h posixdir.h posixjmp.h \			tilde.h rlconf.h rltty.h ansi_stdlib.h \			tcap.h rlstdc.hEXTRA_DIST=		emacs_keymap.c vi_keymap.cDEFS =			-DUNDEF_THREADS_HACK -DHAVE_CONFIG_H -DNO_KILL_INTR# Don't update the files from bitkeeper%::SCCS/s.%

⌨️ 快捷键说明

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