public inbox for insight@sourceware.org
 help / color / mirror / Atom feed
From: Syd Polk <spolk@redhat.com>
To: insight@sourceware.cygnus.com, sourcenav@sourceware.cygnus.com
Subject: Patches to various tcl related directories - 3/4
Date: Tue, 27 Jun 2000 14:54:00 -0000	[thread overview]
Message-ID: <4.2.0.58.20000626173156.00dcd6a0@pop.cygnus.com> (raw)

itcl/ChangeLog:

2000-06-22  Syd Polk  <spolk@redhat.com>

  	* itcl/win/Makefile.in: Added target install-shared-libraries.
  	Make install-binaries and install-libraries both install it.
  	* itk/win/Makefile.in: Likewise.

  	* iwidgets3.0.0/unix/Makefile.in: Add dummy target
  	install-binaries.
  	
2000-06-19  Syd Polk  <spolk@redhat.com>

  	* itcl/win/Makefile.in: Install ITCLLIB instead of CYGITCLLIB
  	when installing the finished binaries.

Index: itcl/win/Makefile.in
===================================================================
RCS file: /cvs/src/src/itcl/itcl/win/Makefile.in,v
retrieving revision 1.2
diff -r1.2 Makefile.in
227c227
< 		$(CYGITCLLIB) $(TCLLIBDIR)/$(TCLLIB) $(conlibsdll) \
---
 > 		$(CYGITCLLIB) $(TCLLIBDIR)/$(TCLLIB) $(conlibsdll) \
314c314
< install-binaries::
---
 > install-binaries:: install-shared-libraries
324,329c324,327
< 	@echo "Installing $(CYGITCLLIB) as $(INSTALL_LIB_DIR)/$(CYGITCLLIB)"
< 	@$(INSTALL_DATA) $(CYGITCLLIB) $(INSTALL_LIB_DIR)/$(CYGITCLLIB)
< 	@echo "Installing $(CYGITCLSH) as $(INSTALL_BIN_DIR)/$(CYGITCLSH)"
< 	@$(INSTALL_PROGRAM) $(CYGITCLSH) $(INSTALL_BIN_DIR)/$(CYGITCLSH)
< 	@echo "Installing $(CYGITCLDLL) as $(INSTALL_BIN_DIR)/$(CYGITCLDLL)"
< 	@$(INSTALL_PROGRAM) $(CYGITCLDLL) $(INSTALL_BIN_DIR)/$(CYGITCLDLL)
---
 > 	@echo "Installing $(ITCLLIB) as $(INSTALL_LIB_DIR)/$(ITCLLIB)"
 > 	@$(INSTALL_DATA) $(ITCLLIB) $(INSTALL_LIB_DIR)/$(ITCLLIB)
 > 	@echo "Installing $(ITCLSH) as $(INSTALL_BIN_DIR)/$(ITCLSH)"
 > 	@$(INSTALL_PROGRAM) $(ITCLSH) $(INSTALL_BIN_DIR)/$(ITCLSH)
354c352
< install-libraries:
---
 > install-libraries: install-shared-libraries
367a366,368
 > install-shared-libraries:
 > 	@echo "Installing $(ITCLDLL) as $(INSTALL_BIN_DIR)/$(ITCLDLL)"
 > 	@$(INSTALL_PROGRAM) $(ITCLDLL) $(INSTALL_BIN_DIR)/$(ITCLDLL)
Index: iwidgets3.0.0/unix/Makefile.in
===================================================================
RCS file: /cvs/src/src/itcl/iwidgets3.0.0/unix/Makefile.in,v
retrieving revision 1.2
diff -r1.2 Makefile.in
85c85
< TCL_SRC_DIR = ${srcdir}/../../../../tcl
---
 > TCL_SRC_DIR = @TCL_SRC_DIR@
91c91
< TK_SRC_DIR = ${srcdir}/../../../tk
---
 > TK_SRC_DIR = @TK_SRC_DIR@
97c97
< ITCL_SRC_DIR = ${srcdir}/../../itcl
---
 > ITCL_SRC_DIR = @ITCL_SRC_DIR@
103c103
< ITK_SRC_DIR = ${srcdir}/../../itk
---
 > ITK_SRC_DIR = @ITK_SRC_DIR@
159c159,161
< install: install-libraries install-demos install-man
---
 > install: install-libraries install-demos install-man install-binaries
 >
 > install-binaries:

Syd Polk		spolk@redhat.com
Engineering Manager	+1 415 777 9810 x 241
Red Hat, Inc.



                 reply	other threads:[~2000-06-27 14:54 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=4.2.0.58.20000626173156.00dcd6a0@pop.cygnus.com \
    --to=spolk@redhat.com \
    --cc=insight@sourceware.cygnus.com \
    --cc=sourcenav@sourceware.cygnus.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).