1
2
3
4
5
6
7
8
9
10
|
1
2
3
4
5
6
7
8
9
10
|
-
-
+
+
|
# -*- make -*-
# FILE: "/krispc6/diska/home/joze/src/tclreadline/Makefile.in"
# LAST MODIFICATION: "Wed Aug 25 17:03:17 1999 (joze)"
# FILE: "/home/joze/src/tclreadline/Makefile.in"
# LAST MODIFICATION: "Sun Aug 29 08:23:45 1999 (joze)"
# (C) 1998, 1999 by Johannes Zellner, <johannes@zellner.org>
# $Id$
# ---
#
# tclreadline -- gnu readline for tcl
# Copyright (C) 1999 Johannes Zellner
#
|
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
|
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
|
-
-
+
+
|
tclreadline.o: $(TOP_DIR)/tclreadline.c Makefile
$(CC) -c $(CC_SWITCHES) $(TOP_DIR)/tclreadline.c
ctags:
ctags -R
tcltags: ctags $(TCLFILES)
tcltags -a $(TCLFILES)
tcltags: ctags tclreadlineInit.tcl.in tclreadlineSetup.tcl.in
tcltags -a tclreadlineInit.tcl.in tclreadlineSetup.tcl.in
vimtags: tcltags
vimtags
tags: vimtags
|