Check-in [7765685c02]
Overview
Comment:* Makefile.in: Fixed broken test target.
Downloads: Tarball | ZIP archive | SQL archive
Timelines: family | ancestors | descendants | both | trunk
Files: files | file ages | folders
SHA1: 7765685c02c62dd438a46e8bfbe6332a33028a46
User & Date: stanton on 2000-06-06 01:16:34
Other Links: manifest | tags
Context
2000-06-06
01:16
*** empty log message *** check-in: 30c21e2028 user: stanton tags: trunk
01:16
* Makefile.in: Fixed broken test target. check-in: 7765685c02 user: stanton tags: trunk
01:04
*** empty log message *** check-in: a80f56532a user: stanton tags: trunk
Changes

Modified Makefile.in from [1e460add55] to [af87a05911].

8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Copyright (c) 1999-2000 Ajuba Solutions.
# All rights reserved.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# RCS: @(#) $Id: Makefile.in,v 1.10 2000/06/05 20:20:36 aborr Exp $


lib_BINARIES=$(tls_LIB_FILE)
BINARIES=$(lib_BINARIES)

#========================================================================
# Enumerate the names of the source files included in this package.







|







8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
#
# Copyright (c) 1999-2000 Ajuba Solutions.
# All rights reserved.
#
# See the file "license.terms" for information on usage and redistribution
# of this file, and for a DISCLAIMER OF ALL WARRANTIES.
#
# RCS: @(#) $Id: Makefile.in,v 1.11 2000/06/06 01:16:34 stanton Exp $


lib_BINARIES=$(tls_LIB_FILE)
BINARIES=$(lib_BINARIES)

#========================================================================
# Enumerate the names of the source files included in this package.
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255

#========================================================================
# Install documentation.  Unix manpages should go in the $(mandir)
# directory.
#========================================================================

install-doc: doc
	# $(mkinstalldirs) $(mandir)/man1
	# $(mkinstalldirs) $(mandir)/man3
	# $(mkinstalldirs) $(mandir)/mann
	# @echo "Installing documentation in $(mandir)"
	# @for i in $(srcdir)/*.n; \
	    # do \
	    # echo "Installing $$i"; \
	    # rm -f $(mandir)/mann/$$i; \
	    # $(INSTALL_DATA) $$i $(mandir)/mann ; \
	    # done

test: binaries libraries
	sed -e "s#\@RELPATH\@#.#" -e "s#\@tls_LIB_FILE\@#$(tls_LIB_FILE)#" \
	< $(srcdir)/pkgIndex.tcl.in > pkgIndex.tcl
	TCL_LIBRARY=$(TCL_LIBRARY_DIR) \
	LD_LIBRARY_PATH=$(BUILD_DIR):$(TCL_BIN_DIR):$(LD_LIBRARY_PATH) \
	TCLLIBPATH=. \
	PATH="$(BUILD_DIR)":"$(TCL_BIN_DIR)":"$(PATH)" \
	$(TCLSH_PROG) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TCLTESTARGS)

depend:

#========================================================================
# Enumerate the names of the object files included in this package.







|
|
|
|
|
|
|
|
|
|




<

<







225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245

246

247
248
249
250
251
252
253

#========================================================================
# Install documentation.  Unix manpages should go in the $(mandir)
# directory.
#========================================================================

install-doc: doc
#	$(mkinstalldirs) $(mandir)/man1
#	$(mkinstalldirs) $(mandir)/man3
#	$(mkinstalldirs) $(mandir)/mann
#	@echo "Installing documentation in $(mandir)"
#	@for i in $(srcdir)/*.n; \
#	    do \
# 		echo "Installing $$i"; \
# 		rm -f $(mandir)/mann/$$i; \
# 		$(INSTALL_DATA) $$i $(mandir)/mann ; \
#	    done

test: binaries libraries
	sed -e "s#\@RELPATH\@#.#" -e "s#\@tls_LIB_FILE\@#$(tls_LIB_FILE)#" \
	< $(srcdir)/pkgIndex.tcl.in > pkgIndex.tcl

	LD_LIBRARY_PATH=$(BUILD_DIR):$(TCL_BIN_DIR):$(LD_LIBRARY_PATH) \

	PATH="$(BUILD_DIR)":"$(TCL_BIN_DIR)":"$(PATH)" \
	$(TCLSH_PROG) `@CYGPATH@ $(srcdir)/tests/all.tcl` $(TCLTESTARGS)

depend:

#========================================================================
# Enumerate the names of the object files included in this package.