######################################################################### # /home/observer/wiro/track/makefile for ioffsets routine May 8, 2009. ### added Ioffsets May 2009 by A.Kutyrev to solve the problem of issuing the nudge (nn, ee, ww, ss) commands remotely via ssh. # The original track/makefile is saved as track/makefile08. # 25June08 Alexander Kutyrev # Add followcat. Save previous version as makefileAug28.2008.bak # 09May09 AK ################################################################### all: ioffsets \ #all: track follow stop s g index turn+ turn- offsets nn ss ee ww zero ioffsets\ # col icol off2 ioff2 fixed zenith service catalog newobject dialing\ # keypad showall seeking info rate setcol setdial \ # makecorefile refresh clrusr turn+ra turn+dec turn-ra turn-dec dome \ # setnod nod pad filter fheader nmirdfheader followcat LOG = /home/observer/wiro/bin/log_entry_mini.o ### added Ioffsets May 2009 by A.Kutyrev to solve the problem of issuing the nudge (nn, ee, ww, ss) commands remotely via ssh. ioffsets.o : ioffsets.c wiro.h cc -c ioffsets.c ioffsets: ioffsets.o $(LOG) cc ioffsets.o get_tinfo.o $(LOG) -o ioffsets chmod 1711 ioffsets chmod +s ioffsets