mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-04-21 11:20:04 +02:00
tiny changes
This commit is contained in:
parent
ee8b0b2ee7
commit
aca95703a9
@ -7,7 +7,7 @@ CXX = $(CC)
|
|||||||
ASM=$(shell echo "/lib/modules/`uname -r`/build/include")
|
ASM=$(shell echo "/lib/modules/`uname -r`/build/include")
|
||||||
LDFLAGDET = -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -lpthread
|
LDFLAGDET = -L$(LIBDIR) -lSlsDetector -L/usr/lib64/ -lpthread
|
||||||
LDFLAGRXR = -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -lpthread
|
LDFLAGRXR = -L$(LIBDIR) -lSlsReceiver -L/usr/lib64/ -lpthread
|
||||||
FLAGS= -Wall #-DEIGER_DEBUG -DEIGER_DEBUG2 #-DWRITE_HEADERS #-DEIGER_DEBUG #-DFIFO_DEBUG
|
FLAGS= -Wall -DEIGER_DEBUG -DEIGER_DEBUG2 -DWRITE_HEADERS #-DEIGER_DEBUG #-DFIFO_DEBUG
|
||||||
# -DVERBOSE
|
# -DVERBOSE
|
||||||
|
|
||||||
# Setting up the verbose flags
|
# Setting up the verbose flags
|
||||||
|
12
branchall.sh
Normal file
12
branchall.sh
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
git branch;
|
||||||
|
cd slsDetectorSoftware;
|
||||||
|
git branch;
|
||||||
|
cd ../slsReceiverSoftware;
|
||||||
|
git branch;
|
||||||
|
cd ../slsDetectorGui;
|
||||||
|
git branch;
|
||||||
|
cd ../slsDetectorCalibration;
|
||||||
|
git branch;
|
||||||
|
cd ../slsImageReconstruction;
|
||||||
|
git branch;
|
||||||
|
cd ..
|
@ -9,3 +9,4 @@ cd ../slsDetectorCalibration;
|
|||||||
git diff;
|
git diff;
|
||||||
cd ../slsImageReconstruction;
|
cd ../slsImageReconstruction;
|
||||||
git diff;
|
git diff;
|
||||||
|
cd ..
|
||||||
|
@ -15,3 +15,4 @@ git status;
|
|||||||
echo "***slsImageReconstruction";
|
echo "***slsImageReconstruction";
|
||||||
cd ../slsImageReconstruction;
|
cd ../slsImageReconstruction;
|
||||||
git status;
|
git status;
|
||||||
|
cd ..
|
||||||
|
Loading…
x
Reference in New Issue
Block a user