mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-10 03:42:22 +08:00
Add a bunch of config files to .Sanitize, add some config stuff to Makefile.in
and configure.in. Fix compilation of ../glob/tilde.o in Makefile.
This commit is contained in:
@ -79,7 +79,7 @@ history.info: history.texi
|
||||
readline.info: readline.texi inc-read.texi
|
||||
$(MAKEINFO) -o readline.info $(srcdir)/readline.texi
|
||||
|
||||
libreadline.a: readline.o history.o funmap.o keymaps.o tilde.o vi_mode.o
|
||||
libreadline.a: readline.o history.o funmap.o keymaps.o ../glob/tilde.o vi_mode.o
|
||||
$(RM) -f libreadline.a
|
||||
$(AR) $(AR_FLAGS) libreadline.a readline.o history.o funmap.o keymaps.o tilde.o vi_mode.o
|
||||
$(RANLIB) libreadline.a
|
||||
@ -88,8 +88,7 @@ readline.o: readline.h chardefs.h keymaps.h history.h readline.c vi_mode.c
|
||||
history.o: history.c history.h
|
||||
funmap.o: readline.h
|
||||
keymaps.o: emacs_keymap.c vi_keymap.c keymaps.h chardefs.h keymaps.c
|
||||
tilde.o: ../glob/tilde.c
|
||||
$(CC) -c $(CFLAGS) $(LOCAL_INCLUDES) $(CPPFLAGS) $(READLINE_DEFINES) ../glob/tilde.c
|
||||
../glob/tilde.o: ../glob/tilde.c
|
||||
|
||||
libtest: libreadline.a libtest.c
|
||||
$(CC) -o libtest $(CFLAGS) $(CPPFLAGS) -L. libtest.c -lreadline -ltermcap
|
||||
|
Reference in New Issue
Block a user