]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - STEER/Makefile
AliPDG class, first commit.
[u/mrichter/AliRoot.git] / STEER / Makefile
index c2ba22d9d0049c0d314445d9ddb534deffb76dcf..ee025b24feffeee8cf6475aa6235b3c696df848f 100644 (file)
@@ -15,11 +15,16 @@ SRCS          = AliDetector.cxx     AliHeader.cxx   AliMagF.cxx \
                AliLego.cxx     AliModule.cxx   AliDigitNew.cxx \
                AliGeometry.cxx AliRecPoint.cxx AliSegmentation.cxx \
                AliHitMap.cxx   AliMagFC.cxx    AliMagFCM.cxx \
-               AliMagFDM.cxx
+               AliMagFDM.cxx   AliLegoGenerator.cxx AliLegoGeneratorXYZ.cxx\
+                AliLegoGeneratorPhiZ.cxx AliLegoGeneratorEta.cxx \
+                AliRndm.cxx \
+               AliKalmanTrack.cxx AliCluster.cxx \
+               AliMCQA.cxx AliPDG.cxx
 
 # C++ Headers
 
-HDRS          = $(SRCS:.cxx=.h) AliPDG.h STEERLinkDef.h
+HDRS          = $(SRCS:.cxx=.h) AliPDG.h $(ROOTSYS)/include/TH2.h \
+                               $(ROOTSYS)/include/TRandom.h STEERLinkDef.h 
 
 # Library dictionary
 
@@ -62,12 +67,11 @@ $(DICT):                            $(HDRS)
 
 depend:                                        $(SRCS)
 
-HEADERS =      $(filter-out %LinkDef.h,$(HDRS) AliConst.h AliCallf77.h \
-                  Copyright.h)
+HEADERS        = $(SRCS:.cxx=.h) AliPDG.h AliConst.h AliCallf77.h AliMCProcess.h
 
 TOCLEAN                = $(OBJS) *Cint.cxx *Cint.h
 
-CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+CHECKS         = $(patsubst %.cxx,check/%.viol,$(SRCS))
 
 ############################### General Macros ################################