sim/
[external/binutils.git] / readline / shlib / Makefile.in
1 ## -*- text -*- ##
2 # Makefile for the GNU readline library shared library support.
3 #
4 # Copyright (C) 1998-2003 Free Software Foundation, Inc.
5
6 # This program is free software; you can redistribute it and/or modify
7 # it under the terms of the GNU General Public License as published by
8 # the Free Software Foundation; either version 2, or (at your option)
9 # any later version.
10
11 # This program is distributed in the hope that it will be useful,
12 # but WITHOUT ANY WARRANTY; without even the implied warranty of
13 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
14 # GNU General Public License for more details.
15
16 # You should have received a copy of the GNU General Public License
17 # along with this program; if not, write to the Free Software
18 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111 USA.
19
20 PACKAGE = @PACKAGE_NAME@
21 VERSION = @PACKAGE_VERSION@
22
23 PACKAGE_BUGREPORT = @PACKAGE_BUGREPORT@
24 PACKAGE_NAME = @PACKAGE_NAME@
25 PACKAGE_STRING = @PACKAGE_STRING@
26 PACKAGE_VERSION = @PACKAGE_VERSION@
27
28 RL_LIBRARY_VERSION = @LIBVERSION@
29 RL_LIBRARY_NAME = readline
30
31 datarootdir = @datarootdir@
32
33 srcdir = @srcdir@
34 VPATH = .:@top_srcdir@
35 topdir = @top_srcdir@
36 BUILD_DIR = @BUILD_DIR@
37
38 INSTALL = @INSTALL@
39 INSTALL_PROGRAM = @INSTALL_PROGRAM@
40 INSTALL_DATA = @INSTALL_DATA@
41
42 CC = @CC@
43 RANLIB = @RANLIB@
44 AR = @AR@
45 ARFLAGS = @ARFLAGS@
46 RM = rm -f
47 CP = cp
48 MV = mv
49 LN = ln
50
51 SHELL = @MAKE_SHELL@
52
53 host_os = @host_os@
54
55 prefix = @prefix@
56 exec_prefix = @exec_prefix@
57 includedir = @includedir@
58 bindir = @bindir@
59 libdir = @libdir@
60 datadir = @datadir@
61 localedir = $(datadir)/locale
62
63 # Support an alternate destination root directory for package building
64 DESTDIR =
65
66 CFLAGS = @CFLAGS@
67 LOCAL_CFLAGS = @LOCAL_CFLAGS@ -DRL_LIBRARY_VERSION='"$(RL_LIBRARY_VERSION)"'
68 CPPFLAGS = @CPPFLAGS@
69 LDFLAGS = @LDFLAGS@ @LOCAL_LDFLAGS@ @CFLAGS@
70
71 DEFS = @DEFS@ @CROSS_COMPILE@
72 LOCAL_DEFS = @LOCAL_DEFS@
73
74 #
75 # These values are generated for configure by ${topdir}/support/shobj-conf.
76 # If your system is not supported by that script, but includes facilities for
77 # dynamic loading of shared objects, please update the script and send the
78 # changes to bash-maintainers@gnu.org.
79 #
80 SHOBJ_CC = @SHOBJ_CC@
81 SHOBJ_CFLAGS = @SHOBJ_CFLAGS@
82 SHOBJ_LD = @SHOBJ_LD@
83
84 SHOBJ_LDFLAGS = @SHOBJ_LDFLAGS@
85 SHOBJ_XLDFLAGS = @SHOBJ_XLDFLAGS@
86 SHOBJ_LIBS = @SHOBJ_LIBS@
87
88 SHLIB_XLDFLAGS = @LDFLAGS@ @SHLIB_XLDFLAGS@
89 SHLIB_LIBS = @SHLIB_LIBS@
90
91 SHLIB_DOT = @SHLIB_DOT@
92 SHLIB_LIBPREF = @SHLIB_LIBPREF@
93 SHLIB_LIBSUFF = @SHLIB_LIBSUFF@
94
95 SHLIB_LIBVERSION = @SHLIB_LIBVERSION@
96 SHLIB_DLLVERSION = @SHLIB_DLLVERSION@
97
98 SHLIB_STATUS = @SHLIB_STATUS@
99
100 TERMCAP_LIB = @TERMCAP_LIB@
101
102 # shared library versioning
103 SHLIB_MAJOR=            @SHLIB_MAJOR@
104 # shared library systems like SVR4's do not use minor versions
105 SHLIB_MINOR=            .@SHLIB_MINOR@
106
107 # For libraries which include headers from other libraries.
108 INCLUDES = -I. -I.. -I$(topdir)
109
110 CCFLAGS = $(DEFS) $(LOCAL_DEFS) $(CPPFLAGS) $(INCLUDES) $(LOCAL_CFLAGS) $(CFLAGS)
111
112 .SUFFIXES:      .so
113
114 .c.so:
115         ${RM} $@
116         $(SHOBJ_CC) -c $(CCFLAGS) $(SHOBJ_CFLAGS) -o $*.o $< 
117         $(MV) $*.o $@
118
119 # The name of the main library target.
120
121 SHARED_READLINE = $(SHLIB_LIBPREF)readline$(SHLIB_DOT)$(SHLIB_LIBVERSION)
122 SHARED_HISTORY = $(SHLIB_LIBPREF)history$(SHLIB_DOT)$(SHLIB_LIBVERSION)
123 SHARED_LIBS = $(SHARED_READLINE) $(SHARED_HISTORY)
124
125 WCWIDTH_OBJ = @WCWIDTH_OBJ@
126
127 # The C code source files for this library.
128 CSOURCES = $(topdir)/readline.c $(topdir)/funmap.c $(topdir)/keymaps.c \
129            $(topdir)/vi_mode.c $(topdir)/parens.c $(topdir)/rltty.c \
130            $(topdir)/complete.c $(topdir)/bind.c $(topdir)/isearch.c \
131            $(topdir)/display.c $(topdir)/signals.c $(topdir)/emacs_keymap.c \
132            $(topdir)/vi_keymap.c $(topdir)/util.c $(topdir)/kill.c \
133            $(topdir)/undo.c $(topdir)/macro.c $(topdir)/input.c \
134            $(topdir)/callback.c $(topdir)/terminal.c $(topdir)/xmalloc.c \
135            $(topdir)/history.c $(topdir)/histsearch.c $(topdir)/histexpand.c \
136            $(topdir)/histfile.c $(topdir)/nls.c $(topdir)/search.c \
137            $(topdir)/shell.c $(topdir)/savestring.c $(topdir)/tilde.c \
138            $(topdir)/text.c $(topdir)/misc.c $(topdir)/compat.c \
139            $(topdir)/mbutil.c $(topdir)/support/wcwidth.c
140
141 # The header files for this library.
142 HSOURCES = readline.h rldefs.h chardefs.h keymaps.h history.h histlib.h \
143            posixstat.h posixdir.h posixjmp.h tilde.h rlconf.h rltty.h \
144            ansi_stdlib.h tcap.h xmalloc.h rlprivate.h rlshell.h rlmbutil.h
145
146 SHARED_HISTOBJ = history.so histexpand.so histfile.so histsearch.so shell.so \
147                  mbutil.so
148 SHARED_TILDEOBJ = tilde.so
149 SHARED_OBJ = readline.so vi_mode.so funmap.so keymaps.so parens.so search.so \
150           rltty.so complete.so bind.so isearch.so display.so signals.so \
151           util.so kill.so undo.so macro.so input.so callback.so terminal.so \
152           text.so nls.so misc.so xmalloc.so $(SHARED_HISTOBJ) $(SHARED_TILDEOBJ) \
153           compat.so $(WCWIDTH_OBJ)
154
155 ##########################################################################
156
157 all: $(SHLIB_STATUS)
158
159 supported: $(SHARED_LIBS)
160
161 unsupported:
162         @echo "Your system and compiler (${host_os}-${CC}) are not supported by the"
163         @echo "${topdir}/support/shobj-conf script."
164         @echo "If your operating system provides facilities for creating"
165         @echo "shared libraries, please update the script and re-run configure."
166         @echo "Please send the changes you made to bash-maintainers@gnu.org"
167         @echo "for inclusion in future bash and readline releases."
168
169 $(SHARED_READLINE):     $(SHARED_OBJ)
170         $(RM) $@
171         $(SHOBJ_LD) ${SHOBJ_LDFLAGS} ${SHLIB_XLDFLAGS} -o $@ $(SHARED_OBJ) $(SHLIB_LIBS)
172
173 $(SHARED_HISTORY):      $(SHARED_HISTOBJ) xmalloc.so
174         $(RM) $@
175         $(SHOBJ_LD) ${SHOBJ_LDFLAGS} ${SHLIB_XLDFLAGS} -o $@ $(SHARED_HISTOBJ) xmalloc.so $(SHLIB_LIBS)
176
177 wcwidth.o: $(srcdir)/support/wcwidth.c
178         $(RM) $@
179         $(SHOBJ_CC) -c $(CCFLAGS) $(SHOBJ_FLAGS) $(srcdir)/support/wcwidth.c
180
181 # Since tilde.c is shared between readline and bash, make sure we compile 
182 # it with the right flags when it's built as part of readline
183 tilde.so:        tilde.c
184         ${RM} $@
185         $(SHOBJ_CC) -c $(CCFLAGS) $(SHOBJ_CFLAGS) -DREADLINE_LIBRARY -c -o tilde.o $(topdir)/tilde.c
186         $(MV) tilde.o $@
187
188 installdirs: $(topdir)/support/mkdirs
189         -$(SHELL) $(topdir)/support/mkdirs $(DESTDIR)$(libdir)
190
191 install: installdirs $(SHLIB_STATUS)
192         $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -i "$(INSTALL_DATA)" $(SHARED_HISTORY)
193         $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -i "$(INSTALL_DATA)" $(SHARED_READLINE)
194         @echo install: you may need to run ldconfig
195
196 uninstall:
197         $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -U $(SHARED_HISTORY)
198         $(SHELL) $(topdir)/support/shlib-install -O $(host_os) -d $(DESTDIR)$(libdir) -b $(DESTDIR)$(bindir) -U $(SHARED_READLINE)
199         @echo uninstall: you may need to run ldconfig
200
201 clean mostlyclean:      force
202         $(RM) $(SHARED_OBJ) $(SHARED_LIBS)
203
204 distclean maintainer-clean: clean
205         $(RM) Makefile
206
207 force:
208
209 # Tell versions [3.59,3.63) of GNU make not to export all variables.
210 # Otherwise a system limit (for SysV at least) may be exceeded.
211 .NOEXPORT:
212
213 # Dependencies
214 bind.so: $(topdir)/ansi_stdlib.h $(topdir)/posixstat.h
215 bind.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
216 bind.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
217 bind.so: $(topdir)/rltypedefs.h
218 bind.so: $(topdir)/tilde.h $(topdir)/history.h
219 compat.so: $(topdir)/rlstdc.h
220 callback.so: $(topdir)/rlconf.h
221 callback.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h
222 callback.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
223 callback.so: $(topdir)/rltypedefs.h
224 callback.so: $(topdir)/tilde.h
225 complete.so: $(topdir)/ansi_stdlib.h posixdir.h $(topdir)/posixstat.h
226 complete.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
227 complete.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
228 complete.so: $(topdir)/rltypedefs.h
229 complete.so: $(topdir)/tilde.h
230 display.so: $(topdir)/ansi_stdlib.h $(topdir)/posixstat.h
231 display.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
232 display.so: $(topdir)/tcap.h
233 display.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
234 display.so: $(topdir)/rltypedefs.h
235 display.so: $(topdir)/tilde.h $(topdir)/history.h
236 funmap.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
237 funmap.so: $(topdir)/rltypedefs.h
238 funmap.so: $(topdir)/rlconf.h $(topdir)/ansi_stdlib.h
239 funmap.so: ${BUILD_DIR}/config.h $(topdir)/tilde.h
240 histexpand.so: $(topdir)/ansi_stdlib.h
241 histexpand.so: $(topdir)/history.h $(topdir)/histlib.h $(topdir)/rltypedefs.h
242 histexpand.so: ${BUILD_DIR}/config.h
243 histfile.so: $(topdir)/ansi_stdlib.h
244 histfile.so: $(topdir)/history.h $(topdir)/histlib.h $(topdir)/rltypedefs.h
245 histfile.so: ${BUILD_DIR}/config.h
246 history.so: $(topdir)/ansi_stdlib.h
247 history.so: $(topdir)/history.h $(topdir)/histlib.h $(topdir)/rltypedefs.h
248 history.so: ${BUILD_DIR}/config.h
249 histsearch.so: $(topdir)/ansi_stdlib.h
250 histsearch.so: $(topdir)/history.h $(topdir)/histlib.h $(topdir)/rltypedefs.h
251 histsearch.so: ${BUILD_DIR}/config.h
252 input.so: $(topdir)/ansi_stdlib.h
253 input.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
254 input.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
255 input.so: $(topdir)/rltypedefs.h
256 input.so: $(topdir)/tilde.h
257 isearch.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
258 isearch.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
259 isearch.so: $(topdir)/rltypedefs.h
260 isearch.so: $(topdir)/ansi_stdlib.h $(topdir)/history.h $(topdir)/tilde.h
261 keymaps.so: emacs_keymap.c vi_keymap.c
262 keymaps.so: $(topdir)/keymaps.h $(topdir)/chardefs.h $(topdir)/rlconf.h
263 keymaps.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
264 keymaps.so: $(topdir)/rltypedefs.h
265 keymaps.so: ${BUILD_DIR}/config.h $(topdir)/ansi_stdlib.h $(topdir)/tilde.h
266 kill.so: $(topdir)/ansi_stdlib.h
267 kill.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
268 kill.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
269 kill.so: $(topdir)/tilde.h $(topdir)/history.h  $(topdir)/rltypedefs.h
270 macro.so: $(topdir)/ansi_stdlib.h
271 macro.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
272 macro.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
273 macro.so: $(topdir)/tilde.h $(topdir)/history.h $(topdir)/rltypedefs.h
274 mbutil.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
275 mbutil.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/rltypedefs.h
276 mbutil.so: $(topdir)/chardefs.h $(topdir)/rlstdc.h
277 misc.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
278 misc.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
279 misc.so: $(topdir)/rltypedefs.h
280 misc.so: $(topdir)/history.h $(topdir)/tilde.h $(topdir)/ansi_stdlib.h
281 nls.so: $(topdir)/ansi_stdlib.h
282 nls.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
283 nls.o: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
284 nls.o: $(topdir)/rltypedefs.h
285 nls.o: $(topdir)/tilde.h $(topdir)/history.h $(topdir)/rlstdc.h  
286 parens.so: $(topdir)/rlconf.h ${BUILD_DIR}/config.h
287 parens.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
288 parens.so: $(topdir)/rltypedefs.h
289 parens.so: $(topdir)/tilde.h
290 rltty.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
291 rltty.so: $(topdir)/rltty.h $(topdir)/tilde.h
292 rltty.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
293 rltty.so: $(topdir)/rltypedefs.h
294 search.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
295 search.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
296 search.so: $(topdir)/ansi_stdlib.h $(topdir)/history.h $(topdir)/tilde.h
297 search.so: $(topdir)/rltypedefs.h
298 signals.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
299 signals.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
300 signals.so: $(topdir)/history.h $(topdir)/tilde.h
301 signals.so: $(topdir)/rltypedefs.h
302 terminal.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
303 terminal.so: $(topdir)/tcap.h
304 terminal.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
305 terminal.so: $(topdir)/tilde.h $(topdir)/history.h
306 terminal.so: $(topdir)/rltypedefs.h
307 text.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
308 text.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
309 text.so: $(topdir)/rltypedefs.h
310 text.so: $(topdir)/history.h $(topdir)/tilde.h $(topdir)/ansi_stdlib.h
311 tilde.so: $(topdir)/ansi_stdlib.h ${BUILD_DIR}/config.h $(topdir)/tilde.h
312 undo.so: $(topdir)/ansi_stdlib.h
313 undo.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
314 undo.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
315 undo.so: $(topdir)/rltypedefs.h
316 undo.so: $(topdir)/tilde.h $(topdir)/history.h
317 util.so: $(topdir)/posixjmp.h $(topdir)/ansi_stdlib.h
318 util.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
319 util.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
320 util.so: $(topdir)/rltypedefs.h $(topdir)/tilde.h
321 vi_mode.so: $(topdir)/rldefs.h ${BUILD_DIR}/config.h $(topdir)/rlconf.h
322 vi_mode.so: $(topdir)/readline.h $(topdir)/keymaps.h $(topdir)/chardefs.h
323 vi_mode.so: $(topdir)/history.h $(topdir)/ansi_stdlib.h $(topdir)/tilde.h
324 vi_mode.so: $(topdir)/rltypedefs.h
325 xmalloc.so: ${BUILD_DIR}/config.h
326 xmalloc.so: $(topdir)/ansi_stdlib.h
327
328 bind.so: $(topdir)/rlshell.h
329 histfile.so: $(topdir)/rlshell.h
330 nls.so: $(topdir)/rlshell.h
331 readline.so: $(topdir)/rlshell.h
332 shell.so: $(topdir)/rlshell.h
333 terminal.so: $(topdir)/rlshell.h
334 histexpand.so: $(topdir)/rlshell.h
335
336 bind.so: $(topdir)/rlprivate.h
337 callback.so: $(topdir)/rlprivate.h
338 complete.so: $(topdir)/rlprivate.h
339 display.so: $(topdir)/rlprivate.h
340 input.so: $(topdir)/rlprivate.h
341 isearch.so: $(topdir)/rlprivate.h
342 kill.so: $(topdir)/rlprivate.h
343 macro.so: $(topdir)/rlprivate.h
344 mbutil.so: $(topdir)/rlprivate.h
345 misc.so: $(topdir)/rlprivate.h
346 nls.so: $(topdir)/rlprivate.h   
347 parens.so: $(topdir)/rlprivate.h
348 readline.so: $(topdir)/rlprivate.h
349 rltty.so: $(topdir)/rlprivate.h 
350 search.so: $(topdir)/rlprivate.h
351 signals.so: $(topdir)/rlprivate.h
352 terminal.so: $(topdir)/rlprivate.h
353 text.so: $(topdir)/rlprivate.h
354 undo.so: $(topdir)/rlprivate.h
355 util.so: $(topdir)/rlprivate.h
356 vi_mode.so: $(topdir)/rlprivate.h
357
358 bind.so: $(topdir)/xmalloc.h
359 complete.so: $(topdir)/xmalloc.h
360 display.so: $(topdir)/xmalloc.h
361 funmap.so: $(topdir)/xmalloc.h
362 histexpand.so: $(topdir)/xmalloc.h
363 histfile.so: $(topdir)/xmalloc.h
364 history.so: $(topdir)/xmalloc.h
365 input.so: $(topdir)/xmalloc.h
366 isearch.so: $(topdir)/xmalloc.h
367 keymaps.so: $(topdir)/xmalloc.h
368 kill.so: $(topdir)/xmalloc.h
369 macro.so: $(topdir)/xmalloc.h
370 mbutil.so: $(topdir)/xmalloc.h
371 misc.so: $(topdir)/xmalloc.h
372 readline.so: $(topdir)/xmalloc.h
373 savestring.so: $(topdir)/xmalloc.h
374 search.so: $(topdir)/xmalloc.h
375 shell.so: $(topdir)/xmalloc.h
376 terminal.so: $(topdir)/xmalloc.h
377 text.so: $(topdir)/xmalloc.h
378 tilde.so: $(topdir)/xmalloc.h
379 undo.so: $(topdir)/xmalloc.h
380 util.so: $(topdir)/xmalloc.h
381 vi_mode.so: $(topdir)/xmalloc.h
382 xmalloc.so: $(topdir)/xmalloc.h
383
384 complete.o: $(topdir)/rlmbutil.h
385 display.o: $(topdir)/rlmbutil.h
386 histexpand.o: $(topdir)/rlmbutil.h
387 input.o: $(topdir)/rlmbutil.h
388 isearch.o: $(topdir)/rlmbutil.h
389 mbutil.o: $(topdir)/rlmbutil.h
390 misc.o: $(topdir)/rlmbutil.h
391 readline.o: $(topdir)/rlmbutil.h
392 search.o: $(topdir)/rlmbutil.h
393 text.o: $(topdir)/rlmbutil.h
394 vi_mode.o: $(topdir)/rlmbutil.h
395
396 bind.so: $(topdir)/bind.c
397 callback.so: $(topdir)/callback.c
398 compat.so: $(topdir)/compat.c
399 complete.so: $(topdir)/complete.c
400 display.so: $(topdir)/display.c
401 funmap.so: $(topdir)/funmap.c
402 input.so: $(topdir)/input.c
403 isearch.so: $(topdir)/isearch.c
404 keymaps.so: $(topdir)/keymaps.c $(topdir)/emacs_keymap.c $(topdir)/vi_keymap.c
405 kill.so: $(topdir)/kill.c
406 macro.so: $(topdir)/macro.c
407 mbutil.so: $(topdir)/mbutil.c
408 misc.so: $(topdir)/mbutil.c
409 nls.so: $(topdir)/nls.c
410 parens.so: $(topdir)/parens.c
411 readline.so: $(topdir)/readline.c
412 rltty.so: $(topdir)/rltty.c
413 savestring.so: $(topdir)/savestring.c
414 search.so: $(topdir)/search.c
415 shell.so: $(topdir)/shell.c
416 signals.so: $(topdir)/signals.c
417 terminal.so: $(topdir)/terminal.c
418 text.so: $(topdir)/text.c
419 tilde.so: $(topdir)/tilde.c
420 undo.so: $(topdir)/undo.c
421 util.so: $(topdir)/util.c
422 vi_mode.so: $(topdir)/vi_mode.c
423 xmalloc.so: $(topdir)/xmalloc.c
424
425 histexpand.so: $(topdir)/histexpand.c
426 histfile.so: $(topdir)/histfile.c
427 history.so: $(topdir)/history.c
428 histsearch.so: $(topdir)/histsearch.c
429
430 bind.so: bind.c
431 callback.so: callback.c
432 comapt.so: compat.c
433 complete.so: complete.c
434 display.so: display.c
435 funmap.so: funmap.c
436 input.so: input.c
437 isearch.so: isearch.c
438 keymaps.so: keymaps.c emacs_keymap.c vi_keymap.c
439 kill.so: kill.c
440 macro.so: macro.c
441 mbutil.so: mbutil.c
442 misc.so: misc.c
443 nls.so: nls.c
444 parens.so: parens.c
445 readline.so: readline.c
446 rltty.so: rltty.c
447 savestring.so: savestring.c
448 search.so: search.c
449 signals.so: signals.c
450 shell.so: shell.c
451 terminal.so: terminal.c
452 text.so: text.c
453 tilde.so: tilde.c
454 undo.so: undo.c
455 util.so: util.c
456 vi_mode.so: vi_mode.c
457 xmalloc.so: xmalloc.c
458
459 histexpand.so: histexpand.c
460 histfile.so: histfile.c
461 history.so: history.c
462 histsearch.so: histsearch.c