head	1.6;
access;
symbols
	RELEASE_4_4_0:1.5
	RELEASE_4_3_0:1.5
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.5
	RELEASE_4_1_0:1.5
	RELEASE_3_5_0:1.5
	RELEASE_4_0_0:1.5
	RELEASE_3_4_0:1.5
	RELEASE_3_3_0:1.5
	RELEASE_3_2_0:1.5
	RELEASE_3_1_0:1.5
	RELEASE_2_2_8:1.5
	RELEASE_3_0_0:1.5
	RELEASE_2_2_7:1.5
	RELEASE_2_2_6:1.5
	RELEASE_2_2_5:1.4
	RELEASE_2_2_1:1.4
	RELEASE_2_2_2:1.4;
locks; strict;
comment	@# @;


1.6
date	2001.09.22.06.07.41;	author sf;	state dead;
branches;
next	1.5;

1.5
date	98.02.20.12.19.43;	author tg;	state Exp;
branches;
next	1.4;

1.4
date	97.02.12.08.39.25;	author tg;	state Exp;
branches;
next	1.3;

1.3
date	96.11.05.08.34.00;	author tg;	state Exp;
branches;
next	1.2;

1.2
date	95.07.29.09.55.04;	author asami;	state Exp;
branches;
next	1.1;

1.1
date	95.04.16.18.31.49;	author hsu;	state Exp;
branches;
next	;


desc
@@


1.6
log
@o update to 0.4.0.
o support NOPORTDOCS.
o aupport Alpha arch.

PR:		30719
Submitted by:	KATO Tsuguru <tkato@@prontomail.com>
@
text
@*** config/unix/Config/Makefile.orig	Fri Jul 29 21:40:55 1994
--- config/unix/Config/Makefile	Wed Mar  1 14:27:05 1995
***************
*** 1,7 ****
- CC=cc
- CFLAGS= -DVarTran
- LDFLAGS=
  SHELL=/bin/sh
  MAKE=make
  
  all:
--- 1,5 ----
  SHELL=/bin/sh
+ CFLAGS+= -DVarTran
  MAKE=make
  
  all:
@


1.5
log
@Upgrade to 9.3.1.
@
text
@@


1.4
log
@Upgrade to 9.3.

Closes 1/13th of PR #2677 ;-).
@
text
@a0 24
*** Makefile.orig	Fri Jul 29 21:41:19 1994
--- Makefile	Wed Mar  1 19:34:18 1995
***************
*** 241,243 ****
--- 241,259 ----
  		-cd tests;		$(MAKE) Clean
  
  ##################################################################
+ 
+ install:
+ 	@@bin/patchstr bin/iconc ${PREFIX}/share/icon/
+ 	@@bin/patchstr bin/icont ${PREFIX}/bin/iconx
+ 	install -c -s -g bin -o bin -m 755 bin/iconc ${PREFIX}/bin/iconc
+ 	install -c -s -g bin -o bin -m 755 bin/icont ${PREFIX}/bin/icont
+ 	install -c -s -g bin -o bin -m 755 bin/iconx ${PREFIX}/bin/iconx
+ 	install -c -s -g bin -o bin -m 755 bin/patchstr ${PREFIX}/bin/patchstr
+ 	@@mkdir -p ${PREFIX}/share/icon
+ 	install -c -g bin -o bin -m 644 bin/dlrgint.o ${PREFIX}/share/icon/dlrgint.o
+ 	install -c -g bin -o bin -m 644 bin/rt.a ${PREFIX}/share/icon/rt.a
+ 	install -c -g bin -o bin -m 644 bin/rt.db ${PREFIX}/share/icon/rt.db
+ 	install -c -g bin -o bin -m 644 bin/rt.h ${PREFIX}/share/icon/rt.h
+ 	@@mkdir -p ${PREFIX}/man/man1
+ 	install -c -g bin -o bin -m 444 docs/icon.1 ${PREFIX}/man/man1/icon.1
+ 	@@gzip -9fn ${PREFIX}/man/man1/icon.1
a17 17
*** src/vtran/Vtmake2.orig	Fri Jul 29 21:25:28 1994
--- src/vtran/Vtmake2	Wed Mar  1 14:27:14 1995
***************
*** 1,7 ****
- CC=cc
- CFLAGS= -DVarTran
- LDFLAGS=
  SHELL=/bin/sh
  MAKE=make
  
  OBJS=		cat.o tparse.o tlex.o tmem.o trans.o \
--- 1,5 ----
  SHELL=/bin/sh
+ CFLAGS+= -DVarTran
  MAKE=make
  
  OBJS=		cat.o tparse.o tlex.o tmem.o trans.o \
@


1.3
log
@Upgrade to version 9.1
@
text
@a3 17
*** 4,10 ****
  
  help:
  		@@echo "See the Icon installation documents."
! 		@@echo "Copies are in the doc directory here.
  
  ##################################################################
  #
--- 4,10 ----
  
  help:
  		@@echo "See the Icon installation documents."
! 		@@echo "Copies are in the doc directory here."
  
  ##################################################################
  #
***************
@


1.2
log
@Install machine-independent scripts into /usr/local/share, etc.

Submitted by:	Thomas Gellekum <thomas@@ghpc8.ihf.rwth-aachen.de>
@
text
@d1 2
a2 2
*** icon.orig/Makefile	Fri Jul 29 21:41:19 1994
--- icon/Makefile	Wed Mar  1 19:34:18 1995
d42 2
a43 3
diff -crP -x bin -x docs -x tests icon.orig/config/unix/Config/Makefile icon/config/unix/Config/Makefile
*** icon.orig/config/unix/Config/Makefile	Fri Jul 29 21:40:55 1994
--- icon/config/unix/Config/Makefile	Wed Mar  1 14:27:05 1995
d46 1
a46 1
- CC=gcc
d59 2
a60 11
diff -crP -x bin -x docs -x tests icon.orig/src/h/path.h icon/src/h/path.h
*** icon.orig/src/h/path.h	Fri Jul 29 21:24:51 1994
--- icon/src/h/path.h	Wed Mar  1 14:27:05 1995
***************
*** 1 ****
! #define BinPath "/usr5/icon/v9/bin/"
--- 1 ----
! #define BinPath "/usr/local/src/icon/bin/"
diff -crP -x bin -x docs -x tests icon.orig/src/vtran/Vtmake2 icon/src/vtran/Vtmake2
*** icon.orig/src/vtran/Vtmake2	Fri Jul 29 21:25:28 1994
--- icon/src/vtran/Vtmake2	Wed Mar  1 14:27:14 1995
d63 1
a63 1
- CC=gcc
a75 70
diff -crP -x bin -x docs -x tests icon.orig/config/unix/Config/common.make icon/config/unix/Config/common.make
*** icon.orig/config/unix/Config/common.make	Fri Jul 29 21:27:01 1994
--- icon/config/unix/Config/common.make	Thu Apr  6 16:48:45 1995
***************
*** 9,15 ****
  		$(CC) $(LDFLAGS) -o patchstr patchstr.o
  		-./doincl -o ../../bin/rt.h ../h/rt.h
  		cp patchstr ../../bin
! 			
  xpm:
  		cd ../xpm; $(MAKE) libXpm.a
  		cp ../xpm/libXpm.a ../../bin
--- 9,15 ----
  		$(CC) $(LDFLAGS) -o patchstr patchstr.o
  		-./doincl -o ../../bin/rt.h ../h/rt.h
  		cp patchstr ../../bin
! 
  xpm:
  		cd ../xpm; $(MAKE) libXpm.a
  		cp ../xpm/libXpm.a ../../bin
***************
*** 39,61 ****
  #  needed, it is run by changing ../icont/Makefile and/or ../iconc/Makefile;
  #  see the comments there for details.  icont must be in the search path
  #  for this section to work.
!  
  gfiles:			lextab.h yacctok.h fixgram pscript
!  
  lextab.h yacctok.h:	tokens.txt op.txt mktoktab
  			./mktoktab 
!  
  mktoktab:		mktoktab.icn
  			icont -s mktoktab.icn
!  
  fixgram:		fixgram.icn
  			icont -s fixgram.icn
!  
  pscript:		pscript.icn
  			icont -s pscript.icn
!  
!  
!  
  #  The following section is commented out because it does not need to be
  #  performed unless changes are made to typespec.txt. Such changes 
  #  and are not part of the installation process.  However, if the
--- 39,61 ----
  #  needed, it is run by changing ../icont/Makefile and/or ../iconc/Makefile;
  #  see the comments there for details.  icont must be in the search path
  #  for this section to work.
! 
  gfiles:			lextab.h yacctok.h fixgram pscript
! 
  lextab.h yacctok.h:	tokens.txt op.txt mktoktab
  			./mktoktab 
! 
  mktoktab:		mktoktab.icn
  			icont -s mktoktab.icn
! 
  fixgram:		fixgram.icn
  			icont -s fixgram.icn
! 
  pscript:		pscript.icn
  			icont -s pscript.icn
! 
! 
! 
  #  The following section is commented out because it does not need to be
  #  performed unless changes are made to typespec.txt. Such changes 
  #  and are not part of the installation process.  However, if the

@


1.1
log
@Break out patches into smaller files.
Fix trailing spaces in makefiles.
Submitted by:	thomas@@ghpc8.ihf.rwth-aachen.de
@
text
@d28 1
a28 1
+ 	@@bin/patchstr bin/iconc ${PREFIX}/lib/icon/
d33 6
a38 6
+ 	install -c -s -g bin -o bin -m 755 bin/rtt ${PREFIX}/bin/rtt
+ 	@@mkdir -p ${PREFIX}/lib/icon
+ 	install -c -g bin -o bin -m 644 bin/dlrgint.o ${PREFIX}/lib/icon/dlrgint.o
+ 	install -c -g bin -o bin -m 644 bin/rt.a ${PREFIX}/lib/icon/rt.a
+ 	install -c -g bin -o bin -m 644 bin/rt.db ${PREFIX}/lib/icon/rt.db
+ 	install -c -g bin -o bin -m 644 bin/rt.h ${PREFIX}/lib/icon/rt.h
@
