merge from refgui. not completed

This commit is contained in:
2019-04-12 09:12:44 +02:00
parent 74f2783b10
commit 9543171504
552 changed files with 8396 additions and 16164 deletions

View File

@@ -14,8 +14,11 @@ all: clean versioning $(PROGS)
boot: $(OBJS)
version_name=APICTB
version_path=slsDetectorServers/ctbDetectorServer
versioning:
@echo `tput setaf 6; ./updateGitVersion.sh; tput sgr0;`
cd ../../ && echo $(PWD) && echo `tput setaf 6; ./updateAPIVersion.sh $(version_name) $(version_path); tput sgr0;`
$(PROGS): $(OBJS)
# echo $(OBJS)