head 1.1; access; symbols 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.1 date 2001.08.06.14.41.58; author wjv; state Exp; branches; next ; desc @@ 1.1 log @Add coalesce 1.50, a program to fit population models. @ 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 @