Jungfrau server with changed ADC phase

This commit is contained in:
2014-12-19 14:28:41 +01:00
parent 94a73ecd45
commit 785f025d1b
7 changed files with 255 additions and 122 deletions

View File

@@ -9,7 +9,7 @@ CC = $(CROSS)gcc
CFLAGS += -Wall -DMOENCHD -DMCB_FUNCS -DDACS_INT -DDEBUG #-DVERBOSE #-DVERYVERBOSE #-DVIRTUAL #-DDACS_INT_CSERVER
PROGS= jungfrauDetectorServer
PROGS= jungfrauDetectorServer
INSTDIR= /tftpboot
INSTMODE= 0777
@@ -23,12 +23,20 @@ OBJS = $(SRCS:%.c=%.o)
all: clean $(PROGS)
test: clean jungfrauADCTEst
boot: $(OBJS)
$(PROGS): $(OBJS)
jungfrauDetectorServer: $(OBJS)
echo $(OBJS)
$(CC) $(CFLAGS) -o $@ $^ $(LDLIBS_$@) $(LDFLAGS_$@)
jungfrauADCTEst: $(OBJS)
echo $(OBJS)
$(CC) $(CFLAGS) -o $@ $^ $(LDLIBS_$@) $(LDFLAGS_$@) -DTESTADC
install: $(PROGS)
$(INSTALL) -d $(INSTDIR)