]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/Makefile
Bugfix in AliPoints2Memory
[u/mrichter/AliRoot.git] / TRD / Makefile
index 6877bbe24dd53f917ea2390a4385c39e97840162..ed1a6ed53be93a07af23193e1d00baaa2f08ec48 100644 (file)
@@ -11,12 +11,53 @@ PACKAGE           = TRD
 
 # C++ sources
 
-SRCS          = AliTRD.cxx AliTRDv0.cxx AliTRDv1.cxx AliTRDv2.cxx \
-               AliTRDmatrix.cxx AliTRDpixel.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
 
@@ -61,6 +102,8 @@ depend:                              $(SRCS)
 
 TOCLEAN                        = $(OBJS) *Cint.h *Cint.cxx
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -69,13 +112,6 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 
 -include tgt_$(ALICE_TARGET)/Make-depend 
 
-### Target check creates violation reports (.viol), which depend on
-### stripped files (.ii), which in turn depend on preprocessed
-### files (.i). Dependences are in conf/GeneralDef.
-
-CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
-
-check:          $(CHECKS)