makes only libtecsl.a by default (M.Z.)

This commit is contained in:
cvs
2001-04-27 09:31:23 +00:00
parent f9dcecfa9b
commit 8b4a022881

View File

@ -23,13 +23,13 @@ CFLAGS= -std1 -g -warnprotos -I../ -I. -I../hardsup
.c.o: .c.o:
$(CC) $(CFLAGS) -c $*.c $(CC) $(CFLAGS) -c $*.c
all: libtecsl.a bin/TecsServer tecs
libtecsl.a: $(CLI_OBJ) libtecsl.a: $(CLI_OBJ)
- rm -f libtecsl.a - rm -f libtecsl.a
ar cr libtecsl.a $(CLI_OBJ) ar cr libtecsl.a $(CLI_OBJ)
ranlib libtecsl.a ranlib libtecsl.a
all: libtecsl.a bin/TecsServer tecs
tecs_plot.o: tecs_plot.f90 tecs_plot.o: tecs_plot.f90
f90 -c -g tecs_plot.f90 f90 -c -g tecs_plot.f90