Overview
Comment: | ci after porting this to configure |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
eb8595aabf6bd87b6a19949ad9346ea9 |
User & Date: | johannes@zellner.org on 1999-02-28 16:52:41 |
Other Links: | manifest | tags |
Context
1999-02-28
| ||
16:54 | before initial relase check-in: c4dee8e781 user: johannes@zellner.org tags: trunk | |
16:52 | ci after porting this to configure check-in: eb8595aabf user: johannes@zellner.org tags: trunk | |
1998-10-05
| ||
13:46 | ci after porting this to configure check-in: 5789b12712 user: johannes@zellner.org tags: trunk | |
Changes
Modified Makefile.in from [d8642a2e4f] to [22dc368b41].
|
| > | < | | | > > > > > > > > > > > > > > > > > > > > > | > | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 | # -*- make -*- # # FILE: "/home/joze/src/tclreadline/Makefile.in" # LAST MODIFIED: "Sun Feb 28 17:48:01 1999 (joze)" # (C) 1998, 1999 by Johannes Zellner # Johannes.Zellner@physik.uni-karlsruhe.de # $Id$ # --- # # tclreadline -- gnu readline for tcl # Copyright (C) 1999 Johannes Zellner # # This program is free software; you can redistribute it and/or # modify it under the terms of the GNU General Public License # as published by the Free Software Foundation; either version 2 # of the License, or (at your option) any later version. # # This program is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the # GNU General Public License for more details. # # You should have received a copy of the GNU General Public License # along with this program; if not, write to the Free Software # Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. # # Johannes.Zellner@physik.uni-karlsruhe.de # http://krisal.physik.uni-karlsruhe.de/~joze # ================================================================== MAJOR_VERSION = @TCLREADLINE_MAJOR_VERSION@ MINOR_VERSION = @TCLREADLINE_MINOR_VERSION@ VERSION = @TCLREADLINE_VERSION@ #host = @host@ #host_cpu = @host_cpu@ |
︙ | ︙ | |||
41 42 43 44 45 46 47 | # run-time. INSTALL_ROOT is prepended to $prefix and $exec_prefix # when installing files. INSTALL_ROOT = # Directory from which applications will reference the library of Tcl # scripts (note: you can set the TCLREADLINE_LIBRARY environment variable at # run-time to override the compiled-in location): | | | | 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 | # run-time. INSTALL_ROOT is prepended to $prefix and $exec_prefix # when installing files. INSTALL_ROOT = # Directory from which applications will reference the library of Tcl # scripts (note: you can set the TCLREADLINE_LIBRARY environment variable at # run-time to override the compiled-in location): TCLREADLINE_LIBRARY = @TCLREADLINE_LIBRARY@ # Path name to use when installing library scripts: LIBRARY_INSTALL_DIR = $(INSTALL_ROOT)$(TCLREADLINE_LIBRARY) # Directory in which to install the archive libitk.a: LIB_INSTALL_DIR = $(INSTALL_ROOT)$(exec_prefix)/lib # Path to use at runtime to refer to LIB_INSTALL_DIR: LIB_RUNTIME_DIR = $(exec_prefix)/lib |
︙ | ︙ | |||
80 81 82 83 84 85 86 | SHELL = /bin/sh # Tk used to let the configure script choose which program to use # for installing, but there are just too many different versions of # "install" around; better to use the install-sh script that comes # with the distribution, which is slower but guaranteed to work. | | | | 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 | SHELL = /bin/sh # Tk used to let the configure script choose which program to use # for installing, but there are just too many different versions of # "install" around; better to use the install-sh script that comes # with the distribution, which is slower but guaranteed to work. INSTALL = $(TOP_DIR)/aux/install-sh -c INSTALL_PROGRAM = ${INSTALL} INSTALL_DATA = ${INSTALL} -m 644 MKINSTALLDIRS = $(TOP_DIR)/aux/mkinstalldirs # The symbols below provide support for dynamic loading and shared # libraries. The values of the symbols are normally set by the # configure script. You shouldn't normally need to modify any of # these definitions by hand. SHLIB_CFLAGS = @SHLIB_CFLAGS@ |
︙ | ︙ | |||
108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 | # 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@ TCLREADLINE_LIB_FILE = @TCLREADLINE_LIB_FILE@ #---------------------------------------------------------------- # The information below should be usable as is. The configure # script won't modify it and you shouldn't need to modify it # either. #---------------------------------------------------------------- CC = @CC@ CC_SWITCHES = $(CFLAGS) $(SHLIB_CFLAGS) -I$(TOP_DIR) \ | > | < > | | > > > > > > > > > > > > | > | | < < > | | | | | > | < | | | > < < | | < | < | < < | | | > | | 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 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 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 | # 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@ #---------------------------------------------------------------- # The information below should be usable as is. The configure # script won't modify it and you shouldn't need to modify it # either. #---------------------------------------------------------------- CC = @CC@ CC_SWITCHES = $(CFLAGS) $(SHLIB_CFLAGS) -I$(TOP_DIR) \ -I$(TCL_INCLUDE_DIR) -I$(READLINE_INCLUDE_DIR) OBJS = tclreadline.o CSRCS = $(TOP_DIR)/tclreadline.c TCLFILES = tclreadlineInit.tcl tclreadlineSetup.tcl SOURCES = \ Makefile.in \ tclreadline.n.in \ configure.in \ tclreadline.c \ tclreadline.h.in \ tclreadlineConfig.sh.in \ tclreadlineInit.tcl.in \ tclreadlineSetup.tcl.in \ tclreadline.n.in AUXILIARY = \ aux/config.guess \ aux/config.sub \ aux/install-sh \ aux/mkinstalldirs \ aux/vimtags MISC = README GPL MAN = tclreadline.n CIFLAGS = -t-"gnu readline for tcl" -m"ci after porting this to configure" .PHONY: clean distclean ctags tcltags vimtags tags ci co .SUFFIXES: .c .o .so .sl .tcl all: $(TCLREADLINE_LIB_FILE) pkgIndex.tcl @TCLREADLINE_LIB_FILE@: ${OBJS} rm -f $(TCLREADLINE_LIB_FILE) @MAKE_LIB@ $(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) @(cd $(LIBRARY_INSTALL_DIR); $(RANLIB) $(TCLREADLINE_LIB_FILE)) chmod 555 $(LIBRARY_INSTALL_DIR)/$(TCLREADLINE_LIB_FILE) install-libraries: tclreadlineInit.tcl tclreadlineSetup.tcl pkgIndex.tcl \ tclreadlineConfig.sh @$(MKINSTALLDIRS) $(LIBRARY_INSTALL_DIR) $(INSTALL_DATA) tclreadlineInit.tcl $(LIBRARY_INSTALL_DIR) $(INSTALL_DATA) tclreadlineSetup.tcl $(LIBRARY_INSTALL_DIR) $(INSTALL_DATA) pkgIndex.tcl $(LIBRARY_INSTALL_DIR) $(INSTALL_DATA) tclreadlineConfig.sh $(LIBRARY_INSTALL_DIR) FORCE: $(MANN_INSTALL_DIR)/$(MAN): FORCE - $(INSTALL_DATA) $(srcdir)/$(MAN) $@ && chmod 644 $@ pkgIndex.tcl: FORCE @echo "eval pkg_mkIndex $(TOP_DIR) tclreadline*.tcl" | tclsh Makefile: $(TOP_DIR)/Makefile.in $(SHELL) config.status clean: rm -f *.a *.o core errs *~ \#* tags* *.E a.out errors so_locations distclean: clean rm -f \ Makefile *.so *.sl pkgIndex.tcl tclreadlineInit.tcl \ tclreadlineSetup.tcl\ tclreadlineConfig.sh config.status config.log config.cache depend: makedepend -- $(CC_SWITCHES) -- $(CSRCS) configure: configure.in autoconf |
︙ | ︙ | |||
225 226 227 228 229 230 231 232 233 | ci: $(SOURCES) ci -r"0.1" -l $(CIFLAGS) $(SOURCES) co: $(SOURCES) co -l $(SOURCES) # DO NOT DELETE THIS LINE -- make depend depends on it. | > > > > > > > | 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 | ci: $(SOURCES) ci -r"0.1" -l $(CIFLAGS) $(SOURCES) co: $(SOURCES) co -l $(SOURCES) distribution: $(SOURCES) configure $(AUXILIARY) $(MISC) - mkdir tclreadline-$(VERSION) - mkdir tclreadline-$(VERSION)/aux - cp $(SOURCES) $(MISC) configure tclreadline-$(VERSION) - cp $(AUXILIARY) tclreadline-$(VERSION)/aux tar zcvf $(srcdir)/tclreadline-$(VERSION).tgz tclreadline-$(VERSION) # DO NOT DELETE THIS LINE -- make depend depends on it. |