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

move geom, geombuilder, geompainter and gdml to geom meta directory.

git-svn-id: http://root.cern.ch/svn/root/trunk@22923 27541ba8-7e3a-0410-8455-c3a389f83636
parent f7951ed0
No related branches found
No related tags found
No related merge requests found
Showing
with 22 additions and 16 deletions
...@@ -63,10 +63,10 @@ MODULES = build cint/cint metautils pcre utils base cont meta io \ ...@@ -63,10 +63,10 @@ MODULES = build cint/cint metautils pcre utils base cont meta io \
hist/hist tree/tree freetype graf gpad g3d gui math/minuit \ hist/hist tree/tree freetype graf gpad g3d gui math/minuit \
hist/histpainter tree/treeplayer ged tree/treeviewer \ hist/histpainter tree/treeplayer ged tree/treeviewer \
math/physics \ math/physics \
postscript rint thread html eg geom geompainter vmc \ postscript rint thread html eg geom/geom geom/geompainter vmc \
math/fumili math/mlp math/quadp auth guibuilder xml \ math/fumili math/mlp math/quadp auth guibuilder xml \
math/foam math/splot math/smatrix sql tmva \ math/foam math/splot math/smatrix sql tmva \
geombuilder hist/spectrum hist/spectrumpainter \ geom/geombuilder hist/spectrum hist/spectrumpainter \
fitpanel proof/proof proof/proofplayer sessionviewer guihtml fitpanel proof/proof proof/proofplayer sessionviewer guihtml
ifeq ($(ARCH),win32) ifeq ($(ARCH),win32)
...@@ -183,7 +183,7 @@ ifeq ($(BUILDROOFIT),yes) ...@@ -183,7 +183,7 @@ ifeq ($(BUILDROOFIT),yes)
MODULES += roofitcore roofit MODULES += roofitcore roofit
endif endif
ifeq ($(BUILDGDML),yes) ifeq ($(BUILDGDML),yes)
MODULES += gdml MODULES += geom/gdml
endif endif
ifeq ($(BUILDTABLE),yes) ifeq ($(BUILDTABLE),yes)
MODULES += table MODULES += table
...@@ -244,7 +244,7 @@ MODULES += unix winnt x11 x11ttf win32gdk gl ftgl rfio castor \ ...@@ -244,7 +244,7 @@ MODULES += unix winnt x11 x11ttf win32gdk gl ftgl rfio castor \
oracle xmlparser math/mathmore cint/reflex cintex \ oracle xmlparser math/mathmore cint/reflex cintex \
roofitcore roofit \ roofitcore roofit \
math/minuit2 monalisa math/fftw odbc math/unuran \ math/minuit2 monalisa math/fftw odbc math/unuran \
gdml eve g4root glite geom/gdml eve g4root glite
MODULES := $(sort $(MODULES)) # removes duplicates MODULES := $(sort $(MODULES)) # removes duplicates
endif endif
......
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
# #
# Author: Ben Lloyd 09/11/06 # Author: Ben Lloyd 09/11/06
MODDIR := gdml MODNAME := gdml
MODDIR := geom/$(MODNAME)
MODDIRS := $(MODDIR)/src MODDIRS := $(MODDIR)/src
MODDIRI := $(MODDIR)/inc MODDIRI := $(MODDIR)/inc
...@@ -35,6 +36,8 @@ ALLMAPS += $(GDMLMAP) ...@@ -35,6 +36,8 @@ ALLMAPS += $(GDMLMAP)
INCLUDEFILES += $(GDMLDEP) INCLUDEFILES += $(GDMLDEP)
##### local rules ##### ##### local rules #####
.PHONY: all-$(MODNAME) clean-$(MODNAME) distclean-$(MODNAME)
include/%.h: $(GDMLDIRI)/%.h include/%.h: $(GDMLDIRI)/%.h
cp $< $@ cp $< $@
...@@ -51,14 +54,14 @@ $(GDMLMAP): $(RLIBMAP) $(MAKEFILEDEP) $(GDMLL) ...@@ -51,14 +54,14 @@ $(GDMLMAP): $(RLIBMAP) $(MAKEFILEDEP) $(GDMLL)
$(RLIBMAP) -o $(GDMLMAP) -l $(GDMLLIB) \ $(RLIBMAP) -o $(GDMLMAP) -l $(GDMLLIB) \
-d $(GDMLLIBDEPM) -c $(GDMLL) -d $(GDMLLIBDEPM) -c $(GDMLL)
all-gdml: $(GDMLLIB) $(GDMLMAP) all-$(MODNAME): $(GDMLLIB) $(GDMLMAP)
clean-gdml: clean-$(MODNAME):
@rm -f $(GDMLO) $(GDMLDO) @rm -f $(GDMLO) $(GDMLDO)
clean:: clean-gdml clean:: clean-$(MODNAME)
distclean-gdml: clean-gdml distclean-$(MODNAME): clean-$(MODNAME)
@rm -f $(GDMLDEP) $(GDMLDS) $(GDMLDH) $(GDMLLIB) $(GDMLMAP) @rm -f $(GDMLDEP) $(GDMLDS) $(GDMLDH) $(GDMLLIB) $(GDMLMAP)
distclean:: distclean-gdml distclean:: distclean-$(MODNAME)
File moved
File moved
File moved
File moved
File moved
File moved
...@@ -3,7 +3,8 @@ ...@@ -3,7 +3,8 @@
# #
# Author: Fons Rademakers, 29/2/2000 # Author: Fons Rademakers, 29/2/2000
MODDIR := geom MODNAME := geom
MODDIR := geom/$(MODNAME)
MODDIRS := $(MODDIR)/src MODDIRS := $(MODDIR)/src
MODDIRI := $(MODDIR)/inc MODDIRI := $(MODDIR)/inc
...@@ -55,6 +56,8 @@ ALLMAPS += $(GEOMMAP) ...@@ -55,6 +56,8 @@ ALLMAPS += $(GEOMMAP)
INCLUDEFILES += $(GEOMDEP) INCLUDEFILES += $(GEOMDEP)
##### local rules ##### ##### local rules #####
.PHONY: all-$(MODNAME) clean-$(MODNAME) distclean-$(MODNAME)
include/%.h: $(GEOMDIRI)/%.h include/%.h: $(GEOMDIRI)/%.h
cp $< $@ cp $< $@
...@@ -75,14 +78,14 @@ $(GEOMMAP): $(RLIBMAP) $(MAKEFILEDEP) $(GEOML1) $(GEOML2) ...@@ -75,14 +78,14 @@ $(GEOMMAP): $(RLIBMAP) $(MAKEFILEDEP) $(GEOML1) $(GEOML2)
$(RLIBMAP) -o $(GEOMMAP) -l $(GEOMLIB) \ $(RLIBMAP) -o $(GEOMMAP) -l $(GEOMLIB) \
-d $(GEOMLIBDEPM) -c $(GEOML1) $(GEOML2) -d $(GEOMLIBDEPM) -c $(GEOML1) $(GEOML2)
all-geom: $(GEOMLIB) $(GEOMMAP) all-$(MODNAME): $(GEOMLIB) $(GEOMMAP)
clean-geom: clean-$(MODNAME):
@rm -f $(GEOMO) $(GEOMDO) @rm -f $(GEOMO) $(GEOMDO)
clean:: clean-geom clean:: clean-$(MODNAME)
distclean-geom: clean-geom distclean-$(MODNAME): clean-$(MODNAME)
@rm -f $(GEOMDEP) $(GEOMDS) $(GEOMDH) $(GEOMLIB) $(GEOMMAP) @rm -f $(GEOMDEP) $(GEOMDS) $(GEOMDH) $(GEOMLIB) $(GEOMMAP)
distclean:: distclean-geom distclean:: distclean-$(MODNAME)
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