head	1.3;
access;
symbols
	RELEASE_4_7_0:1.2
	RELEASE_4_6_2:1.2
	RELEASE_4_6_1:1.2
	RELEASE_4_6_0:1.2
	RELEASE_5_0_DP1:1.2
	RELEASE_4_5_0:1.2
	RELEASE_4_4_0:1.2
	RELEASE_4_3_0:1.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2
	RELEASE_4_1_0:1.2
	RELEASE_3_5_0:1.2
	RELEASE_4_0_0:1.2
	RELEASE_3_4_0:1.1
	RELEASE_3_3_0:1.1
	RELEASE_3_2_0:1.1
	RELEASE_3_1_0:1.1
	RELEASE_2_2_8:1.1
	RELEASE_3_0_0:1.1
	RELEASE_2_2_7:1.1
	RELEASE_2_2_6:1.1
	RELEASE_2_2_5:1.1
	RELEASE_2_2_1:1.1
	RELEASE_2_2_2:1.1;
locks; strict;
comment	@# @;


1.3
date	2002.10.22.06.12.06;	author ijliao;	state dead;
branches;
next	1.2;

1.2
date	2000.02.13.19.55.06;	author obrien;	state Exp;
branches;
next	1.1;

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


desc
@@


1.3
log
@- Fix build
- Add several libraries, utilities and documents

PR:		44349
Submitted by:	Ports Fury
@
text
@--- Makefile.orig	Thu Nov  4 17:04:28 1999
+++ Makefile	Wed Feb  2 19:46:11 2000
@@@@ -30,8 +30,8 @@@@
 LN=ln -s
 CP=cp
 
-CPP=/lib/cpp -C -P
-CC=gcc
+CPP=/usr/bin/cpp -C -P
+CC?=gcc
 EXEC_SUFFIX=
 # CC is only used for bootstrapping, check System/Common/CONFIG.proto if
 # you want to change it for all Sather compilations
@


1.2
log
@Upgrade to version 1.2.1

PR:		16675
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@@


1.1
log
@Upgrade to 1.0.5.
@
text
@d1 13
a13 35
*** Makefile.0	Thu Feb 16 07:44:53 1995
--- Makefile	Sat Feb 25 01:12:57 1995
***************
*** 23,37 ****
  #
  # Don't forget to edit (or at least inspect) the file System/CONFIG.proto.
  
! CPP= /lib/cpp -C -P
  RANLIB= ranlib
  CC= gcc 
! CFLAGS= -O
  GC_CC= ${CC}
  MV= mv
  CMP= cmp
  CS= cs
! SHOME= /u/davids/Sather/Working
  AR= ar
  RM= rm -f
  TEST= test
--- 23,37 ----
  #
  # Don't forget to edit (or at least inspect) the file System/CONFIG.proto.
  
! CPP= /usr/bin/cpp -C -P
  RANLIB= ranlib
  CC= gcc 
! CFLAGS= -O2
  GC_CC= ${CC}
  MV= mv
  CMP= cmp
  CS= cs
! SHOME= ..
  AR= ar
  RM= rm -f
  TEST= test
@

