Check-in [f21c4d1a65]
Not logged in
Overview
Comment: Makefile.in
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: f21c4d1a65ff3ff95a733b6a32d07872e206015c
User & Date: johannes@zellner.org on 1999-08-20 14:02:43
Other Links: manifest | tags
Context
1999-08-20
16:55
.tclshrc pkgMkIndex vimrc Makefile.in tclreadline.c check-in: 199260e23f user: johannes@zellner.org tags: trunk
14:02
Makefile.in check-in: f21c4d1a65 user: johannes@zellner.org tags: trunk
13:59
Makefile.in check-in: 915c7e11ba user: johannes@zellner.org tags: trunk
Changes

Modified Makefile.in from [f213287370] to [4740529900].

1
2
3
4
5
6
7
8
9
10
# -*- make -*-
# FILE: "/diska/home/joze/src/tclreadline/Makefile.in"
# LAST MODIFICATION: "Fri Aug 20 15:59:31 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: "/diska/home/joze/src/tclreadline/Makefile.in"
# LAST MODIFICATION: "Fri Aug 20 16:00:20 1999 (joze)"
# (C) 1998, 1999 by Johannes Zellner, <johannes@zellner.org>
# $Id$
# ---
#
# tclreadline -- gnu readline for tcl
# Copyright (C) 1999  Johannes Zellner
#
266
267
268
269
270
271
272
273
274
275
276
co: $(SOURCES)
	co -l $^

distribution: $(SOURCES) configure $(AUXILIARY)
	- mkdir -p dist/tclreadline-$(VERSION)/aux
	- cp $(SOURCES) configure dist/tclreadline-$(VERSION)
	- cp $(AUXILIARY) dist/tclreadline-$(VERSION)/aux
	(cd dist; tar zcvf tclreadline-$(VERSION).tgz tclreadline-$(VERSION); rm -rf tclreadline-$(VERSION))


# DO NOT DELETE THIS LINE -- make depend depends on it.







|



266
267
268
269
270
271
272
273
274
275
276
co: $(SOURCES)
	co -l $^

distribution: $(SOURCES) configure $(AUXILIARY)
	- mkdir -p dist/tclreadline-$(VERSION)/aux
	- cp $(SOURCES) configure dist/tclreadline-$(VERSION)
	- cp $(AUXILIARY) dist/tclreadline-$(VERSION)/aux
	(cd dist; tar zcvf tclreadline-$(VERSION).tar.gz tclreadline-$(VERSION); rm -rf tclreadline-$(VERSION))


# DO NOT DELETE THIS LINE -- make depend depends on it.