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:
|
.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
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user