new version of tecs_dlog (now in fortran)
This commit is contained in:
@@ -11,6 +11,9 @@ OBJ= tecs_cli.o coc_client.o coc_util.o err_handling.o \
|
||||
CC=cc
|
||||
CFLAGS= -std1 -g -warnprotos -I../ -I. -I../hardsup
|
||||
|
||||
.f.o:
|
||||
f77 -c -g $*.f
|
||||
|
||||
.c.o:
|
||||
$(CC) $(CFLAGS) -c $*.c
|
||||
|
||||
@@ -19,9 +22,7 @@ tecs: $(OBJ)
|
||||
ar cr libtecsl.a $(OBJ)
|
||||
ranlib libtecsl.a
|
||||
- rm TecsServer
|
||||
$(CC) $(CFLAGS) -o TecsServer -g tecs.c fortify1.c -lm -L. -ltecsl -L../hardsup -lhlib
|
||||
- rm tecs
|
||||
f77 -o tecs -g test.for tecs_tas.for get_lun.for -L. -ltecsl
|
||||
$(CC) $(CFLAGS) -o TecsServer -g tecs.c fortify1.c -lm -L. -ltecsl -L../hardsup -lhlib -lfor
|
||||
clean:
|
||||
rm *.o
|
||||
rm *.a
|
||||
|
||||
Reference in New Issue
Block a user