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