]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/Makefile
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / TRD / Makefile
index 200103b100f61ed5932e6ddd6c5011a4e6e5fb1d..ed1a6ed53be93a07af23193e1d00baaa2f08ec48 100644 (file)
@@ -11,11 +11,53 @@ PACKAGE           = TRD
 
 # C++ sources
 
-SRCS          = AliTRD.cxx     AliTRDv0.cxx      AliTRDv1.cxx    AliTRDv2.cxx 
+SRCS          = AliTRD.cxx \
+                AliTRDv0.cxx \
+                AliTRDv1.cxx \
+                AliTRDv2.cxx \
+                AliTRDhit.cxx \
+                AliTRDdigit.cxx \
+               AliTRDpixel.cxx \
+                AliTRDmatrix.cxx \
+                AliTRDgeometry.cxx \
+                AliTRDgeometryFull.cxx \
+                AliTRDgeometryHole.cxx \
+                AliTRDdigitizer.cxx \
+                AliTRDgeometryDetail.cxx \
+                AliTRDclusterizer.cxx \
+                AliTRDclusterizerV0.cxx \
+                AliTRDclusterizerV1.cxx \
+                AliTRDrecPoint.cxx \
+                AliTRDsegmentArray.cxx \
+                AliTRDdataArray.cxx \
+                AliTRDdataArrayI.cxx \
+                AliTRDdataArrayF.cxx \
+                AliTRDdigitsManager.cxx \
+                AliTRDsim.cxx \
+                AliTRDsegmentID.cxx \
+                AliTRDsegmentArrayBase.cxx \
+                AliTRDarrayI.cxx \
+                AliTRDarrayF.cxx \
+                AliTRDpoints.cxx \
+                AliTRDtrackHits.cxx \
+                AliTRDtrack.cxx \
+                AliTRDtracker.cxx \
+                AliTRDcluster.cxx \
+                AliTRDpid.cxx \
+                AliTRDpidLQ.cxx \
+                AliTRDmcTrack.cxx \
+                AliTRDsimple.cxx \
+                AliTRDsimpleMC.cxx \
+                AliTRDsimpleGen.cxx \
+                AliTRDparameter.cxx               
 
 # C++ Headers
 
-HDRS          = $(SRCS:.cxx=.h) TRDLinkDef.h
+HDRS          = $(SRCS:.cxx=.h)                \
+                $(ROOTSYS)/include/TF1.h       \
+                $(ROOTSYS)/include/TFile.h     \
+                $(ROOTSYS)/include/TObjArray.h \
+                TRDLinkDef.h
 
 # Library dictionary
 
@@ -60,6 +102,8 @@ depend:                              $(SRCS)
 
 TOCLEAN                        = $(OBJS) *Cint.h *Cint.cxx
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -67,3 +111,11 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 ############################ Dependencies #####################################
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
+
+
+
+
+
+
+
+