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

move hist, histpainter, spectrum and spectrumpainter in the hist package.

git-svn-id: http://root.cern.ch/svn/root/trunk@22694 27541ba8-7e3a-0410-8455-c3a389f83636
parent ee6ac187
No related branches found
No related tags found
No related merge requests found
Showing
with 7 additions and 5 deletions
......@@ -60,12 +60,12 @@ include $(MAKEFILEDEP)
MODULES = build cint metautils pcre utils base cont meta io \
math fit mathcore net zip clib matrix newdelete \
hist tree freetype graf gpad g3d gui minuit \
histpainter treeplayer ged treeviewer physics \
hist/hist tree freetype graf gpad g3d gui minuit \
hist/histpainter treeplayer ged treeviewer physics \
postscript rint thread html eg geom geompainter vmc fumili \
mlp quadp auth guibuilder xml foam splot smatrix sql tmva \
geombuilder spectrum spectrumpainter fitpanel proof/proof \
proof/proofplayer sessionviewer guihtml
geombuilder hist/spectrum hist/spectrumpainter \
fitpanel proof/proof proof/proofplayer sessionviewer guihtml
ifeq ($(ARCH),win32)
MODULES += winnt win32gdk
......
......@@ -3,7 +3,7 @@
#
# Author: Fons Rademakers, 29/2/2000
MODDIR := hist
MODDIR := hist/hist
MODDIRS := $(MODDIR)/src
MODDIRI := $(MODDIR)/inc
......@@ -40,6 +40,8 @@ ALLMAPS += $(HISTMAP)
INCLUDEFILES += $(HISTDEP)
##### local rules #####
.PHONY: all-hist map-hist clean-hist distclean-hist
include/Math/%.h: $(HISTDIRI)/Math/%.h
@(if [ ! -d "include/Math" ]; then \
mkdir -p include/Math; \
......
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
File moved
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