Overview
| Comment: | Modified Files: Makefile.in sources |
|---|---|
| Downloads: | Tarball | ZIP archive |
| Timelines: | family | ancestors | descendants | both | trunk |
| Files: | files | file ages | folders |
| SHA1: |
2f48c6f95300e11ed5a4ede9cfb7caed |
| User & Date: | johannes@zellner.org on 1999-08-23 15:55:58.000 |
| Other Links: | manifest | tags |
Context
|
1999-08-23
| ||
| 17:42 | Modified Files: README check-in: c2a399d82d user: johannes@zellner.org tags: trunk | |
| 15:55 | Modified Files: Makefile.in sources check-in: 2f48c6f953 user: johannes@zellner.org tags: trunk | |
| 15:51 | Modified Files: Makefile.in README configure.in sample.tclshrc tclreadlineSetup.tcl.in check-in: 46ef5876f1 user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.in
from [6c49ace40a]
to [8a2abff6fe].
1 2 | # -*- make -*- # FILE: "/diska/home/joze/src/tclreadline/Makefile.in" | | | 1 2 3 4 5 6 7 8 9 10 | # -*- make -*- # FILE: "/diska/home/joze/src/tclreadline/Makefile.in" # LAST MODIFICATION: "Mon Aug 23 17:55:26 1999 (joze)" # (C) 1998, 1999 by Johannes Zellner, <johannes@zellner.org> # $Id$ # --- # # tclreadline -- gnu readline for tcl # Copyright (C) 1999 Johannes Zellner # |
| ︙ | ︙ | |||
156 157 158 159 160 161 162 |
CSRCS = $(TOP_DIR)/tclreadline.c
TCLFILES = tclreadlineInit.tcl tclreadlineSetup.tcl
SOURCES = \
GPL \
Makefile.in \
README \
| < > > | 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 |
CSRCS = $(TOP_DIR)/tclreadline.c
TCLFILES = tclreadlineInit.tcl tclreadlineSetup.tcl
SOURCES = \
GPL \
Makefile.in \
README \
configure.in \
pkgIndex.tcl.in \
sample.tclshrc \
sources \
tclreadline.c \
tclreadline.h.in \
tclreadline.n.in \
tclreadlineConfig.sh.in \
tclreadlineInit.tcl.in \
tclreadlineSetup.tcl.in
MISC = TODO
AUXILIARY = \
aux/config.guess \
aux/config.sub \
aux/install-sh \
aux/mkinstalldirs \
aux/vimtags
|
| ︙ | ︙ |
Modified sources
from [2771faae57]
to [5beadf4e75].
1 2 3 |
GPL
Makefile.in
README
| < | 1 2 3 4 5 6 7 8 9 10 |
GPL
Makefile.in
README
configure.in
pkgIndex.tcl.in
sample.tclshrc
sources
tclreadline.c
tclreadline.h.in
tclreadline.n.in
|
| ︙ | ︙ |