- Various little fixes to the TAS software
- Added a sync command for synchronizing a simulation server with the master server.
This commit is contained in:
15
Makefile
15
Makefile
@@ -1,7 +1,7 @@
|
||||
#----------------------------------------------------------------------------
|
||||
# Makefile for SICS
|
||||
#
|
||||
# Mark Koennecke 1996-2000
|
||||
# Mark Koennecke 1996-2001
|
||||
# Markus Zolliker March 2000: add tecs
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
@@ -16,12 +16,15 @@ FORTIFYOBJ =
|
||||
|
||||
|
||||
#----- comment or uncomment if a difrac version is required
|
||||
#DIFOBJ=
|
||||
#DIFIL=
|
||||
# Do not forget to remove or add comments to ofac.c as well if changes
|
||||
# were made here.
|
||||
|
||||
DIFOBJ=
|
||||
DIFIL=
|
||||
#DIFOBJ=difrac.o -Ldifrac -ldif -lfor
|
||||
#----
|
||||
DIFOBJ=difrac.o -Ldifrac -ldif
|
||||
DIFIL= difrac.o
|
||||
#DIFOBJ=difrac.o -Ldifrac -ldif
|
||||
#DIFIL= difrac.o
|
||||
#---------------------------------------------------------------------------
|
||||
|
||||
|
||||
@@ -44,7 +47,7 @@ SOBJ = network.o ifile.o conman.o SCinter.o splitter.o passwd.o \
|
||||
hklscan.o xytable.o amor2t.o nxamor.o amorscan.o amorstat.o \
|
||||
circular.o el755driv.o maximize.o sicscron.o tecsdriv.o sanscook.o \
|
||||
tasinit.o tasutil.o t_rlp.o t_conv.o d_sign.o d_mod.o \
|
||||
tasdrive.o tasscan.o
|
||||
tasdrive.o tasscan.o synchronize.o
|
||||
|
||||
MOTOROBJ = motor.o el734driv.o simdriv.o el734dc.o pipiezo.o pimotor.o
|
||||
COUNTEROBJ = countdriv.o simcter.o counter.o
|
||||
|
||||
Reference in New Issue
Block a user