- Fixed putpos bug in ecbdriv.c

- Improved handling of conflicting drive commands in ecbdriv.c
- Better status codes after drive command
- Better error handling in anticollider
This commit is contained in:
cvs
2003-09-04 07:15:38 +00:00
parent d310b4a427
commit d542f758b0
3 changed files with 49 additions and 26 deletions

View File

@@ -5,11 +5,14 @@
# Markus Zolliker, March 2003
#--------------------------------------------------------------------------
include ../../$(SRC)linux_def
include ../../linux_def
SICST=..
SICS=$(SRC)..
CC = gcc
FC = g77
CFLAGS = -DLINUX -g $(DFORTIFY)
CFLAGS = -DLINUX -g $(DFORTIFY) -I../..
FFLAGS = -u -fvxt -g
ARFLAGS = cr
@@ -20,6 +23,9 @@ ARFLAGS = cr
PGPLOT =/afs/psi.ch/user/z/zolliker/pgplot/
PGLIB =$(PGPLOT)/libpgplot.a -L/usr/X11R6/lib -lX11
# -- library for ASYNSRV
HARDSUPLIB=../hardsup/libhlib.a
# -- readline library
RDLIB =-lreadline -ltermcap