mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
WIP ctb
This commit is contained in:
@ -1 +0,0 @@
|
||||
../slsDetectorServer/AD7689.h
|
@ -1 +0,0 @@
|
||||
../slsDetectorServer/AD9257.h
|
@ -1 +0,0 @@
|
||||
../slsDetectorServer/ALTERA_PLL.h
|
@ -1 +0,0 @@
|
||||
../slsDetectorServer/I2C.h
|
@ -1 +0,0 @@
|
||||
../slsDetectorServer/INA226.h
|
@ -1 +0,0 @@
|
||||
../slsDetectorServer/LTC2620.h
|
@ -1 +0,0 @@
|
||||
../slsDetectorServer/MAX1932.h
|
@ -1,17 +1,19 @@
|
||||
current_dir = $(shell pwd)
|
||||
main_server = ../slsDetectorServer/
|
||||
support_lib = ../../slsSupportLib/include/
|
||||
|
||||
CROSS = bfin-uclinux-
|
||||
CC = $(CROSS)gcc
|
||||
CFLAGS += -Wall -DCHIPTESTBOARDD -DSTOP_SERVER #-DDEBUG1 #-DJCTB -DVERBOSEI #-DVERBOSE
|
||||
LDLIBS += -lm -lstdc++
|
||||
|
||||
CFLAGS += -Wall -DCHIPTESTBOARDD -DSTOP_SERVER -I$(main_server) -I$(support_lib) -I$(current_dir)#-DVERBOSEI #-DVERBOSE
|
||||
LDLIBS += -lm
|
||||
PROGS = ctbDetectorServer
|
||||
DESTDIR ?= bin
|
||||
INSTMODE = 0777
|
||||
|
||||
SRC_CLNT = communication_funcs.c slsDetectorServer.c slsDetectorServer_funcs.c slsDetectorFunctionList.c
|
||||
OBJS = $(SRC_CLNT:.c=.o)
|
||||
SRCS = $(main_server)communication_funcs.c $(main_server)slsDetectorServer.c $(main_server)slsDetectorServer_funcs.c slsDetectorFunctionList.c
|
||||
OBJS = $(SRCS:.c=.o)
|
||||
|
||||
#all: clean versioning $(PROGS)
|
||||
all: clean $(PROGS)
|
||||
all: clean versioning $(PROGS)
|
||||
|
||||
boot: $(OBJS)
|
||||
|
||||
@ -29,7 +31,7 @@ $(PROGS): $(OBJS)
|
||||
rm *.gdb
|
||||
|
||||
clean:
|
||||
rm -rf $(DESTDIR)/$(PROGS) *.o *.gdb
|
||||
rm -rf $(DESTDIR)/$(PROGS) *.o *.gdb $(main_server)*.o
|
||||
|
||||
|
||||
|
||||
|
@ -1 +0,0 @@
|
||||
../slsDetectorServer/UDPPacketHeaderGenerator.h
|
@ -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/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
|
Reference in New Issue
Block a user