-
Notifications
You must be signed in to change notification settings - Fork 1
/
MakeAllDreamDaq
33 lines (27 loc) · 1.22 KB
/
MakeAllDreamDaq
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
all:
cd VMElib && make
cd FIFOlib && make
make
@echo "*******************************************************************************"
@echo " all Dream DAQ software updated with g++ version `g++ -dumpversion`"
@echo "*******************************************************************************"
clean:
cd VMElib && make clean
cd FIFOlib && make clean
make clean
@echo "all Dream DAQ software directory cleaned up"
headers:
@echo "nothing to be done here"
install:
cd scripts && make install
cd VMElib && make install
cd FIFOlib && make install
make install
@echo "all Dream DAQ software installed"
fromscratch: timestamp clean all install
@echo "all Dream DAQ software rebuilt from scratch"
@date
@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
timestamp:
@echo "+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++"
@date