M.Z. 20.08.2003

This commit is contained in:
cvs
2003-08-20 14:40:52 +00:00
parent 3f17e76df1
commit b9c35befdd
8 changed files with 159 additions and 25 deletions

View File

@@ -42,6 +42,19 @@ TecsClient: $(TECLI_OBJ)
libtecs.so: tecs_c.c $(CLI_OBJ)
$(CC) $(CFLAGS) -shared -o $@ $Q $(FORTIFYOBJ)
# -- for Tru64 Unix only
conv: strings.f90 conv.f90 sys_cmdpar.o str.o
f90 -o conv $Q
config: src/tecs src/tecs/tecs.cfg
src/tecs: conv src/cfg/*.inp
conv all
touch src/tecs
src/tecs/tecs.cfg: src/cfg/*.cfg
cp src/cfg/*.cfg src/tecs/
# -- needs special include
tecs_serial.o: tecs_serial.c
$(CC) $(CFLAGS) -I$(SICS)/hardsup -c $Q