head	1.2;
access;
symbols
	RELEASE_6_2_0:1.1
	RELEASE_6_1_0:1.1
	RELEASE_5_5_0:1.1
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1
	RELEASE_5_3_0:1.1
	RELEASE_4_10_0:1.1
	RELEASE_5_2_1:1.1
	RELEASE_5_2_0:1.1
	RELEASE_4_9_0:1.1
	RELEASE_5_1_0:1.1
	RELEASE_4_8_0:1.1
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1
	RELEASE_4_6_2:1.1
	RELEASE_4_6_1:1.1
	RELEASE_4_6_0:1.1
	RELEASE_5_0_DP1:1.1
	RELEASE_4_5_0:1.1
	RELEASE_4_4_0:1.1;
locks; strict;
comment	@# @;


1.2
date	2007.01.25.11.25.40;	author vd;	state dead;
branches;
next	1.1;

1.1
date	2001.08.06.14.41.58;	author wjv;	state Exp;
branches;
next	;


desc
@@


1.2
log
@Remove expired leaf port:
2007-01-07 biology/coalesce: distfile disappeared from homepage

Actually the software is still available at:
http://evolution.gs.washington.edu/lamarc/coalesce.html, but it is
not supported by the authors. Last version is from 1995 and
biology/fluctuate can be used instead.
@
text
@--- Makefile.orig	Thu Feb 29 18:00:09 1996
+++ Makefile	Mon Aug  6 16:32:10 2001
@@@@ -1,20 +1,9 @@@@
 LIBS    = -lm
 BINDIR  = ./bin
-CFLAGS  = -g
-CC        = cc $(CFLAGS)
+CFLAGS += -g
 DCC     = gcc -g -DDMALLOC_FUNC_CHECK -ansi -pedantic
 DLIBS   = -lm -L/usr/local/lib -ldmalloc
-# -O
 PROGS   =          coalesce fluctuate
 
 coalesce :  coalesce.c constants.h lamarc.h
-	$(CC) coalesce.c $(LIBS) -o coalesce
-
-modellike.o : modellike.c
-	$(CC) -c modellike.c
-
-fluctuate.o : fluctuate.c
-	$(CC) -c fluctuate.c
-
-fluctuate : fluctuate.o modellike.o
-	$(CC) fluctuate.o modellike.o $(LIBS) -o fluctuate
+	$(CC) $(CFLAGS) coalesce.c $(LIBS) -o coalesce
@


1.1
log
@Add coalesce 1.50, a program to fit population models.
@
text
@@

