Makefile.am
上传用户:tsgydb
上传日期:2007-04-14
资源大小:10674k
文件大小:1k
源码类别:

MySQL数据库

开发平台:

Visual C++

  1. ## Process this file with automake to create Makefile.in
  2. # Makefile for the GNU readline library.
  3. # Copyright (C) 1994,1996,1997 Free Software Foundation, Inc.
  4. INCLUDES = -I$(srcdir)/../include -I$(srcdir)/.. -I..
  5. noinst_LIBRARIES = libreadline.a
  6. libreadline_a_SOURCES = readline.c funmap.c keymaps.c 
  7. vi_mode.c parens.c rltty.c 
  8. complete.c bind.c isearch.c 
  9. display.c signals.c 
  10. util.c kill.c 
  11. undo.c macro.c input.c 
  12. callback.c terminal.c xmalloc.c 
  13. history.c histsearch.c histexpand.c 
  14. histfile.c nls.c search.c 
  15. shell.c tilde.c 
  16. pkginclude_HEADERS = readline.h chardefs.h keymaps.h history.h tilde.h
  17. noinst_HEADERS = rldefs.h histlib.h rlwinsize.h 
  18. posixstat.h posixdir.h posixjmp.h 
  19. tilde.h rlconf.h rltty.h ansi_stdlib.h 
  20. tcap.h rlstdc.h
  21. EXTRA_DIST= emacs_keymap.c vi_keymap.c
  22. DEFS = -DUNDEF_THREADS_HACK -DHAVE_CONFIG_H
  23. # Don't update the files from bitkeeper
  24. %::SCCS/s.%