mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-11 12:27:14 +02:00
WIP
This commit is contained in:
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/AD9252.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/AD9257.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/LTC2620.h
|
|
@ -1,14 +1,17 @@
|
|||||||
CROSS = bfin-uclinux-
|
current_dir = $(shell pwd)
|
||||||
CC = $(CROSS)gcc
|
main_server = ../slsDetectorServer/
|
||||||
CFLAGS += -Wall -DGOTTHARDD -DSTOP_SERVER # -DVERBOSE
|
support_lib = ../../slsSupportLib/include/
|
||||||
LDLIBS += -lm -lstdc++
|
|
||||||
|
|
||||||
|
CROSS = bfin-uclinux-
|
||||||
|
CC = $(CROSS)gcc
|
||||||
|
CFLAGS += -Wall -DGOTTHARDD -DSTOP_SERVER -I$(main_server) -I$(support_lib) -I$(current_dir)#-DVERBOSEI #-DVERBOSE
|
||||||
|
LDLIBS += -lm
|
||||||
PROGS = gotthardDetectorServer
|
PROGS = gotthardDetectorServer
|
||||||
DESTDIR ?= bin
|
DESTDIR ?= bin
|
||||||
INSTMODE = 0777
|
INSTMODE = 0777
|
||||||
|
|
||||||
SRCS = communication_funcs.c slsDetectorServer.c slsDetectorServer_funcs.c slsDetectorFunctionList.c
|
SRCS = $(main_server)communication_funcs.c $(main_server)slsDetectorServer.c $(main_server)slsDetectorServer_funcs.c slsDetectorFunctionList.c
|
||||||
OBJS = $(SRCS:%.c=%.o)
|
OBJS = $(SRCS:.c=.o)
|
||||||
|
|
||||||
|
|
||||||
all: clean versioning $(PROGS)
|
all: clean versioning $(PROGS)
|
||||||
@ -29,7 +32,7 @@ $(PROGS): $(OBJS)
|
|||||||
rm *.gdb
|
rm *.gdb
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(DESTDIR)/$(PROGS) *.o *.gdb
|
rm -rf $(DESTDIR)/$(PROGS) *.o *.gdb $(main_server)*.o
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../../slsSupportLib/include/ansi.h
|
|
Binary file not shown.
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/blackfin.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/common.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/commonServerFunctions.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/communication_funcs.c
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/communication_funcs.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/logger.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/slsDetectorFunctionList.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/slsDetectorServer.c
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/slsDetectorServer_funcs.c
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/slsDetectorServer_funcs.h
|
|
@ -1 +0,0 @@
|
|||||||
../../slsSupportLib/include/sls_detector_defs.h
|
|
@ -1 +0,0 @@
|
|||||||
../../slsSupportLib/include/sls_detector_funcs.h
|
|
@ -1 +0,0 @@
|
|||||||
../../slsSupportLib/include/versionAPI.h
|
|
@ -10,8 +10,8 @@ PROGS = jungfrauDetectorServer
|
|||||||
DESTDIR ?= bin
|
DESTDIR ?= bin
|
||||||
INSTMODE = 0777
|
INSTMODE = 0777
|
||||||
|
|
||||||
SRC_CLNT = $(main_server)communication_funcs.c $(main_server)slsDetectorServer.c $(main_server)slsDetectorServer_funcs.c slsDetectorFunctionList.c
|
SRCS = $(main_server)communication_funcs.c $(main_server)slsDetectorServer.c $(main_server)slsDetectorServer_funcs.c slsDetectorFunctionList.c
|
||||||
OBJS = $(SRC_CLNT:.c=.o)
|
OBJS = $(SRCS:.c=.o)
|
||||||
|
|
||||||
all: clean versioning $(PROGS)
|
all: clean versioning $(PROGS)
|
||||||
|
|
||||||
@ -31,7 +31,7 @@ $(PROGS): $(OBJS)
|
|||||||
rm *.gdb
|
rm *.gdb
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
rm -rf $(DESTDIR)/$(PROGS) *.o *.gdb
|
rm -rf $(DESTDIR)/$(PROGS) *.o *.gdb $(main_server)*.o
|
||||||
|
|
||||||
|
|
||||||
|
|
Binary file not shown.
@ -4,7 +4,7 @@
|
|||||||
#define APILIB 0x190723
|
#define APILIB 0x190723
|
||||||
#define APIRECEIVER 0x190722
|
#define APIRECEIVER 0x190722
|
||||||
#define APIGUI 0x190723
|
#define APIGUI 0x190723
|
||||||
#define APIGOTTHARD 0x190816
|
|
||||||
#define APIMOENCH 0x190816
|
#define APIMOENCH 0x190816
|
||||||
#define APIEIGER 0x190816
|
#define APIEIGER 0x190816
|
||||||
#define APIJUNGFRAU 0x190819
|
#define APIJUNGFRAU 0x190819
|
||||||
|
#define APIGOTTHARD 0x190819
|
||||||
|
Reference in New Issue
Block a user