Skip to content

Commit

Permalink
Remove moved away rules
Browse files Browse the repository at this point in the history
  • Loading branch information
pcanal committed Feb 8, 2025
1 parent 70099e7 commit d391df3
Showing 1 changed file with 0 additions and 59 deletions.
59 changes: 0 additions & 59 deletions root/io/evolution/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -127,74 +127,15 @@ ClonesArrayEvo.log: Event_3_cxx.$(DllSuf)
ClonesArrayEvo: ClonesArrayEvo.log
$(TestDiff)

#FILES := int.root float16.root double32.root regular.root char.root \
# short.root long.root longlong.root uchar.root ushort.root \
# uint.root ulong.root ulonglong.root float.root double.root \
# double32enough.root double32mantis.root \
# float16enough.root float16mantis.root
#FILESFAIL := double32tooshort.root float16tooshort.root
#ifneq ($(FAST),)
#FILES := int.root double32.root longlong.root float.root
#FILESFAIL :=
#endif

LIBS := $(patsubst %.root,lib%.$(DllSuf),$(FILES) $(FILESFAIL))

LOGS = $(patsubst %.root,check.%.log,$(FILES) $(FILESFAIL))

SUCCESSES = $(patsubst %.root,check%.success,$(FILES) $(FILESFAIL))

.PHONY: files

.PRECIOUS: lib%.$(DllSuf) %.root

files: $(FILES) $(FILESFAIL)

logs: $(LOGS)

NumericalTypeEvolution: $(SUCCESSES)

$(LIBS): lib%.$(DllSuf): rootalias.C float16.cxx float16.h compile.C
$(CMDECHO) $(CALLROOTEXE) -b -l -q 'compile.C(0, "$*")' > $*.log 2>&1

%.root: lib%.$(DllSuf) rootalias.C run.C
$(CMDECHO) $(CALLROOTEXE) -b -l -q 'run.C("$*")' > lib$*.log 2>&1

$(LOGS) : check.%.log: %.root $(FILES) $(FILESFAIL) read.C
$(CMDECHO) $(CALLROOTEXE) -b -l -q 'read.C("$(FILES)", "$(FILESFAIL)", 0, "$*")' 2>&1 | grep -v Processing > $@

$(SUCCESSES) : check%.success: check.%.log
ifeq ($(FAST),)
$(CMDECHO) diff -b check.ref $< && touch $@
else
$(CMDECHO) diff -b check_fast.ref $< && touch $@
endif

#STL_FILES := map.root vector.root multimap.root list.root

STL_LIBS := $(patsubst %.root,lib%.$(DllSuf),$(STL_FILES))

STL_LOGS = $(patsubst %.root,check.%.log,$(STL_FILES))

STL_SUCCESSES = $(patsubst %.root,check%.success,$(STL_FILES))

.PHONY: stl_files

stl_files: $(STL_FILES)

stl_logs: $(STL_LOGS)

StlTypeEvolution: $(patsubst %.root,check%.success,$(STL_FILES))

$(STL_LIBS): lib%.$(DllSuf): rootalias.C maptovector.cxx maptovector.h compile.C
$(CMDECHO) $(CALLROOTEXE) -b -l -q 'compile.C(1, "$*")' > $*.log 2>&1

$(STL_LOGS) : check.%.log: %.root $(STL_FILES) read.C
$(CMDECHO) $(CALLROOTEXE) -b -l -q 'read.C("$(STL_FILES)", "", 1, "$*")' 2>&1 | grep -v Processing > $@

$(STL_SUCCESSES) : check%.success: check.%.log
$(CMDECHO) diff -b check.stl.ref $< && touch $@

atlas32: assertMakeAtlas32.elog
$(CMDECHO) diff -w assertMakeAtlas32.elog assertMakeAtlas32.ref

Expand Down

0 comments on commit d391df3

Please sign in to comment.