1
2
3
4
5
6
7
8
9
10
|
# -*- make -*-
# FILE: "/disk01/home/joze/src/tclreadline/Makefile.in"
# LAST MODIFICATION: "Wed Sep 29 10:57:20 1999 (joze)"
# (C) 1998, 1999 by Johannes Zellner, <johannes@zellner.org>
# $Id$
# ---
#
# tclreadline -- gnu readline for tcl
# Copyright (C) 1999 Johannes Zellner
#
|
|
|
|
1
2
3
4
5
6
7
8
9
10
|
# -*- make -*-
# FILE: "/home/joze/src/tclreadline/Makefile.in"
# LAST MODIFICATION: "Thu Dec 16 22:09:55 1999 (joze)"
# (C) 1998, 1999 by Johannes Zellner, <johannes@zellner.org>
# $Id$
# ---
#
# tclreadline -- gnu readline for tcl
# Copyright (C) 1999 Johannes Zellner
#
|
︙ | | | ︙ | |
54
55
56
57
58
59
60
61
62
63
64
65
66
67
|
# specific files (exec_prefix) and machine-independent files such
# as scripts (prefix). The values specified here may be overridden
# at configure-time with the --exec-prefix and --prefix options
# to the "configure" script.
prefix = @prefix@
exec_prefix = @exec_prefix@
# The following definition can be set to non-null for special systems
# like AFS with replication. It allows the pathnames used for installation
# to be different than those used for actually reference files at
# run-time. INSTALL_ROOT is prepended to $prefix and $exec_prefix
# when installing files.
INSTALL_ROOT =
|
>
>
|
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
|
# specific files (exec_prefix) and machine-independent files such
# as scripts (prefix). The values specified here may be overridden
# at configure-time with the --exec-prefix and --prefix options
# to the "configure" script.
prefix = @prefix@
exec_prefix = @exec_prefix@
bindir = @bindir@
# The following definition can be set to non-null for special systems
# like AFS with replication. It allows the pathnames used for installation
# to be different than those used for actually reference files at
# run-time. INSTALL_ROOT is prepended to $prefix and $exec_prefix
# when installing files.
INSTALL_ROOT =
|
︙ | | | ︙ | |
134
135
136
137
138
139
140
141
142
143
144
145
146
147
|
# Makefile is generated from Makefile.in. You shouldn't normally
# modify any of this stuff by hand.
#----------------------------------------------------------------
RANLIB = @RANLIB@
TOP_DIR = $(srcdir)
TCL_INCLUDE_DIR = @TCL_INCLUDE_DIR@
READLINE_INCLUDE_DIR = @READLINE_INCLUDE_DIR@
TCLREADLINE_LIB_FILE = @TCLREADLINE_LIB_FILE@
READLINE_LIB = -L@READLINE_LIB_DIR@ -lreadline
TERMLIB = @TERMLIB@
TERMLIB_DIR = @TERMLIB_DIR@
|
>
>
|
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
|
# Makefile is generated from Makefile.in. You shouldn't normally
# modify any of this stuff by hand.
#----------------------------------------------------------------
RANLIB = @RANLIB@
TOP_DIR = $(srcdir)
TCL_INCLUDE_DIR = @TCL_INCLUDE_DIR@
TCL_LIB_SPEC = @TCL_LIB_SPEC@
TK_LIB_SPEC = @TK_LIB_SPEC@
READLINE_INCLUDE_DIR = @READLINE_INCLUDE_DIR@
TCLREADLINE_LIB_FILE = @TCLREADLINE_LIB_FILE@
READLINE_LIB = -L@READLINE_LIB_DIR@ -lreadline
TERMLIB = @TERMLIB@
TERMLIB_DIR = @TERMLIB_DIR@
|
︙ | | | ︙ | |
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
|
config.h.in \
tclreadline.c \
tclreadline.h.in \
tclreadline.n.in \
tclreadlineConfig.sh.in \
tclreadlineInit.tcl.in \
tclreadlineSetup.tcl.in \
tclreadlineCompleter.tcl
MISC = TODO
AUXILIARY = \
aux/config.guess \
aux/config.sub \
aux/install-sh \
aux/mkinstalldirs \
aux/vimtags
MAN = tclreadline.n
HTML = tclreadline.n.html
CIFLAGS = -f -t-"gnu readline for tcl" -m"before initial relase"
all: $(TCLREADLINE_LIB_FILE)
.PHONY: clean distclean ctags tcltags vimtags tags ci co
.SUFFIXES: .c .o .so .sl .tcl
@TCLREADLINE_LIB_FILE@: ${OBJS}
rm -f $(TCLREADLINE_LIB_FILE)
@MAKE_LIB@ $(TERMLIB_DIR) $(READLINE_LIB) $(TERMLIB)
$(RANLIB) $(TCLREADLINE_LIB_FILE)
install: install-binaries install-libraries install-man
install-man: $(MANN_INSTALL_DIR)/$(MAN)
install-binaries: $(TCLREADLINE_LIB_FILE)
@$(MKINSTALLDIRS) $(LIBRARY_INSTALL_DIR)
@echo "Installing $(TCLREADLINE_LIB_FILE)"
@$(INSTALL_DATA) $(TCLREADLINE_LIB_FILE) \
$(LIBRARY_INSTALL_DIR)/$(TCLREADLINE_LIB_FILE)
|
|
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
|
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
|
config.h.in \
tclreadline.c \
tclreadline.h.in \
tclreadline.n.in \
tclreadlineConfig.sh.in \
tclreadlineInit.tcl.in \
tclreadlineSetup.tcl.in \
tclreadlineCompleter.tcl \
tclshrl.c \
wishrl.c
MISC = TODO
AUXILIARY = \
aux/config.guess \
aux/config.sub \
aux/install-sh \
aux/mkinstalldirs \
aux/vimtags
MAN = tclreadline.n
HTML = tclreadline.n.html
CIFLAGS = -f -t-"gnu readline for tcl" -m"before initial relase"
all: $(TCLREADLINE_LIB_FILE)
.PHONY: clean distclean ctags tcltags vimtags tags ci co
.SUFFIXES: .c .o .so .sl .tcl
@TCLREADLINE_LIB_FILE@: ${OBJS}
rm -f $(TCLREADLINE_LIB_FILE)
@MAKE_LIB@ $(TERMLIB_DIR) $(READLINE_LIB) $(TERMLIB)
$(RANLIB) $(TCLREADLINE_LIB_FILE)
shells: tclshrl wishrl
tclshrl: $(OBJS) tclshrl.o
$(CC) -o tclshrl tclshrl.o $(OBJS) $(TERMLIB_DIR) $(READLINE_LIB) $(TERMLIB) $(TCL_LIB_SPEC)
wishrl: $(OBJS) wishrl.o
$(CC) -o wishrl wishrl.o $(OBJS) $(TERMLIB_DIR) $(READLINE_LIB) $(TERMLIB) $(TK_LIB_SPEC)
install: install-binaries install-libraries install-man
install-shells: install-tclshrl install-wishrl
install-tclshrl:
$(MKINSTALLDIRS) $(bindir)
$(INSTALL_PROGRAM) tclshrl $(bindir)/tclshrl
install-wishrl:
$(MKINSTALLDIRS) $(bindir)
$(INSTALL_PROGRAM) wishrl $(bindir)/wishrl
install-man: $(MANN_INSTALL_DIR)/$(MAN)
install-binaries: $(TCLREADLINE_LIB_FILE)
@$(MKINSTALLDIRS) $(LIBRARY_INSTALL_DIR)
@echo "Installing $(TCLREADLINE_LIB_FILE)"
@$(INSTALL_DATA) $(TCLREADLINE_LIB_FILE) \
$(LIBRARY_INSTALL_DIR)/$(TCLREADLINE_LIB_FILE)
|
︙ | | | ︙ | |
257
258
259
260
261
262
263
264
265
266
267
268
269
270
|
configure: configure.in
autoconf
tclreadline.o: $(TOP_DIR)/tclreadline.c Makefile
$(CC) -c $(CC_SWITCHES) $(DEFS) $(TOP_DIR)/tclreadline.c
ctags:
ctags -R
tcltags: ctags tclreadlineInit.tcl.in tclreadlineSetup.tcl.in \
tclreadlineCompleter.tcl
tcltags -a tclreadlineInit.tcl.in tclreadlineSetup.tcl.in \
tclreadlineCompleter.tcl
|
>
>
>
>
>
>
|
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
|
configure: configure.in
autoconf
tclreadline.o: $(TOP_DIR)/tclreadline.c Makefile
$(CC) -c $(CC_SWITCHES) $(DEFS) $(TOP_DIR)/tclreadline.c
tclshrl.o: $(TOP_DIR)/tclshrl.c Makefile
$(CC) -c $(CC_SWITCHES) $(DEFS) $(TOP_DIR)/tclshrl.c
wishrl.o: $(TOP_DIR)/wishrl.c Makefile
$(CC) -c $(CC_SWITCHES) $(DEFS) $(TOP_DIR)/wishrl.c
ctags:
ctags -R
tcltags: ctags tclreadlineInit.tcl.in tclreadlineSetup.tcl.in \
tclreadlineCompleter.tcl
tcltags -a tclreadlineInit.tcl.in tclreadlineSetup.tcl.in \
tclreadlineCompleter.tcl
|
︙ | | | ︙ | |