head	1.4;
access;
symbols
	RELEASE_8_3_0:1.3
	RELEASE_9_0_0:1.3
	RELEASE_7_4_0:1.3
	RELEASE_8_2_0:1.3
	RELEASE_6_EOL:1.3
	RELEASE_8_1_0:1.3
	RELEASE_7_3_0:1.3
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3
	PRE_XORG_7:1.3
	RELEASE_4_EOL:1.3
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.3
	RELEASE_5_5_0:1.3
	RELEASE_6_0_0:1.3
	RELEASE_5_4_0:1.3
	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.4
date	2012.11.17.05.54.51;	author svnexp;	state Exp;
branches;
next	1.3;

1.3
date	2005.02.18.13.41.09;	author krion;	state Exp;
branches;
next	1.2;

1.2
date	2005.02.18.13.39.34;	author krion;	state dead;
branches;
next	1.1;

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


desc
@@


1.4
log
@Switch exporter over
@
text
@
$FreeBSD: head/biology/fluctuate/files/patch-Makefile 300895 2012-07-14 12:56:14Z beat $

--- Makefile.orig
+++ Makefile
@@@@ -1,30 +1,28 @@@@
 LIBS    = -lm
 BINDIR  = ./bin
-CFLAGS  = -O2 -funroll-loops 
-CC        = gcc $(CFLAGS)
 
 fluctuate : fluctuate.o fluc_modellike.o getdata.o plot.o wrap.o \
     coal_modellike.o
-	$(CC) fluctuate.o fluc_modellike.o getdata.o plot.o wrap.o \
+	$(CC) $(CFLAGS) fluctuate.o fluc_modellike.o getdata.o plot.o wrap.o \
     coal_modellike.o $(LIBS) -o fluctuate
 
 clean :
 	rm fluctuate.o fluc_modellike.o coal_modellike.o getdata.o plot.o wrap.o
 
 fluctuate.o : fluctuate.c
-	$(CC) -c fluctuate.c
+	$(CC) $(CFLAGS) -c fluctuate.c
 
 fluc_modellike.o : fluc_modellike.c
-	$(CC) -c fluc_modellike.c
+	$(CC) $(CFLAGS) -c fluc_modellike.c
 
 coal_modellike.o : coal_modellike.c
-	$(CC) -c coal_modellike.c
+	$(CC) $(CFLAGS) -c coal_modellike.c
 
 getdata.o : getdata.c
-	$(CC) -c getdata.c
+	$(CC) $(CFLAGS) -c getdata.c
 
 plot.o : plot.c
-	$(CC) -c plot.c
+	$(CC) $(CFLAGS) -c plot.c
 
 wrap.o : wrap.c
-	$(CC) -c wrap.c
+	$(CC) $(CFLAGS) -c wrap.c
@


1.3
log
@Readd mistakenly removed patch to honour CC/CFLAGS.
@
text
@d2 1
a2 1
$FreeBSD$
@


1.2
log
@Update to version 1.40

PR:		ports/77675
Submitted by:	Sam Lawrance <boris at brooknet.com.au>
@
text
@d1 5
a5 2
--- Makefile.orig	Thu Sep  3 00:56:03 1998
+++ Makefile	Mon Aug  6 15:58:49 2001
d9 2
a10 2
-CFLAGS  = -O
-CC        = cc $(CFLAGS)
d18 2
a19 2
 clean : 
 	rm fluctuate.o fluc_modellike.o coal_modellike.o getdata.o plot.o 
@


1.1
log
@Add fluctuate 1.30, a program to fit population models.
@
text
@@

