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

remove dependencies on ROOTSYS from the Makefile's. Allows to make and distclean

without ROOTSYS being set.


git-svn-id: http://root.cern.ch/svn/root/trunk@23553 27541ba8-7e3a-0410-8455-c3a389f83636
parent cf4e7d53
No related branches found
No related tags found
No related merge requests found
......@@ -119,6 +119,7 @@ distclean-$(MODNAME): clean-$(MODNAME)
$(GENVECTORDH) $(GENVECTORDH32) \
$(GENVECTORLIB) $(GENVECTORMAP)
@rm -rf include/Math
@cd $(GENVECTORDIR)/test; make distclean
distclean:: distclean-$(MODNAME)
......
......@@ -6,6 +6,7 @@
#
# Author: Fons Rademakers, 29/2/2000
ROOTSYS = ../../..
include $(ROOTSYS)/test/Makefile.arch
#------------------------------------------------------------------------------
......
......@@ -6,6 +6,7 @@
#
# Author: Fons Rademakers, 29/2/2000
ROOTSYS = ../../..
include $(ROOTSYS)/test/Makefile.arch
#------------------------------------------------------------------------------
......
......@@ -6,7 +6,7 @@
#
# Author: Fons Rademakers, 29/2/2000
ROOTSYS = ../../../..
include $(ROOTSYS)/config/Makefile.config
include $(ROOTSYS)/test/Makefile.arch
......
......@@ -104,6 +104,7 @@ distclean-$(MODNAME): clean-$(MODNAME)
@rm -f $(MINUIT2DEP) $(MINUIT2DS) $(MINUIT2DH) $(MINUIT2LIB) \
$(MINUIT2MAP)
@rm -rf include/Minuit2
@cd $(MINUIT2DIR)/test; make distclean
distclean:: distclean-$(MODNAME)
......
......@@ -6,6 +6,7 @@
#
# Author: Fons Rademakers, 29/2/2000
ROOTSYS = ../../..
include $(ROOTSYS)/test/Makefile.arch
#------------------------------------------------------------------------------
......
......@@ -6,6 +6,7 @@
#
# Author: Fons Rademakers, 29/2/2000
ROOTSYS = ../../..
include $(ROOTSYS)/test/Makefile.arch
include $(ROOTSYS)/config/Makefile.config
......
......@@ -46,7 +46,7 @@ ROOTCINT := rootcint
# Stub Functions Generation
ifeq ($(NOSTUBS),yes)
ROOTCINT = export CXXFLAGS="$(CXXFLAGS)"; $(ROOTSYS)/core/utils/src/rootcint_nostubs.sh -$(ROOTDICTTYPE)
ROOTCINT = export CXXFLAGS="$(CXXFLAGS)"; $(ROOTSYS)/core/utils/src/rootcint_nostubs.sh -$(ROOTDICTTYPE)
endif
ifeq ($(ARCH),hpuxacc)
......
......@@ -6,7 +6,7 @@
#
# Author: Fons Rademakers, 29/2/2000
include $(ROOTSYS)/test/Makefile.arch
include ../Makefile.arch
#------------------------------------------------------------------------------
......
......@@ -6,7 +6,7 @@
#
# Author: Fons Rademakers, 29/2/2000
include $(ROOTSYS)/test/Makefile.arch
include ../Makefile.arch
#------------------------------------------------------------------------------
......
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