makes only libtecsl.a by default (M.Z.)
This commit is contained in:
@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user