From 8b4a02288183b78133ddeeab7835a7cf8508ab7e Mon Sep 17 00:00:00 2001 From: cvs Date: Fri, 27 Apr 2001 09:31:23 +0000 Subject: [PATCH] makes only libtecsl.a by default (M.Z.) --- tecs/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tecs/Makefile b/tecs/Makefile index c6f338b7..d0dd9b22 100644 --- a/tecs/Makefile +++ b/tecs/Makefile @@ -23,13 +23,13 @@ CFLAGS= -std1 -g -warnprotos -I../ -I. -I../hardsup .c.o: $(CC) $(CFLAGS) -c $*.c -all: libtecsl.a bin/TecsServer tecs - libtecsl.a: $(CLI_OBJ) - rm -f libtecsl.a ar cr libtecsl.a $(CLI_OBJ) ranlib libtecsl.a +all: libtecsl.a bin/TecsServer tecs + tecs_plot.o: tecs_plot.f90 f90 -c -g tecs_plot.f90