Compiles now under RHEL7

This commit is contained in:
2017-01-13 16:36:17 +01:00
parent ae3b909dca
commit 6762b0d437
3 changed files with 9 additions and 3 deletions

View File

@ -48,3 +48,7 @@ dgrambroadcast.o: dgrambroadcast.h dgrambroadcast.c
sinq.o: sinq.c sinq.h dgrambroadcast.h
$(CC) -I$(TCLINC) $(SINQOPT) -I$(SICSROOT)/sics -g -c sinq.c
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