head	1.3;
access;
symbols
	RELEASE_5_1_0:1.2
	RELEASE_4_8_0:1.2
	RELEASE_5_0_0:1.2
	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.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.3
date	2003.07.08.11.50.36;	author daichi;	state dead;
branches;
next	1.2;

1.2
date	2001.05.27.13.49.53;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2000.10.10.02.57.23;	author jeh;	state Exp;
branches;
next	;


desc
@@


1.3
log
@update biology/nab: 4.4 -> 4.5.1

PR:		52786
Submitted by:	M. L. Dodson <bdodson@@scms.utmb.EDU> (maintainer)
@
text
@*** Makefile.orig	Mon Oct 23 20:01:09 2000
--- Makefile	Sun Jan 28 13:36:22 2001
***************
*** 1,5 ****
--- 1,6 ----
  #   top-level Makefile for the NAB suite of programs
  
+ all: compiler test
  compiler:
  	-mkdir bin lib include
  	(cd ucpp-0.7; make install )
***************
*** 7,15 ****
  	(cd src; make install )
  	(cd nss; make install )
  	(cd tleap; make install )
! 	@@echo
! 	@@echo "completed installation of NAB version 4"
! 	@@echo
  
  #   note:  "make test" needs to follow "make", since it is very hard to
  #          tell if the compiler is completely "made" or not.
--- 8,16 ----
  	(cd src; make install )
  	(cd nss; make install )
  	(cd tleap; make install )
! #	@@echo
! #	@@echo "completed installation of NAB version 4"
! #	@@echo
  
  #   note:  "make test" needs to follow "make", since it is very hard to
  #          tell if the compiler is completely "made" or not.
@


1.2
log
@upgrade to 4.3.2

PR:		27273
Submitted by:	maintainer
@
text
@@


1.1
log
@Initiail version of nab (4.2)

PR:		21585
Submitted by:	M. L. Dodson <bdodson@@scms.utmb.EDU>
@
text
@d1 2
a2 2
*** src/Makefile.orig	Fri Jan  8 16:06:59 1999
--- src/Makefile	Thu Jan 14 16:15:53 1999
d4 3
a6 3
*** 7,15 ****
  	./nab  -c $(NABFLAGS) $<
  	@@rm -f $*.c
d8 4
a11 7
- .c.o: $<
- 	$(CC) -c $(CFLAGS) $<
- 
  NAB2COBJS=	\
  	nab2c.o	\
  	cgen.o	\
--- 7,12 ----
d13 7
a19 3
*** 77,82 ****
--- 74,81 ----
  	yammp.o
d21 9
a29 3
  #===========================================================================
+ 
+ all: system
d31 2
a32 2
  system:	nab	\
  	nab2c	\
@

