Skip to content
Snippets Groups Projects
Commit b4750e49 authored by Philippe Canal's avatar Philippe Canal
Browse files

Add the Double32 dict to rootmap. Use the Double32 dict .d file

git-svn-id: http://root.cern.ch/svn/root/trunk@16937 27541ba8-7e3a-0410-8455-c3a389f83636
parent 7cd25a69
No related branches found
No related tags found
No related merge requests found
......@@ -62,7 +62,7 @@ MATHCOREH := $(MATHCOREAH) $(MATHCOREGVH)
MATHCORES := $(filter-out $(MODDIRS)/G__%,$(wildcard $(MODDIRS)/*.cxx))
MATHCOREO := $(MATHCORES:.cxx=.o)
MATHCOREDEP := $(MATHCOREO:.o=.d) $(MATHCOREDO:.o=.d)
MATHCOREDEP := $(MATHCOREO:.o=.d) $(MATHCOREDO:.o=.d) $(MATHCOREDO32:.o=.d)
MATHCORELIB := $(LPATH)/libMathCore.$(SOEXT)
......@@ -100,7 +100,7 @@ all-mathcore: $(MATHCORELIB)
map-mathcore: $(RLIBMAP)
$(RLIBMAP) -r $(ROOTMAP) -l $(MATHCORELIB) \
-d $(MATHCORELIBDEP) -c $(MATHCOREL) $(MATHCORELINC)
-d $(MATHCORELIBDEP) -c $(MATHCOREL) $(MATHCORELINC) $(MATHCOREL32)
map:: map-mathcore
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment