head	1.2;
access;
symbols
	RELEASE_4_3_0:1.1
	RELEASE_4_2_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2001.05.27.13.49.54;	author ijliao;	state dead;
branches;
next	1.1;

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


desc
@@


1.2
log
@upgrade to 4.3.2

PR:		27273
Submitted by:	maintainer
@
text
@*** tleap/Makefile.orig	Tue Jun 20 13:41:55 2000
--- tleap/Makefile	Sun Sep 10 19:38:24 2000
***************
*** 5,13 ****
  .SUFFIXES:
  .SUFFIXES:  .c .o
  
- .c.o: $<
- 	$(CC) -c $(CFLAGS) -DSYSV $<
- 
  #
  #  Absolutely necessary routines
  #
--- 5,10 ----
***************
*** 76,81 ****
--- 73,79 ----
  OUL2P= utilLib2Pdb.o
  
  TLEAP_OBJ= $(OA) $(OG) $(OO) $(OL) $(OC)
+ all: teLeap$(SFX)
  teLeap$(SFX): $(TLEAP_OBJ)
  	$(CC) -o $@@ $(TLEAP_OBJ) -lm
  
***************
*** 409,415 ****
  zMatrix.o: zMatrix.h
  
  install:  teLeap$(SFX)
! 	mv teLeap$(SFX) $(BINDIR)
  
  uninstall: clean
  	-rm $(BINDIR)/teLeap$(SFX)
--- 407,413 ----
  zMatrix.o: zMatrix.h
  
  install:  teLeap$(SFX)
! 	mv teLeap$(SFX) $(PREFIX)/bin
  
  uninstall: clean
  	-rm $(BINDIR)/teLeap$(SFX)
@


1.1
log
@Initiail version of nab (4.2)

PR:		21585
Submitted by:	M. L. Dodson <bdodson@@scms.utmb.EDU>
@
text
@@

