Skip to content
Snippets Groups Projects
Commit 1aff7ae9 authored by Fons Rademakers's avatar Fons Rademakers
Browse files

make target "static" only when needed for iOS.

git-svn-id: http://root.cern.ch/svn/root/trunk@36849 27541ba8-7e3a-0410-8455-c3a389f83636
parent 6816788c
No related branches found
No related tags found
No related merge requests found
......@@ -339,6 +339,8 @@ ROOTLIBS := $(BOOTLIBS) $(LPATH)/libRIO.lib $(LPATH)/libNet.lib \
RINTLIBS := $(LPATH)/libRint.lib
endif
ROOTALIB := $(LPATH)/libRoot.a
# ROOTLIBSDEP is intended to match the content of ROOTLIBS
BOOTLIBSDEP = $(ORDER_) $(CORELIB) $(CINTLIB) $(MATHCORELIB)
ifneq ($(ROOTDICTTYPE),cint)
......@@ -992,7 +994,9 @@ maintainer-clean:: distclean
version: $(CINTTMP)
@$(MAKEVERSION)
static: rootlibs
static: $(ROOTALIB)
$(ROOTALIB): $(ALLLIBS)
@$(MAKESTATIC) $(PLATFORM) "$(CXX)" "$(CC)" "$(LD)" "$(LDFLAGS)" \
"$(XLIBS)" "$(SYSLIBS)" "$(STATICEXTRALIBS)"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment