improved tecs driver M.Z.
SKIPPED: psi/makefile psi/psi.c psi/tecsdriv.c psi/tecsdriv.h psi/hardsup/makefile psi/tecs/coc_client.c psi/tecs/coc_util.c psi/tecs/coc_util.h psi/tecs/didi psi/tecs/instr_hosts.c psi/tecs/make_gen psi/tecs/makefile psi/tecs/makefile_linux psi/tecs/myc_time.h psi/tecs/six.c psi/tecs/tecs.c psi/tecs/tecs_cli.c psi/tecs/tecs_client.f psi/tecs/tecs_data.c psi/tecs/tecs_plot.f psi/tecs/tecs_serial.c psi/tecs/term.c psi/utils/makefile
This commit is contained in:
7
make_gen
7
make_gen
@ -42,8 +42,8 @@ VELOOBJ = velo.o velosim.o
|
||||
|
||||
all: SICServer
|
||||
|
||||
full: matrix/libmatrix.a psi/hardsup/libhlib.a psi/tecs/libtecsl.a \
|
||||
psi/libpsi.a SICServer
|
||||
# use this target when some of the libraries SUBLIBS might be incomplete
|
||||
full: purge SICServer
|
||||
|
||||
SICServer: $(SOBJ) $(MOTOROBJ) $(COUNTEROBJ) \
|
||||
$(VELOOBJ) $(DIFIL) $(EXTRA) \
|
||||
@ -64,6 +64,9 @@ psi/tecs/libtecsl.a:
|
||||
psi/libpsi.a:
|
||||
cd psi; make $(MFLAGS) libpsi.a
|
||||
|
||||
purge:
|
||||
rm -f SICServer $(SUBLIBS)
|
||||
|
||||
clean:
|
||||
rm -f *.o SICServer
|
||||
cd psi/hardsup; make $(MFLAGS) clean
|
||||
|
Reference in New Issue
Block a user