From 7eb05a3637d283b11a5e66c9df182e2573de1f98 Mon Sep 17 00:00:00 2001 From: Dhanya Thattil Date: Mon, 18 Oct 2021 11:52:23 +0200 Subject: [PATCH] make files --- ctbGui/Makefile.root5 | 2 ++ ctbGui/Makefile.root6 | 2 ++ slsDetectorCalibration/gotthardExecutables/Makefile | 2 ++ .../jungfrauExecutables/Makefile.cluster_finder | 2 ++ .../jungfrauExecutables/Makefile.cluster_finder~ | 2 ++ slsDetectorCalibration/jungfrauExecutables/Makefile.zmq | 2 ++ .../moenchExecutables/Makefile.cluster_finder | 2 ++ slsDetectorCalibration/moenchExecutables/Makefile.zmq | 2 ++ slsDetectorServers/ctbDetectorServer/Makefile | 2 ++ slsDetectorServers/eigerDetectorServer/Makefile | 2 ++ slsDetectorServers/gotthard2DetectorServer/Makefile | 2 ++ slsDetectorServers/gotthardDetectorServer/Makefile | 2 ++ slsDetectorServers/jungfrauDetectorServer/Makefile | 2 ++ slsDetectorServers/moenchDetectorServer/Makefile | 2 ++ slsDetectorServers/mythen3DetectorServer/Makefile | 2 ++ slsDetectorServers/stripDetectorDaemon/Makefile | 2 ++ 16 files changed, 32 insertions(+) mode change 100755 => 100644 slsDetectorServers/ctbDetectorServer/Makefile mode change 100755 => 100644 slsDetectorServers/eigerDetectorServer/Makefile mode change 100755 => 100644 slsDetectorServers/gotthard2DetectorServer/Makefile mode change 100755 => 100644 slsDetectorServers/gotthardDetectorServer/Makefile mode change 100755 => 100644 slsDetectorServers/jungfrauDetectorServer/Makefile mode change 100755 => 100644 slsDetectorServers/moenchDetectorServer/Makefile mode change 100755 => 100644 slsDetectorServers/mythen3DetectorServer/Makefile diff --git a/ctbGui/Makefile.root5 b/ctbGui/Makefile.root5 index 698a06e4c..050acbc17 100644 --- a/ctbGui/Makefile.root5 +++ b/ctbGui/Makefile.root5 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package INCS=ctbMain.h ctbDacs.h ctbPattern.h ctbSignals.h ctbAdcs.h ctbAcquisition.h ctbPowers.h ctbSlowAdcs.h diff --git a/ctbGui/Makefile.root6 b/ctbGui/Makefile.root6 index 1c4c552ce..338949617 100644 --- a/ctbGui/Makefile.root6 +++ b/ctbGui/Makefile.root6 @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package INCS=ctbMain.h ctbDacs.h ctbPattern.h ctbSignals.h ctbAdcs.h ctbAcquisition.h ctbPowers.h ctbSlowAdcs.h diff --git a/slsDetectorCalibration/gotthardExecutables/Makefile b/slsDetectorCalibration/gotthardExecutables/Makefile index 5d11522b1..3c24a910f 100644 --- a/slsDetectorCalibration/gotthardExecutables/Makefile +++ b/slsDetectorCalibration/gotthardExecutables/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package slsReceiver --rx_tcpport 1954 & slsReceiver --rx_tcpport 1955 & diff --git a/slsDetectorCalibration/jungfrauExecutables/Makefile.cluster_finder b/slsDetectorCalibration/jungfrauExecutables/Makefile.cluster_finder index 19dfe56d6..574f48e35 100644 --- a/slsDetectorCalibration/jungfrauExecutables/Makefile.cluster_finder +++ b/slsDetectorCalibration/jungfrauExecutables/Makefile.cluster_finder @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package #module add CBFlib/0.9.5 INCDIR=-I. -I../ -I../interpolations -I../interpolations/etaVEL -I../dataStructures -I../../slsSupportLib/include/ -I../../slsReceiverSoftware/include/ diff --git a/slsDetectorCalibration/jungfrauExecutables/Makefile.cluster_finder~ b/slsDetectorCalibration/jungfrauExecutables/Makefile.cluster_finder~ index c5eeca444..f452a020f 100644 --- a/slsDetectorCalibration/jungfrauExecutables/Makefile.cluster_finder~ +++ b/slsDetectorCalibration/jungfrauExecutables/Makefile.cluster_finder~ @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package #module add CBFlib/0.9.5 INCDIR=-I. -I../ -I../interpolations -I../interpolations/etaVEL -I../dataStructures -I../../slsSupportLib/include/ -I../../slsReceiverSoftware/include/ diff --git a/slsDetectorCalibration/jungfrauExecutables/Makefile.zmq b/slsDetectorCalibration/jungfrauExecutables/Makefile.zmq index fdde1b8a1..af60de798 100644 --- a/slsDetectorCalibration/jungfrauExecutables/Makefile.zmq +++ b/slsDetectorCalibration/jungfrauExecutables/Makefile.zmq @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package INCDIR= -I. -I../dataStructures ../tiffIO.cpp -I../ -I../interpolations/ -I../../slsSupportLib/include/ -I../../slsReceiverSoftware/include/ -I../../libs/rapidjson/ LDFLAG= -L/usr/lib64/ -lpthread -lm -lstdc++ -lzmq -pthread -lrt -ltiff -O3 -std=c++11 -Wall -L../../build/bin/ -lSlsSupport diff --git a/slsDetectorCalibration/moenchExecutables/Makefile.cluster_finder b/slsDetectorCalibration/moenchExecutables/Makefile.cluster_finder index c5eeca444..f452a020f 100644 --- a/slsDetectorCalibration/moenchExecutables/Makefile.cluster_finder +++ b/slsDetectorCalibration/moenchExecutables/Makefile.cluster_finder @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package #module add CBFlib/0.9.5 INCDIR=-I. -I../ -I../interpolations -I../interpolations/etaVEL -I../dataStructures -I../../slsSupportLib/include/ -I../../slsReceiverSoftware/include/ diff --git a/slsDetectorCalibration/moenchExecutables/Makefile.zmq b/slsDetectorCalibration/moenchExecutables/Makefile.zmq index fdde1b8a1..af60de798 100644 --- a/slsDetectorCalibration/moenchExecutables/Makefile.zmq +++ b/slsDetectorCalibration/moenchExecutables/Makefile.zmq @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package INCDIR= -I. -I../dataStructures ../tiffIO.cpp -I../ -I../interpolations/ -I../../slsSupportLib/include/ -I../../slsReceiverSoftware/include/ -I../../libs/rapidjson/ LDFLAG= -L/usr/lib64/ -lpthread -lm -lstdc++ -lzmq -pthread -lrt -ltiff -O3 -std=c++11 -Wall -L../../build/bin/ -lSlsSupport diff --git a/slsDetectorServers/ctbDetectorServer/Makefile b/slsDetectorServers/ctbDetectorServer/Makefile old mode 100755 new mode 100644 index fea8d8db6..56b3b271b --- a/slsDetectorServers/ctbDetectorServer/Makefile +++ b/slsDetectorServers/ctbDetectorServer/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package current_dir = $(shell pwd) main_inc = ../slsDetectorServer/include/ main_src = ../slsDetectorServer/src/ diff --git a/slsDetectorServers/eigerDetectorServer/Makefile b/slsDetectorServers/eigerDetectorServer/Makefile old mode 100755 new mode 100644 index 5f1d61d2d..c242d3bb1 --- a/slsDetectorServers/eigerDetectorServer/Makefile +++ b/slsDetectorServers/eigerDetectorServer/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package current_dir = $(shell pwd) main_inc = ../slsDetectorServer/include/ main_src = ../slsDetectorServer/src/ diff --git a/slsDetectorServers/gotthard2DetectorServer/Makefile b/slsDetectorServers/gotthard2DetectorServer/Makefile old mode 100755 new mode 100644 index 481827eab..23ea50584 --- a/slsDetectorServers/gotthard2DetectorServer/Makefile +++ b/slsDetectorServers/gotthard2DetectorServer/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package current_dir = $(shell pwd) main_inc = ../slsDetectorServer/include/ main_src = ../slsDetectorServer/src/ diff --git a/slsDetectorServers/gotthardDetectorServer/Makefile b/slsDetectorServers/gotthardDetectorServer/Makefile old mode 100755 new mode 100644 index 9544d991c..75bed6bb9 --- a/slsDetectorServers/gotthardDetectorServer/Makefile +++ b/slsDetectorServers/gotthardDetectorServer/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package current_dir = $(shell pwd) main_inc = ../slsDetectorServer/include/ main_src = ../slsDetectorServer/src/ diff --git a/slsDetectorServers/jungfrauDetectorServer/Makefile b/slsDetectorServers/jungfrauDetectorServer/Makefile old mode 100755 new mode 100644 index 054f2c62a..0468da861 --- a/slsDetectorServers/jungfrauDetectorServer/Makefile +++ b/slsDetectorServers/jungfrauDetectorServer/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package current_dir = $(shell pwd) main_inc = ../slsDetectorServer/include/ main_src = ../slsDetectorServer/src/ diff --git a/slsDetectorServers/moenchDetectorServer/Makefile b/slsDetectorServers/moenchDetectorServer/Makefile old mode 100755 new mode 100644 index 3091c6564..f08d178e1 --- a/slsDetectorServers/moenchDetectorServer/Makefile +++ b/slsDetectorServers/moenchDetectorServer/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package current_dir = $(shell pwd) main_inc = ../slsDetectorServer/include/ main_src = ../slsDetectorServer/src/ diff --git a/slsDetectorServers/mythen3DetectorServer/Makefile b/slsDetectorServers/mythen3DetectorServer/Makefile old mode 100755 new mode 100644 index f8fb7e3c4..29e39f6b2 --- a/slsDetectorServers/mythen3DetectorServer/Makefile +++ b/slsDetectorServers/mythen3DetectorServer/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package current_dir = $(shell pwd) main_inc = ../slsDetectorServer/include/ main_src = ../slsDetectorServer/src/ diff --git a/slsDetectorServers/stripDetectorDaemon/Makefile b/slsDetectorServers/stripDetectorDaemon/Makefile index 1935c390d..4b2c764e9 100644 --- a/slsDetectorServers/stripDetectorDaemon/Makefile +++ b/slsDetectorServers/stripDetectorDaemon/Makefile @@ -1,3 +1,5 @@ +# SPDX-License-Identifier: LGPL-3.0-or-other +# Copyright (C) 2021 Contributors to the SLS Detector Package current_dir = $(shell pwd) CROSS = nios2-buildroot-linux-gnu-