]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/Makefile
method StartRootUI() corrected
[u/mrichter/AliRoot.git] / TPC / Makefile
index d2a394a3b70f6ac79a2803e0164aceefd7ae52bf..9906775d546f90c694e7e712b2de5bd72b0950b2 100644 (file)
@@ -1,4 +1,4 @@
-############################### TPC Makefile ##################################
+############################## TPC Makefile ##################################
 
 # Include machine specific definitions
 
@@ -9,12 +9,22 @@ PACKAGE = TPC
 
 # C++ sources
 
-SRCS          = AliTPC.cxx  AliTPCv0.cxx    AliTPCv1.cxx      AliTPCv2.cxx  \
-               AliTPCD.cxx AliTPCPRF2D.cxx AliTPCRF1D.cxx AliTPCParam.cxx
+SRCS          = AliDigits.cxx   AliSegmentArray.cxx AliTPCClusterFinder.cxx  AliTPC.cxx  AliTPCv0.cxx    AliTPCv1.cxx      AliTPCv2.cxx  \
+               AliTPCv3.cxx AliDetectorParam.cxx AliTPCParam.cxx \
+               AliTPCParamSR.cxx AliTPCParamCR.cxx  AliTPCPRF2D.cxx \
+               AliTPCRF1D.cxx AliArrayI.cxx AliArrayS.cxx \
+               AliSegmentID.cxx  \
+               AliSimDigits.cxx AliDigitsArray.cxx  AliTPCDigitsArray.cxx \
+               AliCluster.cxx AliClusters.cxx AliClustersArray.cxx \
+                AliTPCClustersRow.cxx \
+               AliTPCClustersArray.cxx AliH2F.cxx \
+                AliTPCcluster.cxx AliTPCclusterer.cxx \
+                AliTPCtrack.cxx AliTPCtracker.cxx
+
 
 # C++ Headers
 
-HDRS          = $(SRCS:.cxx=.h) AliTPCSecGeo.h TPCLinkDef.h
+HDRS          = $(SRCS:.cxx=.h) TPCLinkDef.h
 
 # Library dictionary
 
@@ -36,13 +46,14 @@ OBJS          = $(patsubst %.cxx,tgt_$(ALICE_TARGET)/%.o,$(SRCS)) $(DICTO)
 
 # C++ compilation flags
 
-CXXFLAGS      = $(CXXOPTS) -I$(ROOTSYS)/include -I. -I$(ALICE_ROOT)/include/
+CXXFLAGS      = $(CXXOPTS) -g -I$(ROOTSYS)/include -I. -I$(ALICE_ROOT)/include
+#CXXFLAGS      = $(CXXOPTS) -I$(ROOTSYS)/include -I. -I$(ALICE_ROOT)/include/
  
 # FORTRAN compilation flags
 
 FFLAGS      = $(FOPT)
  
-##### TARGETS #####
+##### TARGETS #######
  
 # Target
 
@@ -58,10 +69,15 @@ depend:                     $(SRCS)
 
 TOCLEAN                        = $(OBJS) *Cint.h *Cint.cxx
 
+CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
+
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
 
 ############################ Dependencies #####################################
 
--include Make-depend 
+-include tgt_$(ALICE_TARGET)/Make-depend 
+
+check : $(CHECKS)
+