mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-08 19:10:42 +02:00
removed symlinks in jf server (#49)
This commit is contained in:
parent
3881e2cd21
commit
3e874a3650
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/AD9257.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/ALTERA_PLL.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/LTC2620.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/MAX1932.h
|
|
@ -1,13 +1,16 @@
|
|||||||
|
current_dir = $(shell pwd)
|
||||||
|
main_server = ../slsDetectorServer/
|
||||||
|
support_lib = ../../slsSupportLib/include/
|
||||||
|
|
||||||
CROSS = bfin-uclinux-
|
CROSS = bfin-uclinux-
|
||||||
CC = $(CROSS)gcc
|
CC = $(CROSS)gcc
|
||||||
CFLAGS += -Wall -DJUNGFRAUD -DSTOP_SERVER #-DVERBOSEI #-DVERBOSE
|
CFLAGS += -Wall -DJUNGFRAUD -DSTOP_SERVER -I$(main_server) -I$(support_lib) -I$(current_dir)#-DVERBOSEI #-DVERBOSE
|
||||||
LDLIBS += -lm -lstdc++
|
LDLIBS += -lm
|
||||||
|
|
||||||
PROGS = jungfrauDetectorServer
|
PROGS = jungfrauDetectorServer
|
||||||
DESTDIR ?= bin
|
DESTDIR ?= bin
|
||||||
INSTMODE = 0777
|
INSTMODE = 0777
|
||||||
|
|
||||||
SRC_CLNT = communication_funcs.c slsDetectorServer.c slsDetectorServer_funcs.c slsDetectorFunctionList.c
|
SRC_CLNT = $(main_server)communication_funcs.c $(main_server)slsDetectorServer.c $(main_server)slsDetectorServer_funcs.c slsDetectorFunctionList.c
|
||||||
OBJS = $(SRC_CLNT:.c=.o)
|
OBJS = $(SRC_CLNT:.c=.o)
|
||||||
|
|
||||||
all: clean versioning $(PROGS)
|
all: clean versioning $(PROGS)
|
||||||
@ -23,7 +26,7 @@ versioning:
|
|||||||
$(PROGS): $(OBJS)
|
$(PROGS): $(OBJS)
|
||||||
# echo $(OBJS)
|
# echo $(OBJS)
|
||||||
mkdir -p $(DESTDIR)
|
mkdir -p $(DESTDIR)
|
||||||
$(CC) -o $@ $^ $(CFLAGS) $(LDLIBS)
|
$(CC) -o $@ $^ $(CFLAGS) $(LDLIBS)
|
||||||
mv $(PROGS) $(DESTDIR)
|
mv $(PROGS) $(DESTDIR)
|
||||||
rm *.gdb
|
rm *.gdb
|
||||||
|
|
||||||
|
@ -1 +0,0 @@
|
|||||||
../../slsSupportLib/include/ansi.h
|
|
@ -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/communication_funcs_UDP.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/logger.h
|
|
@ -1 +0,0 @@
|
|||||||
../slsDetectorServer/programfpga.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
|
|
@ -5,6 +5,6 @@
|
|||||||
#define APIRECEIVER 0x190722
|
#define APIRECEIVER 0x190722
|
||||||
#define APIGUI 0x190723
|
#define APIGUI 0x190723
|
||||||
#define APIGOTTHARD 0x190816
|
#define APIGOTTHARD 0x190816
|
||||||
#define APIJUNGFRAU 0x190816
|
|
||||||
#define APIMOENCH 0x190816
|
#define APIMOENCH 0x190816
|
||||||
#define APIEIGER 0x190816
|
#define APIEIGER 0x190816
|
||||||
|
#define APIJUNGFRAU 0x190819
|
||||||
|
Loading…
x
Reference in New Issue
Block a user