head	1.3;
access;
symbols
	RELEASE_5_2_1:1.2
	RELEASE_5_2_0:1.2
	RELEASE_4_9_0:1.2
	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.2
	RELEASE_4_2_0:1.2
	RELEASE_4_1_1:1.2;
locks; strict;
comment	@# @;


1.3
date	2004.03.12.13.53.23;	author krion;	state dead;
branches;
next	1.2;

1.2
date	2000.09.04.02.44.01;	author kevlo;	state Exp;
branches;
next	1.1;

1.1
date	2000.07.27.14.33.00;	author nbm;	state Exp;
branches;
next	;


desc
@@


1.3
log
@- Update to version 2003.09.21

PR:		ports/64160
Submitted by:	Liam J. Foy <liamfoy@@sepulcrum.org>
@
text
@--- Makefile.orig      Thu Aug 24 23:40:44 2000
+++ Makefile   Mon Aug 28 14:26:05 2000
@@@@ -5,6 +5,6 @@@@
 # For gcc, ``-O2'' works well.
 
 sim4:
-	cc -o sim4 -I. -O *.c -lm
+	${CC} -o sim4 -I. ${CFLAGS} *.c -lm
 clean:
 	rm -f sim4 *.o
@


1.2
log
@Update to version 2000.08.24

PR: 20897
Submitted by: MAINTAINER
@
text
@@


1.1
log
@Add sim4, an implementation of the sim4 algorithm for aligning expressed
DNA with genomic sequences

PR:		ports/20219
Submitted by:	Johann Visagie <johann@@egenetics.com>
@
text
@d1 2
a2 2
--- Makefile.orig	Thu Jul 13 12:09:47 2000
+++ Makefile	Thu Jul 27 07:28:18 2000
@

