diff --git a/make_gen b/make_gen index 73c80a4..1cf8562 100644 --- a/make_gen +++ b/make_gen @@ -26,7 +26,9 @@ OBJ=psi.o buffer.o ruli.o sps.o pimotor.o \ pfeifferprot.o termprot.o phytron.o autowin.o eigera2.o \ jvlprot.o \ eigermono.o sputterprot.o zwickroll.o astriumnet.o poldifold.o \ - epicsadapter.o zebraswap.o + zebraswap.o + +#epicsadapter.o .SECONDARY.: sanslirebin.c @@ -51,4 +53,4 @@ sinq.o: sinq.c sinq.h dgrambroadcast.h EPICSINC=$(EXTRAROOT)/include epicsadapter.o: epicsadapter.c - $(CC) $(SINQOPT) -I$(EPICSINC) -I$(EPICSINC)/os/Linux -I$(EPICSINC)/compiler/gcc -I$(SICSROOT)/sics -c -g epicsadapter.c \ No newline at end of file + $(CC) $(SINQOPT) -I$(EPICSINC) -I$(EPICSINC)/os/Linux -I$(EPICSINC)/compiler/gcc -I$(SICSROOT)/sics -c -g epicsadapter.c diff --git a/psi.c b/psi.c index 27cf742..db6de6a 100644 --- a/psi.c +++ b/psi.c @@ -125,7 +125,7 @@ static void AddPsiCommands(SicsInterp * pInter) SCMD("MakeEiger", InitEiger); SCMD("MakeEigerMono", InitEigerMono); PCMD("cnvrt", CnvrtAction); - SCMD("MakeEpicsAdapter", MakeEpicsAdapter); + /* SCMD("MakeEpicsAdapter", MakeEpicsAdapter); */ PCMD("zebraswap", ZebraSwap); /* * Tcl 8.5 has implemented the clock command in tcl rather then C.